Solution - Quadratic equations
Step by Step Solution
Step by step solution :
Step 1 :
Equation at the end of step 1 :
(3k2 + 10k) - 1 = 0
Step 2 :
Trying to factor by splitting the middle term
2.1 Factoring 3k2+10k-1
The first term is, 3k2 its coefficient is 3 .
The middle term is, +10k its coefficient is 10 .
The last term, "the constant", is -1
Step-1 : Multiply the coefficient of the first term by the constant 3 • -1 = -3
Step-2 : Find two factors of -3 whose sum equals the coefficient of the middle term, which is 10 .
-3 | + | 1 | = | -2 | ||
-1 | + | 3 | = | 2 |
Observation : No two such factors can be found !!
Conclusion : Trinomial can not be factored
Equation at the end of step 2 :
3k2 + 10k - 1 = 0
Step 3 :
Parabola, Finding the Vertex :
3.1 Find the Vertex of y = 3k2+10k-1
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, 3 , 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,Ak2+Bk+C,the k -coordinate of the vertex is given by -B/(2A) . In our case the k coordinate is -1.6667
Plugging into the parabola formula -1.6667 for k we can calculate the y -coordinate :
y = 3.0 * -1.67 * -1.67 + 10.0 * -1.67 - 1.0
or y = -9.333
Parabola, Graphing Vertex and X-Intercepts :
Root plot for : y = 3k2+10k-1
Axis of Symmetry (dashed) {k}={-1.67}
Vertex at {k,y} = {-1.67,-9.33}
k -Intercepts (Roots) :
Root 1 at {k,y} = {-3.43, 0.00}
Root 2 at {k,y} = { 0.10, 0.00}
Solve Quadratic Equation by Completing The Square
3.2 Solving 3k2+10k-1 = 0 by Completing The Square .
Divide both sides of the equation by 3 to have 1 as the coefficient of the first term :
k2+(10/3)k-(1/3) = 0
Add 1/3 to both side of the equation :
k2+(10/3)k = 1/3
Now the clever bit: Take the coefficient of k , which is 10/3 , divide by two, giving 5/3 , and finally square it giving 25/9
Add 25/9 to both sides of the equation :
On the right hand side we have :
1/3 + 25/9 The common denominator of the two fractions is 9 Adding (3/9)+(25/9) gives 28/9
So adding to both sides we finally get :
k2+(10/3)k+(25/9) = 28/9
Adding 25/9 has completed the left hand side into a perfect square :
k2+(10/3)k+(25/9) =
(k+(5/3)) • (k+(5/3)) =
(k+(5/3))2
Things which are equal to the same thing are also equal to one another. Since
k2+(10/3)k+(25/9) = 28/9 and
k2+(10/3)k+(25/9) = (k+(5/3))2
then, according to the law of transitivity,
(k+(5/3))2 = 28/9
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
(k+(5/3))2 is
(k+(5/3))2/2 =
(k+(5/3))1 =
k+(5/3)
Now, applying the Square Root Principle to Eq. #3.2.1 we get:
k+(5/3) = √ 28/9
Subtract 5/3 from both sides to obtain:
k = -5/3 + √ 28/9
Since a square root has two values, one positive and the other negative
k2 + (10/3)k - (1/3) = 0
has two solutions:
k = -5/3 + √ 28/9
or
k = -5/3 - √ 28/9
Note that √ 28/9 can be written as
√ 28 / √ 9 which is √ 28 / 3
Solve Quadratic Equation using the Quadratic Formula
3.3 Solving 3k2+10k-1 = 0 by the Quadratic Formula .
According to the Quadratic Formula, k , the solution for Ak2+Bk+C = 0 , where A, B and C are numbers, often called coefficients, is given by :
- B ± √ B2-4AC
k = ————————
2A
In our case, A = 3
B = 10
C = -1
Accordingly, B2 - 4AC =
100 - (-12) =
112
Applying the quadratic formula :
-10 ± √ 112
k = ——————
6
Can √ 112 be simplified ?
Yes! The prime factorization of 112 is
2•2•2•2•7
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).
√ 112 = √ 2•2•2•2•7 =2•2•√ 7 =
± 4 • √ 7
√ 7 , rounded to 4 decimal digits, is 2.6458
So now we are looking at:
k = ( -10 ± 4 • 2.646 ) / 6
Two real solutions:
k =(-10+√112)/6=(-5+2√ 7 )/3= 0.097
or:
k =(-10-√112)/6=(-5-2√ 7 )/3= -3.431
Two solutions were found :
- k =(-10-√112)/6=(-5-2√ 7 )/3= -3.431
- k =(-10+√112)/6=(-5+2√ 7 )/3= 0.097
How did we do?
Please leave us feedback.