Solution - Quadratic equations
Step by Step Solution
Step by step solution :
Step 1 :
Equation at the end of step 1 :
(112x2 - 110x) + 4 = 0
Step 2 :
Trying to factor by splitting the middle term
2.1 Factoring 121x2-110x+4
The first term is, 121x2 its coefficient is 121 .
The middle term is, -110x its coefficient is -110 .
The last term, "the constant", is +4
Step-1 : Multiply the coefficient of the first term by the constant 121 • 4 = 484
Step-2 : Find two factors of 484 whose sum equals the coefficient of the middle term, which is -110 .
-484 | + | -1 | = | -485 | ||
-242 | + | -2 | = | -244 | ||
-121 | + | -4 | = | -125 | ||
-44 | + | -11 | = | -55 | ||
-22 | + | -22 | = | -44 | ||
-11 | + | -44 | = | -55 |
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 :
121x2 - 110x + 4 = 0
Step 3 :
Parabola, Finding the Vertex :
3.1 Find the Vertex of y = 121x2-110x+4
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, 121 , 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,Ax2+Bx+C,the x -coordinate of the vertex is given by -B/(2A) . In our case the x coordinate is 0.4545
Plugging into the parabola formula 0.4545 for x we can calculate the y -coordinate :
y = 121.0 * 0.45 * 0.45 - 110.0 * 0.45 + 4.0
or y = -21.000
Parabola, Graphing Vertex and X-Intercepts :
Root plot for : y = 121x2-110x+4
Axis of Symmetry (dashed) {x}={ 0.45}
Vertex at {x,y} = { 0.45,-21.00}
x -Intercepts (Roots) :
Root 1 at {x,y} = { 0.04, 0.00}
Root 2 at {x,y} = { 0.87, 0.00}
Solve Quadratic Equation by Completing The Square
3.2 Solving 121x2-110x+4 = 0 by Completing The Square .
Divide both sides of the equation by 121 to have 1 as the coefficient of the first term :
x2-(10/11)x+(4/121) = 0
Subtract 4/121 from both side of the equation :
x2-(10/11)x = -4/121
Now the clever bit: Take the coefficient of x , which is 10/11 , divide by two, giving 5/11 , and finally square it giving 25/121
Add 25/121 to both sides of the equation :
On the right hand side we have :
-4/121 + 25/121 The common denominator of the two fractions is 121 Adding (-4/121)+(25/121) gives 21/121
So adding to both sides we finally get :
x2-(10/11)x+(25/121) = 21/121
Adding 25/121 has completed the left hand side into a perfect square :
x2-(10/11)x+(25/121) =
(x-(5/11)) • (x-(5/11)) =
(x-(5/11))2
Things which are equal to the same thing are also equal to one another. Since
x2-(10/11)x+(25/121) = 21/121 and
x2-(10/11)x+(25/121) = (x-(5/11))2
then, according to the law of transitivity,
(x-(5/11))2 = 21/121
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
(x-(5/11))2 is
(x-(5/11))2/2 =
(x-(5/11))1 =
x-(5/11)
Now, applying the Square Root Principle to Eq. #3.2.1 we get:
x-(5/11) = √ 21/121
Add 5/11 to both sides to obtain:
x = 5/11 + √ 21/121
Since a square root has two values, one positive and the other negative
x2 - (10/11)x + (4/121) = 0
has two solutions:
x = 5/11 + √ 21/121
or
x = 5/11 - √ 21/121
Note that √ 21/121 can be written as
√ 21 / √ 121 which is √ 21 / 11
Solve Quadratic Equation using the Quadratic Formula
3.3 Solving 121x2-110x+4 = 0 by the Quadratic Formula .
According to the Quadratic Formula, x , the solution for Ax2+Bx+C = 0 , where A, B and C are numbers, often called coefficients, is given by :
- B ± √ B2-4AC
x = ————————
2A
In our case, A = 121
B = -110
C = 4
Accordingly, B2 - 4AC =
12100 - 1936 =
10164
Applying the quadratic formula :
110 ± √ 10164
x = ————————
242
Can √ 10164 be simplified ?
Yes! The prime factorization of 10164 is
2•2•3•7•11•11
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).
√ 10164 = √ 2•2•3•7•11•11 =2•11•√ 21 =
± 22 • √ 21
√ 21 , rounded to 4 decimal digits, is 4.5826
So now we are looking at:
x = ( 110 ± 22 • 4.583 ) / 242
Two real solutions:
x =(110+√10164)/242=(5+√ 21 )/11= 0.871
or:
x =(110-√10164)/242=(5-√ 21 )/11= 0.038
Two solutions were found :
- x =(110-√10164)/242=(5-√ 21 )/11= 0.038
- x =(110+√10164)/242=(5+√ 21 )/11= 0.871
How did we do?
Please leave us feedback.