Solution - Quadratic equations
Step by Step Solution
Step by step solution :
Step 1 :
Trying to factor by splitting the middle term
1.1 Factoring t2-18t-54
The first term is, t2 its coefficient is 1 .
The middle term is, -18t its coefficient is -18 .
The last term, "the constant", is -54
Step-1 : Multiply the coefficient of the first term by the constant 1 • -54 = -54
Step-2 : Find two factors of -54 whose sum equals the coefficient of the middle term, which is -18 .
-54 | + | 1 | = | -53 | ||
-27 | + | 2 | = | -25 | ||
-18 | + | 3 | = | -15 | ||
-9 | + | 6 | = | -3 | ||
-6 | + | 9 | = | 3 | ||
-3 | + | 18 | = | 15 | ||
-2 | + | 27 | = | 25 | ||
-1 | + | 54 | = | 53 |
Observation : No two such factors can be found !!
Conclusion : Trinomial can not be factored
Equation at the end of step 1 :
t2 - 18t - 54 = 0
Step 2 :
Parabola, Finding the Vertex :
2.1 Find the Vertex of y = t2-18t-54
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, 1 , 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,At2+Bt+C,the t -coordinate of the vertex is given by -B/(2A) . In our case the t coordinate is 9.0000
Plugging into the parabola formula 9.0000 for t we can calculate the y -coordinate :
y = 1.0 * 9.00 * 9.00 - 18.0 * 9.00 - 54.0
or y = -135.000
Parabola, Graphing Vertex and X-Intercepts :
Root plot for : y = t2-18t-54
Axis of Symmetry (dashed) {t}={ 9.00}
Vertex at {t,y} = { 9.00,-135.00}
t -Intercepts (Roots) :
Root 1 at {t,y} = {-2.62, 0.00}
Root 2 at {t,y} = {20.62, 0.00}
Solve Quadratic Equation by Completing The Square
2.2 Solving t2-18t-54 = 0 by Completing The Square .
Add 54 to both side of the equation :
t2-18t = 54
Now the clever bit: Take the coefficient of t , which is 18 , divide by two, giving 9 , and finally square it giving 81
Add 81 to both sides of the equation :
On the right hand side we have :
54 + 81 or, (54/1)+(81/1)
The common denominator of the two fractions is 1 Adding (54/1)+(81/1) gives 135/1
So adding to both sides we finally get :
t2-18t+81 = 135
Adding 81 has completed the left hand side into a perfect square :
t2-18t+81 =
(t-9) • (t-9) =
(t-9)2
Things which are equal to the same thing are also equal to one another. Since
t2-18t+81 = 135 and
t2-18t+81 = (t-9)2
then, according to the law of transitivity,
(t-9)2 = 135
We'll refer to this Equation as Eq. #2.2.1
The Square Root Principle says that When two things are equal, their square roots are equal.
Note that the square root of
(t-9)2 is
(t-9)2/2 =
(t-9)1 =
t-9
Now, applying the Square Root Principle to Eq. #2.2.1 we get:
t-9 = √ 135
Add 9 to both sides to obtain:
t = 9 + √ 135
Since a square root has two values, one positive and the other negative
t2 - 18t - 54 = 0
has two solutions:
t = 9 + √ 135
or
t = 9 - √ 135
Solve Quadratic Equation using the Quadratic Formula
2.3 Solving t2-18t-54 = 0 by the Quadratic Formula .
According to the Quadratic Formula, t , the solution for At2+Bt+C = 0 , where A, B and C are numbers, often called coefficients, is given by :
- B ± √ B2-4AC
t = ————————
2A
In our case, A = 1
B = -18
C = -54
Accordingly, B2 - 4AC =
324 - (-216) =
540
Applying the quadratic formula :
18 ± √ 540
t = ——————
2
Can √ 540 be simplified ?
Yes! The prime factorization of 540 is
2•2•3•3•3•5
To be able to remove something from under the radical, there have to be 2 instances of it (because we are taking a square i.e. second root).
√ 540 = √ 2•2•3•3•3•5 =2•3•√ 15 =
± 6 • √ 15
√ 15 , rounded to 4 decimal digits, is 3.8730
So now we are looking at:
t = ( 18 ± 6 • 3.873 ) / 2
Two real solutions:
t =(18+√540)/2=9+3√ 15 = 20.619
or:
t =(18-√540)/2=9-3√ 15 = -2.619
Two solutions were found :
- t =(18-√540)/2=9-3√ 15 = -2.619
- t =(18+√540)/2=9+3√ 15 = 20.619
How did we do?
Please leave us feedback.