Polynomial long division
We think you wrote:
This solution deals with polynomial long division.
Solution found
Step by Step Solution
Reformatting the input :
Changes made to your input should not affect the solution:
(1): "m2" was replaced by "m^2". 1 more similar replacement(s).
Step by step solution :
Step 1 :
Equation at the end of step 1 :
(((m3) - (2•3m2)) + 12m) - 8 = 0
Step 2 :
Checking for a perfect cube :
2.1 m3-6m2+12m-8 is not a perfect cube
Trying to factor by pulling out :
2.2 Factoring: m3-6m2+12m-8
Thoughtfully split the expression at hand into groups, each group having two terms :
Group 1: m3-8
Group 2: -6m2+12m
Pull out from each group separately :
Group 1: (m3-8) • (1)
Group 2: (m-2) • (-6m)
Bad news !! Factoring by pulling out fails :
The groups have no common factor and can not be added up to form a multiplication.
Polynomial Roots Calculator :
2.3 Find roots (zeroes) of : F(m) = m3-6m2+12m-8
Polynomial Roots Calculator is a set of methods aimed at finding values of m for which F(m)=0
Rational Roots Test is one of the above mentioned tools. It would only find Rational Roots that is numbers m which can be expressed as the quotient of two integers
The Rational Root Theorem states that if a polynomial zeroes for a rational number P/Q then P is a factor of the Trailing Constant and Q is a factor of the Leading Coefficient
In this case, the Leading Coefficient is 1 and the Trailing Constant is -8.
The factor(s) are:
of the Leading Coefficient : 1
of the Trailing Constant : 1 ,2 ,4 ,8
Let us test ....
P | Q | P/Q | F(P/Q) | Divisor | |||||
---|---|---|---|---|---|---|---|---|---|
-1 | 1 | -1.00 | -27.00 | ||||||
-2 | 1 | -2.00 | -64.00 | ||||||
-4 | 1 | -4.00 | -216.00 | ||||||
-8 | 1 | -8.00 | -1000.00 | ||||||
1 | 1 | 1.00 | -1.00 | ||||||
2 | 1 | 2.00 | 0.00 | m-2 | |||||
4 | 1 | 4.00 | 8.00 | ||||||
8 | 1 | 8.00 | 216.00 |
The Factor Theorem states that if P/Q is root of a polynomial then this polynomial can be divided by q*x-p Note that q and p originate from P/Q reduced to its lowest terms
In our case this means that
m3-6m2+12m-8
can be divided with m-2
Polynomial Long Division :
2.4 Polynomial Long Division
Dividing : m3-6m2+12m-8
("Dividend")
By : m-2 ("Divisor")
dividend | m3 | - | 6m2 | + | 12m | - | 8 | ||
- divisor | * m2 | m3 | - | 2m2 | |||||
remainder | - | 4m2 | + | 12m | - | 8 | |||
- divisor | * -4m1 | - | 4m2 | + | 8m | ||||
remainder | 4m | - | 8 | ||||||
- divisor | * 4m0 | 4m | - | 8 | |||||
remainder | 0 |
Quotient : m2-4m+4 Remainder: 0
Trying to factor by splitting the middle term
2.5 Factoring m2-4m+4
The first term is, m2 its coefficient is 1 .
The middle term is, -4m its coefficient is -4 .
The last term, "the constant", is +4
Step-1 : Multiply the coefficient of the first term by the constant 1 • 4 = 4
Step-2 : Find two factors of 4 whose sum equals the coefficient of the middle term, which is -4 .
-4 | + | -1 | = | -5 | ||
-2 | + | -2 | = | -4 | That's it |
Step-3 : Rewrite the polynomial splitting the middle term using the two factors found in step 2 above, -2 and -2
m2 - 2m - 2m - 4
Step-4 : Add up the first 2 terms, pulling out like factors :
m • (m-2)
Add up the last 2 terms, pulling out common factors :
2 • (m-2)
Step-5 : Add up the four terms of step 4 :
(m-2) • (m-2)
Which is the desired factorization
Multiplying Exponential Expressions :
2.6 Multiply (m-2) by (m-2)
The rule says : To multiply exponential expressions which have the same base, add up their exponents.
In our case, the common base is (m-2) and the exponents are :
1 , as (m-2) is the same number as (m-2)1
and 1 , as (m-2) is the same number as (m-2)1
The product is therefore, (m-2)(1+1) = (m-2)2
Multiplying Exponential Expressions :
2.7 Multiply (m-2)2 by (m-2)
The rule says : To multiply exponential expressions which have the same base, add up their exponents.
In our case, the common base is (m-2) and the exponents are :
2
and 1 , as (m-2) is the same number as (m-2)1
The product is therefore, (m-2)(2+1) = (m-2)3
Equation at the end of step 2 :
(m - 2)3 = 0
Step 3 :
Solving a Single Variable Equation :
3.1 Solve : (m-2)3 = 0
(m-2) 3 represents, in effect, a product of 3 terms which is equal to zero
For the product to be zero, at least one of these terms must be zero. Since all these terms are equal to each other, it actually means : m-2 = 0
Add 2 to both sides of the equation :
m = 2
Supplement : Solving Quadratic Equation Directly
Solving m2-4m+4 = 0 directly
Earlier we factored this polynomial by splitting the middle term. let us now solve the equation by Completing The Square and by using the Quadratic Formula
Parabola, Finding the Vertex :
4.1 Find the Vertex of y = m2-4m+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, 1 , 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,Am2+Bm+C,the m -coordinate of the vertex is given by -B/(2A) . In our case the m coordinate is 2.0000
Plugging into the parabola formula 2.0000 for m we can calculate the y -coordinate :
y = 1.0 * 2.00 * 2.00 - 4.0 * 2.00 + 4.0
or y = 0.000
Parabola, Graphing Vertex and X-Intercepts :
Root plot for : y = m2-4m+4
Vertex at {m,y} = { 2.00, 0.00}
m-Intercept (Root) :
One Root at {m,y}={ 2.00, 0.00}
Note that the root coincides with
the Vertex and the Axis of Symmetry
coinsides with the line m = 0
Solve Quadratic Equation by Completing The Square
4.2 Solving m2-4m+4 = 0 by Completing The Square .
Subtract 4 from both side of the equation :
m2-4m = -4
Now the clever bit: Take the coefficient of m , which is 4 , divide by two, giving 2 , and finally square it giving 4
Add 4 to both sides of the equation :
On the right hand side we have :
-4 + 4 or, (-4/1)+(4/1)
The common denominator of the two fractions is 1 Adding (-4/1)+(4/1) gives 0/1
So adding to both sides we finally get :
m2-4m+4 = 0
Adding 4 has completed the left hand side into a perfect square :
m2-4m+4 =
(m-2) • (m-2) =
(m-2)2
Things which are equal to the same thing are also equal to one another. Since
m2-4m+4 = 0 and
m2-4m+4 = (m-2)2
then, according to the law of transitivity,
(m-2)2 = 0
We'll refer to this Equation as Eq. #4.2.1
The Square Root Principle says that When two things are equal, their square roots are equal.
Note that the square root of
(m-2)2 is
(m-2)2/2 =
(m-2)1 =
m-2
Now, applying the Square Root Principle to Eq. #4.2.1 we get:
m-2 = √ 0
Add 2 to both sides to obtain:
m = 2 + √ 0
The square root of zero is zero
This quadratic equation has one solution only. That's because adding zero is the same as subtracting zero.
The solution is:
m = 2
Solve Quadratic Equation using the Quadratic Formula
4.3 Solving m2-4m+4 = 0 by the Quadratic Formula .
According to the Quadratic Formula, m , the solution for Am2+Bm+C = 0 , where A, B and C are numbers, often called coefficients, is given by :
- B ± √ B2-4AC
m = ————————
2A
In our case, A = 1
B = -4
C = 4
Accordingly, B2 - 4AC =
16 - 16 =
0
Applying the quadratic formula :
4 ± √ 0
m = ————
2
The square root of zero is zero
This quadratic equation has one solution only. That's because adding zero is the same as subtracting zero.
The solution is:
m = 4 / 2 = 2