SOLUTION: Factors of Polynomial Equations of Degree greater than 2 Give the factored form of the polynomial equations. 1.x^3-2x^2-5x+6=0 2.x^3-x^2-10x-8=0 give the factored for of 1.

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: Factors of Polynomial Equations of Degree greater than 2 Give the factored form of the polynomial equations. 1.x^3-2x^2-5x+6=0 2.x^3-x^2-10x-8=0 give the factored for of 1.      Log On


   



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

Found 2 solutions by MathLover1, greenestamps:
Answer by MathLover1(20849) About Me  (Show Source):
You can put this solution on YOUR website!

Give the factored form of the polynomial equations.
1.
x%5E3-2x%5E2-5x%2B6=0
x%5E3%2Bx%5E2-3x%5E2-2x-3x%2B6=0
%28x%5E3-3x%5E2%29%2B%28x%5E2-3x%29-2%28x-3%29=0
%28x+-+3%29+%28x%5E2%2Bx+-++2%29+=+0
%28x+-+3%29+%28x%5E2%2B2x-x+-++2%29+=+0
%28x+-+3%29+%28%28x%5E2%2B2x%29-%28x+%2B+2%29%29+=+0
%28x+-+3%29+%28x%28x%2B2%29-%28x+%2B+2%29%29+=+0
%28x+-+3%29+%28x+-+1%29+%28x+%2B+2%29+=+0


2.

x%5E3-x%5E2-10x-8=0
x%5E3-4x%5E2%2B3x%5E2-12x%2B2x-8=0
%28x%5E3-4x%5E2%29%2B%283x%5E2-12x%29%2B%282x-8%29=0
x%5E2%28x-4%29%2B3x%28x-4%29%2B2%28x-4%29=0
%28x+-+4%29+%28x%5E2+%2B+3x+%2B+2%29+=+0
%28x+-+4%29+%28x%5E2+%2B+2x+%2Bx%2B+2%29+=+0
%28x+-+4%29+%28x+%2B+1%29+%28x+%2B+2%29+=+0

give the factored for of
1.
2x%5E4%2B5x%5E3-5x-2=0, given that one root is 1, so factor out x-1
2x%5E4-2x%5E3%2B+7x%5E3-+7x%5E2%2B+7+x%5E2+-+7+x+%2B+2x+++-+2=0
%282x%5E4-2x%5E3%29%2B+%287x%5E3-+7x%5E2%29%2B+%287+x%5E2+-+7+x%29+%2B+%282x+++-+2%29=0
2x%5E3%28x-1%29%2B+7x%5E2%28x-+1%29%2B+7+x%28x+-+1%29+%2B+2%28x+++-+1%29=0
%28x+-+1%29+%282x%5E3+%2B+7x%5E2+%2B+7+x+%2B+2%29+=+0
%28x+-+1%29+%282x%5E3+%2B2+x%5E2%2B+x%5E2%2B+2+x%2B4x%5E2%2B4x++%2B+2+%2B+x%2B2%29+=+0


%28x+-+1%29+%28x+%2B+1%29++%282+x%5E2+%2B+x%2B4x%2B2%29+=+0
%28x+-+1%29+%28x+%2B+1%29++%28%282+x%5E2+%2B4x%29%2B+%28x%2B2%29%29+=+0
%28x+-+1%29+%28x+%2B+1%29++%282x%28x+%2B2%29%2B+%28x%2B2%29%29+=+0
%28x+-+1%29+%28x+%2B+1%29+%28x+%2B+2%29+%282+x+%2B+1%29+=+0

Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


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.

Perhaps one day she will provide a response to a similar question in which she explains how her method is actually done....

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.

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

example 1: x%5E3-2x%5E2-5x%2B6+=+0

The possible rational roots are (plus or minus) 1, 2, 3, and 6.

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.

   1 | 1  -2  -5   6
     |     1  -1  -6
     ----------------
       1  -1  -6   0

So

x%5E3-2x%5E2-5x%2B6+=+%28x-1%29%28x%5E2-x-6%29

Then factoring the quadratic gives us the final factored form of the equation:

x%5E3-2x%5E2-5x%2B6+=+0
%28x-1%29%28x-3%29%28x%2B2%29+=+0

example 2: x%5E3-x%5E2-10x-8+=+0

The possible rational roots are (plus or minus) 1, 2, 4, and 8.

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.

  -1 | 1  -1  -10  -8
     |    -1    2   8
     ----------------
       1  -2   -8   0

So

x%5E3-x%5E2-10x-8+=+%28x%2B1%29%28x%5E2-2x-8%29

And factoring the quadratic gives us the final factored form of the equation:

x%5E3-x%5E2-10x-8+=+0
%28x%2B1%29%28x-4%29%28x%2B2%29+=+0

example 3: 2x%5E4%2B5x%5E3-5x-2+=+0

we are given that x=1 is a root, so remove the factor (x-1) using synthetic division.

   1 | 2   5   0  -5  -2
     |     2   7   7   2
     -------------------
       2   7   7   2   0

So

2x%5E4%2B5x%5E3-5x-2+=+%28x-1%29%282x%5E3%2B7x%5E2%2B7x%2B2%29

The possible rational roots are now (plus or minus) 1, 2, 1/2.

Direct substitution shows that x=-1 is a root, so remove the factor of (x+1) using synthetic division.

  -1 | 2  7  7  2
     |   -2 -5 -2
     ------------
       2  5  2  0

So

2x%5E4%2B5x%5E3-5x-2+=+%28x-1%29%28x%2B1%29%282x%5E2%2B5x%2B2%29

Factoring the quadratic then gives us the final factored form of the equation:

2x%5E4%2B5x%5E3-5x-2+=+%28x-1%29%28x%2B1%29%282x%2B1%29%28x%2B2%29+=+0

There are the solutions of the three examples using the standard process.

Now here are solutions using Vieta's Theorem, which tells us that, in a cubic polynomial equation

ax%5E3%2Bbx%5E2%2Bcx%2Bd=0

The sum of the three roots is -b/a and the product of the three roots is -d/a.

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.

example 1: x%5E3-2x%5E2-5x%2B6+=+0

The possible rational roots are (plus or minus) 1, 2, 3, and 6.

The sum of the three roots is 2 and the product is -6.

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!)

%28x-1%29%28x%2B2%29%28x-3%29+=+0

example 2: x%5E3-x%5E2-10x-8+=+0

The possible rational roots are (plus or minus) 1, 2, 4, and 8.

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

x%5E3-x%5E2-10x-8+=+%28x%2B1%29%28x%2B2%29%28x-4%29+=+0

example 3: 2x%5E4%2B5x%5E3-5x-2+=+0

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

%282x%5E3%2B7x%5E2%2B7x%2B2%29+=+0

The possible rational roots are again (plus or minus) 1, 2, 1/2.

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:

%28x-1%29%28x%2B1%29%28x%2B2%29%282x%2B1%29+=+0