x5 - 2x4 + x3 + x + 5
Note: In order to do synthetic division to factor a polynomial
we need to have all the coefficients in order from highest.. 5 ..
down to zero ... note that 5 = 5x0
Best is to rewrite it as: x5 - 2x4 + x3 + 0x2 + x + 5
You see the coefficients are 1, -2, 1, 0, 1, 5
The roots of the polynomial will come from the factors
to the constant.... 5... divided by the factors of the the
coefficient of the highest variable with highest exponent .. 1
The roots will be found in ±{1, 5}/±{1} so 1, -1, 5, -5
If -1 is a root then (x+1) is a factor
Set up the synthetic division as below
-1 | 1 -2 1 0 1 5 bring the 1st coefficient down.
| -1 3 -4 4 -5 Multiply the possible root by it and
--------------------------- carry up under next coefficient.
1 -3 4 -4 5 0 Add down and repeat process.
If the last sum is zero, as it is in this case, then the root IS an
actual root. The numbers in the bottom row, the sums, form
the coefficients of the other factor.
This means that
x5 - 2x4 + x3 + x + 5 = (x+1)(x4 -3x3+4x2-4x+5)
Now we need to further factor the new polynomial.
Our next possible factor we will try is x = 1...
If x=1 is a root then x-1 will be a factor.
1 | 1 -3 4 -4 5
| 1 -2 2 -2
------------------------
1 -2 2 -2 3
x=1 is NOT a root since there is a remainder of 3
Let's try x=5 as a root to see if (x-5) is a factor
5 | 1 -3 4 -4 5
| 5 10 70 330
-------------------------
1 2 14 66 335
x=5 is NOT a root
Let's try x=-5 to see if (x+5) is a factor
-5 | 1 -3 4 -4 5
| -5 40 -220 1120
----------------------------
1 -8 44 -224 1125
x=-5 is NOT a root either so x+5 is not a factor
Since the only real root we can find is x=1
the other roots must be complex or irrational
x5 - 2x4 + x3 + x + 5 = (x+1)(x4 -3x3+4x2-4x+5)
Mark M.
12/02/16