Solution - Quadratic equations
Other Ways to Solve:
Step by Step Solution
Step by step solution :
Step 1 :
Equation at the end of step 1 :
(23n2 - 29n) + 12 = 0
Step 2 :
Trying to factor by splitting the middle term
2.1 Factoring 8n2-29n+12
The first term is, 8n2 its coefficient is 8 .
The middle term is, -29n its coefficient is -29 .
The last term, "the constant", is +12
Step-1 : Multiply the coefficient of the first term by the constant 8 • 12 = 96
Step-2 : Find two factors of 96 whose sum equals the coefficient of the middle term, which is -29 .
-96 | + | -1 | = | -97 | ||
-48 | + | -2 | = | -50 | ||
-32 | + | -3 | = | -35 | ||
-24 | + | -4 | = | -28 | ||
-16 | + | -6 | = | -22 | ||
-12 | + | -8 | = | -20 |
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 :
8n2 - 29n + 12 = 0
Step 3 :
Parabola, Finding the Vertex :
3.1 Find the Vertex of y = 8n2-29n+12
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, 8 , 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 1.8125
Plugging into the parabola formula 1.8125 for n we can calculate the y -coordinate :
y = 8.0 * 1.81 * 1.81 - 29.0 * 1.81 + 12.0
or y = -14.281
Parabola, Graphing Vertex and X-Intercepts :
Root plot for : y = 8n2-29n+12
Axis of Symmetry (dashed) {n}={ 1.81}
Vertex at {n,y} = { 1.81,-14.28}
n -Intercepts (Roots) :
Root 1 at {n,y} = { 0.48, 0.00}
Root 2 at {n,y} = { 3.15, 0.00}
Solve Quadratic Equation by Completing The Square
3.2 Solving 8n2-29n+12 = 0 by Completing The Square .
Divide both sides of the equation by 8 to have 1 as the coefficient of the first term :
n2-(29/8)n+(3/2) = 0
Subtract 3/2 from both side of the equation :
n2-(29/8)n = -3/2
Now the clever bit: Take the coefficient of n , which is 29/8 , divide by two, giving 29/16 , and finally square it giving 841/256
Add 841/256 to both sides of the equation :
On the right hand side we have :
-3/2 + 841/256 The common denominator of the two fractions is 256 Adding (-384/256)+(841/256) gives 457/256
So adding to both sides we finally get :
n2-(29/8)n+(841/256) = 457/256
Adding 841/256 has completed the left hand side into a perfect square :
n2-(29/8)n+(841/256) =
(n-(29/16)) • (n-(29/16)) =
(n-(29/16))2
Things which are equal to the same thing are also equal to one another. Since
n2-(29/8)n+(841/256) = 457/256 and
n2-(29/8)n+(841/256) = (n-(29/16))2
then, according to the law of transitivity,
(n-(29/16))2 = 457/256
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-(29/16))2 is
(n-(29/16))2/2 =
(n-(29/16))1 =
n-(29/16)
Now, applying the Square Root Principle to Eq. #3.2.1 we get:
n-(29/16) = √ 457/256
Add 29/16 to both sides to obtain:
n = 29/16 + √ 457/256
Since a square root has two values, one positive and the other negative
n2 - (29/8)n + (3/2) = 0
has two solutions:
n = 29/16 + √ 457/256
or
n = 29/16 - √ 457/256
Note that √ 457/256 can be written as
√ 457 / √ 256 which is √ 457 / 16
Solve Quadratic Equation using the Quadratic Formula
3.3 Solving 8n2-29n+12 = 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 = 8
B = -29
C = 12
Accordingly, B2 - 4AC =
841 - 384 =
457
Applying the quadratic formula :
29 ± √ 457
n = ——————
16
√ 457 , rounded to 4 decimal digits, is 21.3776
So now we are looking at:
n = ( 29 ± 21.378 ) / 16
Two real solutions:
n =(29+√457)/16= 3.149
or:
n =(29-√457)/16= 0.476
Two solutions were found :
- n =(29-√457)/16= 0.476
- n =(29+√457)/16= 3.149
How did we do?
Please leave us feedback.