Solution - Quadratic equations
Step by Step Solution
Step by step solution :
Step 1 :
Equation at the end of step 1 :
(32y2 - 9y) - 52 = 0
Step 2 :
Trying to factor by splitting the middle term
2.1 Factoring 9y2-9y-52
The first term is, 9y2 its coefficient is 9 .
The middle term is, -9y its coefficient is -9 .
The last term, "the constant", is -52
Step-1 : Multiply the coefficient of the first term by the constant 9 • -52 = -468
Step-2 : Find two factors of -468 whose sum equals the coefficient of the middle term, which is -9 .
-468 | + | 1 | = | -467 | ||
-234 | + | 2 | = | -232 | ||
-156 | + | 3 | = | -153 | ||
-117 | + | 4 | = | -113 | ||
-78 | + | 6 | = | -72 | ||
-52 | + | 9 | = | -43 |
For tidiness, printing of 12 lines which failed to find two such factors, was suppressed
Observation : No two such factors can be found !!
Conclusion : Trinomial can not be factored
Equation at the end of step 2 :
9y2 - 9y - 52 = 0
Step 3 :
Parabola, Finding the Vertex :
3.1 Find the Vertex of t = 9y2-9y-52
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 "t" because the coefficient of the first term, 9 , 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,Ay2+By+C,the y -coordinate of the vertex is given by -B/(2A) . In our case the y coordinate is 0.5000
Plugging into the parabola formula 0.5000 for y we can calculate the t -coordinate :
t = 9.0 * 0.50 * 0.50 - 9.0 * 0.50 - 52.0
or t = -54.250
Parabola, Graphing Vertex and X-Intercepts :
Root plot for : t = 9y2-9y-52
Axis of Symmetry (dashed) {y}={ 0.50}
Vertex at {y,t} = { 0.50,-54.25}
y -Intercepts (Roots) :
Root 1 at {y,t} = {-1.96, 0.00}
Root 2 at {y,t} = { 2.96, 0.00}
Solve Quadratic Equation by Completing The Square
3.2 Solving 9y2-9y-52 = 0 by Completing The Square .
Divide both sides of the equation by 9 to have 1 as the coefficient of the first term :
y2-y-(52/9) = 0
Add 52/9 to both side of the equation :
y2-y = 52/9
Now the clever bit: Take the coefficient of y , 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 :
52/9 + 1/4 The common denominator of the two fractions is 36 Adding (208/36)+(9/36) gives 217/36
So adding to both sides we finally get :
y2-y+(1/4) = 217/36
Adding 1/4 has completed the left hand side into a perfect square :
y2-y+(1/4) =
(y-(1/2)) • (y-(1/2)) =
(y-(1/2))2
Things which are equal to the same thing are also equal to one another. Since
y2-y+(1/4) = 217/36 and
y2-y+(1/4) = (y-(1/2))2
then, according to the law of transitivity,
(y-(1/2))2 = 217/36
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
(y-(1/2))2 is
(y-(1/2))2/2 =
(y-(1/2))1 =
y-(1/2)
Now, applying the Square Root Principle to Eq. #3.2.1 we get:
y-(1/2) = √ 217/36
Add 1/2 to both sides to obtain:
y = 1/2 + √ 217/36
Since a square root has two values, one positive and the other negative
y2 - y - (52/9) = 0
has two solutions:
y = 1/2 + √ 217/36
or
y = 1/2 - √ 217/36
Note that √ 217/36 can be written as
√ 217 / √ 36 which is √ 217 / 6
Solve Quadratic Equation using the Quadratic Formula
3.3 Solving 9y2-9y-52 = 0 by the Quadratic Formula .
According to the Quadratic Formula, y , the solution for Ay2+By+C = 0 , where A, B and C are numbers, often called coefficients, is given by :
- B ± √ B2-4AC
y = ————————
2A
In our case, A = 9
B = -9
C = -52
Accordingly, B2 - 4AC =
81 - (-1872) =
1953
Applying the quadratic formula :
9 ± √ 1953
y = ——————
18
Can √ 1953 be simplified ?
Yes! The prime factorization of 1953 is
3•3•7•31
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).
√ 1953 = √ 3•3•7•31 =
± 3 • √ 217
√ 217 , rounded to 4 decimal digits, is 14.7309
So now we are looking at:
y = ( 9 ± 3 • 14.731 ) / 18
Two real solutions:
y =(9+√1953)/18=1/2+1/6√ 217 = 2.955
or:
y =(9-√1953)/18=1/2-1/6√ 217 = -1.955
Two solutions were found :
- y =(9-√1953)/18=1/2-1/6√ 217 = -1.955
- y =(9+√1953)/18=1/2+1/6√ 217 = 2.955
How did we do?
Please leave us feedback.