SOLUTION: Find all of the real zeros of the polynomial P(x)=2x^4-6x^3-52x^2-36x+56

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: Find all of the real zeros of the polynomial P(x)=2x^4-6x^3-52x^2-36x+56      Log On


   



Question 370334: Find all of the real zeros of the polynomial P(x)=2x^4-6x^3-52x^2-36x+56
Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
P%28x%29=2x%5E4-6x%5E3-52x%5E2-36x%2B56
A polynomial of degree 4, like P(x), can have up to 4 real roots. To find roots of a 4th degree polynomial them you often use factoring.

First we factor out the Greatest Common Factor, which is 2:
P%28x%29+=+2%28x%5E4-3x%5E3-26x%5E2-18x%2B28%29
Now we try to factor x%5E4-3x%5E3-26x%5E2-18x%2B28. This has too many terms for factoring by patterns and for trinomial factoring. And it has an odd number of terms so it doesn't seem that factoring by grouping will work. The only method left is trial and error of the possible rational roots.

The possible rational roots of x%5E4-3x%5E3-26x%5E2-18x%2B28 are all the fractions which can be formed by a factor of 28 over a factor of 1 (the leading coefficient), both positive and negative. So the possible rational roots for x%5E4-3x%5E3-26x%5E2-18x%2B28 are 1/1. -1/1, 2/1, -2/1, 4/1, -4/1, 7/1, -7/1, 14/1, -14/1, 28/1, -28/1.

The easiest way to determine if one of these is a root is with synthetic division. This is a trial and error method. I will omit all the rational roots I tried which did not work. I will just show the ones I found.

Using synthetic division to see if -2 is a root of x%5E4-3x%5E3-26x%5E2-18x%2B28:
-2 |  1  -3  -26  -18  28
----     -2   10   32 -28
     ---------------------
      1  -5  -16   14   0

The remainder (in the bottom right corner) is zero. This means that (x - (-2)) or (x + 2) is a factor of x%5E4-3x%5E3-26x%5E2-18x%2B28. The rest of the bottom line, 1 -5 -16 14, also tells you the other factor: x%5E3+-+5x%5E2+-16x+%2B+14. So now we have:
P%28x%29+=+2%28x%2B2%29%28x%5E3+-+5x%5E2+-16x+%2B+14%29

Trying possible root of 7:
7 |  1  -5  -16   14
---      7   14  -14
     ----------------
     1   2   -2    0

The zero remainder means that (x-7) is a factor. So now we have:
P%28x%29+=+2%28x%2B2%29%28x-7%29%28x%5E2+%2B2x+-+2%29

Last of all we try to factor x%5E2+%2B+2x+-+2. This does not fit any pattern. It is a trinomial but it does not factor with trinomial factoring. It doesn't have enough terms for factoring by grouping and even factoring by trial and error of rational roots fails. But x%5E2+%2B+2x+%2B+2 is a quadratic expression so we can use the Quadratic Formula:
x+=+%28-%282%29+%2B-+sqrt%28%282%29%5E2+-4%281%29%28-2%29%29%29%2F2%281%29
which simplifies as follows:
x+=+%28-%282%29+%2B-+sqrt%284-+4%281%29%28-2%29%29%29%2F2%281%29
x+=+%28-%282%29+%2B-+sqrt%284+%2B+8%29%29%2F2%281%29
x+=+%28-%282%29+%2B-+sqrt%2812%29%29%2F2%281%29
x+=+%28-2+%2B-+sqrt%2812%29%29%2F2
x+=+%28-2+%2B-+sqrt%284%2A3%29%29%2F2
x+=+%28-2+%2B-+sqrt%284%29%2Asqrt%283%29%29%2F2
x+=+%28-2+%2B-+2%2Asqrt%283%29%29%2F2
x+=+%282%28-1+%2B-+sqrt%283%29%29%29%2F2
x+=+%28cross%282%29%28-1+%2B-+sqrt%283%29%29%29%2Fcross%282%29
x+=+-1+%2B-+sqrt%283%29

So P(x) has two rational roots, -2 and 7, and two irrational roots, -1%2Bsqrt%283%29 and -1-sqrt%283%29.