document.write( "Question 1170466: Factors of Polynomial Equations of Degree greater than 2
\n" ); document.write( "Give the factored form of the polynomial equations.
\n" ); document.write( "1.x^3-2x^2-5x+6=0
\n" ); document.write( "2.x^3-x^2-10x-8=0\r
\n" ); document.write( "\n" ); document.write( "give the factored for of
\n" ); document.write( "1.2x^4+5x^3-5x-2=0, given that one root is 1
\n" ); document.write( "

Algebra.Com's Answer #795353 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Once again tutor @MathLover1 has shown a method for factoring polynomials without showing HOW the factorization is done. It looks like magic and thus teaches the student nothing.

\n" ); document.write( "Perhaps one day she will provide a response to a similar question in which she explains how her method is actually done....

\n" ); document.write( "I will solve these three similar problems by two very different methods. The first is a formal process which is what will be taught in most resources; the second uses some powerful mathematical ideas but also involves some playing with numbers.

\n" ); document.write( "Here is the general process for the standard formal method:
\n" ); document.write( "(1) Use the rational roots theorem to find the possible rational roots;
\n" ); document.write( "(2) use substitution and/or synthetic division to find the actual roots;
\n" ); document.write( "(3) when the remaining polynomial has been reduced to second degree, solve by factoring, or by using the quadratic formula.

\n" ); document.write( "example 1: \"x%5E3-2x%5E2-5x%2B6+=+0\"

\n" ); document.write( "The possible rational roots are (plus or minus) 1, 2, 3, and 6.

\n" ); document.write( "It's always easy to check roots 1 and -1 by substituting. In this case, x=1 satisfies the equation, so 1 is a root and (x-1) is a factor of the polynomial. Remove that factor using synthetic division.
\r\n" );
document.write( "\r\n" );
document.write( "   1 | 1  -2  -5   6\r\n" );
document.write( "     |     1  -1  -6\r\n" );
document.write( "     ----------------\r\n" );
document.write( "       1  -1  -6   0

\n" ); document.write( "So

\n" ); document.write( "\"x%5E3-2x%5E2-5x%2B6+=+%28x-1%29%28x%5E2-x-6%29\"

\n" ); document.write( "Then factoring the quadratic gives us the final factored form of the equation:

\n" ); document.write( "\"x%5E3-2x%5E2-5x%2B6+=+0\"
\n" ); document.write( "\"%28x-1%29%28x-3%29%28x%2B2%29+=+0\"

\n" ); document.write( "example 2: \"x%5E3-x%5E2-10x-8+=+0\"

\n" ); document.write( "The possible rational roots are (plus or minus) 1, 2, 4, and 8.

\n" ); document.write( "In this case, direct substitution shows that x=1 does not satisfy the equation, but x=-1 does. So again, with x=-1 a root, remove the factor (x+1) using synthetic division.
\r\n" );
document.write( "\r\n" );
document.write( "  -1 | 1  -1  -10  -8\r\n" );
document.write( "     |    -1    2   8\r\n" );
document.write( "     ----------------\r\n" );
document.write( "       1  -2   -8   0

\n" ); document.write( "So

\n" ); document.write( "\"x%5E3-x%5E2-10x-8+=+%28x%2B1%29%28x%5E2-2x-8%29\"

\n" ); document.write( "And factoring the quadratic gives us the final factored form of the equation:

\n" ); document.write( "\"x%5E3-x%5E2-10x-8+=+0\"
\n" ); document.write( "\"%28x%2B1%29%28x-4%29%28x%2B2%29+=+0\"

\n" ); document.write( "example 3: \"2x%5E4%2B5x%5E3-5x-2+=+0\"

\n" ); document.write( "we are given that x=1 is a root, so remove the factor (x-1) using synthetic division.
\r\n" );
document.write( "\r\n" );
document.write( "   1 | 2   5   0  -5  -2\r\n" );
document.write( "     |     2   7   7   2\r\n" );
document.write( "     -------------------\r\n" );
document.write( "       2   7   7   2   0

\n" ); document.write( "So

\n" ); document.write( "\"2x%5E4%2B5x%5E3-5x-2+=+%28x-1%29%282x%5E3%2B7x%5E2%2B7x%2B2%29\"

\n" ); document.write( "The possible rational roots are now (plus or minus) 1, 2, 1/2.

\n" ); document.write( "Direct substitution shows that x=-1 is a root, so remove the factor of (x+1) using synthetic division.
\r\n" );
document.write( "\r\n" );
document.write( "  -1 | 2  7  7  2\r\n" );
document.write( "     |   -2 -5 -2\r\n" );
document.write( "     ------------\r\n" );
document.write( "       2  5  2  0

\n" ); document.write( "So

\n" ); document.write( "\"2x%5E4%2B5x%5E3-5x-2+=+%28x-1%29%28x%2B1%29%282x%5E2%2B5x%2B2%29\"

\n" ); document.write( "Factoring the quadratic then gives us the final factored form of the equation:

\n" ); document.write( "\"2x%5E4%2B5x%5E3-5x-2+=+%28x-1%29%28x%2B1%29%282x%2B1%29%28x%2B2%29+=+0\"

\n" ); document.write( "There are the solutions of the three examples using the standard process.

\n" ); document.write( "Now here are solutions using Vieta's Theorem, which tells us that, in a cubic polynomial equation

\n" ); document.write( "\"ax%5E3%2Bbx%5E2%2Bcx%2Bd=0\"

\n" ); document.write( "The sum of the three roots is -b/a and the product of the three roots is -d/a.

\n" ); document.write( "We can use this along with the rational roots theorem to play around with the possible rational roots to find the factored forms of the three example equations.

\n" ); document.write( "example 1: \"x%5E3-2x%5E2-5x%2B6+=+0\"

\n" ); document.write( "The possible rational roots are (plus or minus) 1, 2, 3, and 6.

\n" ); document.write( "The sum of the three roots is 2 and the product is -6.

\n" ); document.write( "Playing around with the possible rational roots we can find the roots are 1, -2, and 3: (1)+(-2)+(3) = 2; (1)(-2)(3) = -6. Then with those roots the factored form of the equation is (as before,of course!)

\n" ); document.write( "\"%28x-1%29%28x%2B2%29%28x-3%29+=+0\"

\n" ); document.write( "example 2: \"x%5E3-x%5E2-10x-8+=+0\"

\n" ); document.write( "The possible rational roots are (plus or minus) 1, 2, 4, and 8.

\n" ); document.write( "The sum of the roots is 1 and the product of the three roots is 8. Again playing around with the possible rational roots, we can find the roots are -1, -2, and 4: (-1)+(-2)+(4) = 1; (-1)(-2)(4) = 8. Then with those roots the factored form, agreeing with the result above, is

\n" ); document.write( "\"x%5E3-x%5E2-10x-8+=+%28x%2B1%29%28x%2B2%29%28x-4%29+=+0\"

\n" ); document.write( "example 3: \"2x%5E4%2B5x%5E3-5x-2+=+0\"

\n" ); document.write( "For this one, we will not repeat the process of removing the (x-1) factor corresponding to the given root of x=1. We will start with the cubic polynomial equation

\n" ); document.write( "\"%282x%5E3%2B7x%5E2%2B7x%2B2%29+=+0\"

\n" ); document.write( "The possible rational roots are again (plus or minus) 1, 2, 1/2.

\n" ); document.write( "The sum of the three roots is -7/2 and the product of the three roots is -1. This one is harder because of the fractions; but again playing around with the possible rational roots gives us the roots -1, -2, and -1/2. And that again gives us a factored form of the equation that agrees with our earlier result:

\n" ); document.write( "\"%28x-1%29%28x%2B1%29%28x%2B2%29%282x%2B1%29+=+0\"

\n" ); document.write( "
\n" ); document.write( "
\n" );