Solution - Quadratic equations
Other Ways to Solve:
Step by Step Solution
Step by step solution :
Step 1 :
Equation at the end of step 1 :
((2•5y2) - 15y) - 54 = 0
Step 2 :
Trying to factor by splitting the middle term
2.1 Factoring 10y2-15y-54
The first term is, 10y2 its coefficient is 10 .
The middle term is, -15y its coefficient is -15 .
The last term, "the constant", is -54
Step-1 : Multiply the coefficient of the first term by the constant 10 • -54 = -540
Step-2 : Find two factors of -540 whose sum equals the coefficient of the middle term, which is -15 .
-540 | + | 1 | = | -539 | ||
-270 | + | 2 | = | -268 | ||
-180 | + | 3 | = | -177 | ||
-135 | + | 4 | = | -131 | ||
-108 | + | 5 | = | -103 | ||
-90 | + | 6 | = | -84 |
For tidiness, printing of 18 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 :
10y2 - 15y - 54 = 0
Step 3 :
Parabola, Finding the Vertex :
3.1 Find the Vertex of t = 10y2-15y-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 "t" because the coefficient of the first term, 10 , 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.7500
Plugging into the parabola formula 0.7500 for y we can calculate the t -coordinate :
t = 10.0 * 0.75 * 0.75 - 15.0 * 0.75 - 54.0
or t = -59.625
Parabola, Graphing Vertex and X-Intercepts :
Root plot for : t = 10y2-15y-54
Axis of Symmetry (dashed) {y}={ 0.75}
Vertex at {y,t} = { 0.75,-59.62}
y -Intercepts (Roots) :
Root 1 at {y,t} = {-1.69, 0.00}
Root 2 at {y,t} = { 3.19, 0.00}
Solve Quadratic Equation by Completing The Square
3.2 Solving 10y2-15y-54 = 0 by Completing The Square .
Divide both sides of the equation by 10 to have 1 as the coefficient of the first term :
y2-(3/2)y-(27/5) = 0
Add 27/5 to both side of the equation :
y2-(3/2)y = 27/5
Now the clever bit: Take the coefficient of y , which is 3/2 , divide by two, giving 3/4 , and finally square it giving 9/16
Add 9/16 to both sides of the equation :
On the right hand side we have :
27/5 + 9/16 The common denominator of the two fractions is 80 Adding (432/80)+(45/80) gives 477/80
So adding to both sides we finally get :
y2-(3/2)y+(9/16) = 477/80
Adding 9/16 has completed the left hand side into a perfect square :
y2-(3/2)y+(9/16) =
(y-(3/4)) • (y-(3/4)) =
(y-(3/4))2
Things which are equal to the same thing are also equal to one another. Since
y2-(3/2)y+(9/16) = 477/80 and
y2-(3/2)y+(9/16) = (y-(3/4))2
then, according to the law of transitivity,
(y-(3/4))2 = 477/80
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-(3/4))2 is
(y-(3/4))2/2 =
(y-(3/4))1 =
y-(3/4)
Now, applying the Square Root Principle to Eq. #3.2.1 we get:
y-(3/4) = √ 477/80
Add 3/4 to both sides to obtain:
y = 3/4 + √ 477/80
Since a square root has two values, one positive and the other negative
y2 - (3/2)y - (27/5) = 0
has two solutions:
y = 3/4 + √ 477/80
or
y = 3/4 - √ 477/80
Note that √ 477/80 can be written as
√ 477 / √ 80
Solve Quadratic Equation using the Quadratic Formula
3.3 Solving 10y2-15y-54 = 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 = 10
B = -15
C = -54
Accordingly, B2 - 4AC =
225 - (-2160) =
2385
Applying the quadratic formula :
15 ± √ 2385
y = ——————
20
Can √ 2385 be simplified ?
Yes! The prime factorization of 2385 is
3•3•5•53
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).
√ 2385 = √ 3•3•5•53 =
± 3 • √ 265
√ 265 , rounded to 4 decimal digits, is 16.2788
So now we are looking at:
y = ( 15 ± 3 • 16.279 ) / 20
Two real solutions:
y =(15+√2385)/20=3/4+3/20√ 265 = 3.192
or:
y =(15-√2385)/20=3/4-3/20√ 265 = -1.692
Two solutions were found :
- y =(15-√2385)/20=3/4-3/20√ 265 = -1.692
- y =(15+√2385)/20=3/4+3/20√ 265 = 3.192
How did we do?
Please leave us feedback.