Solution - Quadratic equations
Step by Step Solution
Step by step solution :
Step 1 :
Equation at the end of step 1 :
(13x2 + 3x) - 5 = 0
Step 2 :
Trying to factor by splitting the middle term
2.1 Factoring 13x2+3x-5
The first term is, 13x2 its coefficient is 13 .
The middle term is, +3x its coefficient is 3 .
The last term, "the constant", is -5
Step-1 : Multiply the coefficient of the first term by the constant 13 • -5 = -65
Step-2 : Find two factors of -65 whose sum equals the coefficient of the middle term, which is 3 .
-65 | + | 1 | = | -64 | ||
-13 | + | 5 | = | -8 | ||
-5 | + | 13 | = | 8 | ||
-1 | + | 65 | = | 64 |
Observation : No two such factors can be found !!
Conclusion : Trinomial can not be factored
Equation at the end of step 2 :
13x2 + 3x - 5 = 0
Step 3 :
Parabola, Finding the Vertex :
3.1 Find the Vertex of y = 13x2+3x-5
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, 13 , 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.1154
Plugging into the parabola formula -0.1154 for x we can calculate the y -coordinate :
y = 13.0 * -0.12 * -0.12 + 3.0 * -0.12 - 5.0
or y = -5.173
Parabola, Graphing Vertex and X-Intercepts :
Root plot for : y = 13x2+3x-5
Axis of Symmetry (dashed) {x}={-0.12}
Vertex at {x,y} = {-0.12,-5.17}
x -Intercepts (Roots) :
Root 1 at {x,y} = {-0.75, 0.00}
Root 2 at {x,y} = { 0.52, 0.00}
Solve Quadratic Equation by Completing The Square
3.2 Solving 13x2+3x-5 = 0 by Completing The Square .
Divide both sides of the equation by 13 to have 1 as the coefficient of the first term :
x2+(3/13)x-(5/13) = 0
Add 5/13 to both side of the equation :
x2+(3/13)x = 5/13
Now the clever bit: Take the coefficient of x , which is 3/13 , divide by two, giving 3/26 , and finally square it giving 9/676
Add 9/676 to both sides of the equation :
On the right hand side we have :
5/13 + 9/676 The common denominator of the two fractions is 676 Adding (260/676)+(9/676) gives 269/676
So adding to both sides we finally get :
x2+(3/13)x+(9/676) = 269/676
Adding 9/676 has completed the left hand side into a perfect square :
x2+(3/13)x+(9/676) =
(x+(3/26)) • (x+(3/26)) =
(x+(3/26))2
Things which are equal to the same thing are also equal to one another. Since
x2+(3/13)x+(9/676) = 269/676 and
x2+(3/13)x+(9/676) = (x+(3/26))2
then, according to the law of transitivity,
(x+(3/26))2 = 269/676
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+(3/26))2 is
(x+(3/26))2/2 =
(x+(3/26))1 =
x+(3/26)
Now, applying the Square Root Principle to Eq. #3.2.1 we get:
x+(3/26) = √ 269/676
Subtract 3/26 from both sides to obtain:
x = -3/26 + √ 269/676
Since a square root has two values, one positive and the other negative
x2 + (3/13)x - (5/13) = 0
has two solutions:
x = -3/26 + √ 269/676
or
x = -3/26 - √ 269/676
Note that √ 269/676 can be written as
√ 269 / √ 676 which is √ 269 / 26
Solve Quadratic Equation using the Quadratic Formula
3.3 Solving 13x2+3x-5 = 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 = 13
B = 3
C = -5
Accordingly, B2 - 4AC =
9 - (-260) =
269
Applying the quadratic formula :
-3 ± √ 269
x = ——————
26
√ 269 , rounded to 4 decimal digits, is 16.4012
So now we are looking at:
x = ( -3 ± 16.401 ) / 26
Two real solutions:
x =(-3+√269)/26= 0.515
or:
x =(-3-√269)/26=-0.746
Two solutions were found :
- x =(-3-√269)/26=-0.746
- x =(-3+√269)/26= 0.515
How did we do?
Please leave us feedback.