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+8t-200
The first term is, t2 its coefficient is 1 .
The middle term is, +8t its coefficient is 8 .
The last term, "the constant", is -200
Step-1 : Multiply the coefficient of the first term by the constant 1 • -200 = -200
Step-2 : Find two factors of -200 whose sum equals the coefficient of the middle term, which is 8 .
-200 | + | 1 | = | -199 | ||
-100 | + | 2 | = | -98 | ||
-50 | + | 4 | = | -46 | ||
-40 | + | 5 | = | -35 | ||
-25 | + | 8 | = | -17 | ||
-20 | + | 10 | = | -10 | ||
-10 | + | 20 | = | 10 | ||
-8 | + | 25 | = | 17 | ||
-5 | + | 40 | = | 35 | ||
-4 | + | 50 | = | 46 | ||
-2 | + | 100 | = | 98 | ||
-1 | + | 200 | = | 199 |
Observation : No two such factors can be found !!
Conclusion : Trinomial can not be factored
Equation at the end of step 1 :
t2 + 8t - 200 = 0
Step 2 :
Parabola, Finding the Vertex :
2.1 Find the Vertex of y = t2+8t-200
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 -4.0000
Plugging into the parabola formula -4.0000 for t we can calculate the y -coordinate :
y = 1.0 * -4.00 * -4.00 + 8.0 * -4.00 - 200.0
or y = -216.000
Parabola, Graphing Vertex and X-Intercepts :
Root plot for : y = t2+8t-200
Axis of Symmetry (dashed) {t}={-4.00}
Vertex at {t,y} = {-4.00,-216.00}
t -Intercepts (Roots) :
Root 1 at {t,y} = {-18.70, 0.00}
Root 2 at {t,y} = {10.70, 0.00}
Solve Quadratic Equation by Completing The Square
2.2 Solving t2+8t-200 = 0 by Completing The Square .
Add 200 to both side of the equation :
t2+8t = 200
Now the clever bit: Take the coefficient of t , which is 8 , divide by two, giving 4 , and finally square it giving 16
Add 16 to both sides of the equation :
On the right hand side we have :
200 + 16 or, (200/1)+(16/1)
The common denominator of the two fractions is 1 Adding (200/1)+(16/1) gives 216/1
So adding to both sides we finally get :
t2+8t+16 = 216
Adding 16 has completed the left hand side into a perfect square :
t2+8t+16 =
(t+4) • (t+4) =
(t+4)2
Things which are equal to the same thing are also equal to one another. Since
t2+8t+16 = 216 and
t2+8t+16 = (t+4)2
then, according to the law of transitivity,
(t+4)2 = 216
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+4)2 is
(t+4)2/2 =
(t+4)1 =
t+4
Now, applying the Square Root Principle to Eq. #2.2.1 we get:
t+4 = √ 216
Subtract 4 from both sides to obtain:
t = -4 + √ 216
Since a square root has two values, one positive and the other negative
t2 + 8t - 200 = 0
has two solutions:
t = -4 + √ 216
or
t = -4 - √ 216
Solve Quadratic Equation using the Quadratic Formula
2.3 Solving t2+8t-200 = 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 = 8
C = -200
Accordingly, B2 - 4AC =
64 - (-800) =
864
Applying the quadratic formula :
-8 ± √ 864
t = ——————
2
Can √ 864 be simplified ?
Yes! The prime factorization of 864 is
2•2•2•2•2•3•3•3
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).
√ 864 = √ 2•2•2•2•2•3•3•3 =2•2•3•√ 6 =
± 12 • √ 6
√ 6 , rounded to 4 decimal digits, is 2.4495
So now we are looking at:
t = ( -8 ± 12 • 2.449 ) / 2
Two real solutions:
t =(-8+√864)/2=-4+6√ 6 = 10.697
or:
t =(-8-√864)/2=-4-6√ 6 = -18.697
Two solutions were found :
- t =(-8-√864)/2=-4-6√ 6 = -18.697
- t =(-8+√864)/2=-4+6√ 6 = 10.697
How did we do?
Please leave us feedback.