The nature of roots of quadratic equation
n² - 5n-7 = 0 are real and equal
Answers
ANSWER: n =(5+√165)/10=1/2+1/10√ 165 = 1.785
n =(5-√165)/10=1/2-1/10√ 165 = -0.785
The first term is, 5n2 its coefficient is 5 .
The middle term is, -5n its coefficient is -5 .
The last term, "the constant", is -7
Step-1 : Multiply the coefficient of the first term by the constant 5 • -7 = -35
Step-2 : Find two factors of -35 whose sum equals the coefficient of the middle term, which is -5 .
-35 + 1 = -34
-7 + 5 = -2
-5 + 7 = 2
-1 + 35 = 34
Observation : No two such factors can be found !!
Conclusion : Trinomial can not be factored
Equation at the end of step
2
:
5n2 - 5n - 7 = 0
STEP
3
:
Parabola, Finding the Vertex
3.1 Find the Vertex of y = 5n2-5n-7
Parabolas have a highest or a lowest point called the Vertex . Our parabola opens up and accordingly has a lowest point (AKA absolute minimum) . We know this even before plotting "y" because the coefficient of the first term, 5 , is positive (greater than zero).
Each parabola has a vertical line of symmetry that passes through its vertex. Because of this symmetry, the line of symmetry would, for example, pass through the midpoint of the two x -intercepts (roots or solutions) of the parabola. That is, if the parabola has indeed two real solutions.
Parabolas can model many real life situations, such as the height above ground, of an object thrown upward, after some period of time. The vertex of the parabola can provide us with information, such as the maximum height that object, thrown upwards, can reach. For this reason we want to be able to find the coordinates of the vertex.
For any parabola,An2+Bn+C,the n -coordinate of the vertex is given by -B/(2A) . In our case the n coordinate is 0.5000
Plugging into the parabola formula 0.5000 for n we can calculate the y -coordinate :
y = 5.0 * 0.50 * 0.50 - 5.0 * 0.50 - 7.0
or y = -8.250
Parabola, Graphing Vertex and X-Intercepts :
Root plot for : y = 5n2-5n-7
Axis of Symmetry (dashed) {n}={ 0.50}
Vertex at {n,y} = { 0.50,-8.25}
n -Intercepts (Roots) :
Root 1 at {n,y} = {-0.78, 0.00}
Root 2 at {n,y} = { 1.78, 0.00}
Solve Quadratic Equation by Completing The Square
3.2 Solving 5n2-5n-7 = 0 by Completing The Square .
Divide both sides of the equation by 5 to have 1 as the coefficient of the first term :
n2-n-(7/5) = 0
Add 7/5 to both side of the equation :
n2-n = 7/5
Now the clever bit: Take the coefficient of n , which is 1 , divide by two, giving 1/2 , and finally square it giving 1/4
Add 1/4 to both sides of the equation :
On the right hand side we have :
7/5 + 1/4 The common denominator of the two fractions is 20 Adding (28/20)+(5/20) gives 33/20
So adding to both sides we finally get :
n2-n+(1/4) = 33/20
Adding 1/4 has completed the left hand side into a perfect square :
n2-n+(1/4) =
(n-(1/2)) • (n-(1/2)) =
(n-(1/2))2
Things which are equal to the same thing are also equal to one another. Since
n2-n+(1/4) = 33/20 and
n2-n+(1/4) = (n-(1/2))2
then, according to the law of transitivity,
(n-(1/2))2 = 33/20
We'll refer to this Equation as Eq. #3.2.1
The Square Root Principle says that When two things are equal, their square roots are equal.
Note that the square root of
(n-(1/2))2 is
(n-(1/2))2/2 =
(n-(1/2))1 =
n-(1/2)
Now, applying the Square Root Principle to Eq. #3.2.1 we get:
n-(1/2) = √ 33/20
Add 1/2 to both sides to obtain:
n = 1/2 + √ 33/20
Since a square root has two values, one positive and the other negative
n2 - n - (7/5) = 0
has two solutions:
n = 1/2 + √ 33/20
or
n = 1/2 - √ 33/20
Note that √ 33/20 can be written as
√ 33 / √ 20
Solve Quadratic Equation using the Quadratic Formula
3.3 Solving 5n2-5n-7 = 0 by the Quadratic Formula .
According to the Quadratic Formula, n , the solution for An2+Bn+C = 0 , where A, B and C are numbers, often called coefficients, is given by :
- B ± √ B2-4AC
n = ————————
2A
In our case, A = 5
B = -5
C = -7
Accordingly, B2 - 4AC =
25 - (-140) =
165
Applying the quadratic formula :
5 ± √ 165
n = —————
10
√ 165 , rounded to 4 decimal digits, is 12.8452
So now we are looking at:
n = ( 5 ± 12.845 ) / 10
Two real solutions:
or:
n =(5-√165)/10=1/2-1/10√ 165 = -0.785