SOLUTION: I really need help with this problem: Consider 2x^4+11x^3+x^2-10x-4. Divide by (x-r) where r is a root. Repeat with as many roots as you know. Can you find the other roots? Th

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: I really need help with this problem: Consider 2x^4+11x^3+x^2-10x-4. Divide by (x-r) where r is a root. Repeat with as many roots as you know. Can you find the other roots? Th      Log On


   



Question 334192: I really need help with this problem: Consider 2x^4+11x^3+x^2-10x-4. Divide by
(x-r) where r is a root. Repeat with as many roots as you know. Can you find the other roots?
Thank you so much for helping me.

Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!
2x%5E4%2B11x%5E3%2Bx%5E2-10x-4

If it has any rational solutions the numerator must be
a factor of 4 and the denominator must be a factor of 2,

The only possible rational solutions are 

%22%22+%2B-+1, %22%22+%2B-+2, %22%22+%2B-+4, or %22%22+%2B-+1%2F2

Trying the easiest one x = 1

So we divide by x - 1, either synthetically:

1|2  11   1  -10  -4
 |    2  13   14   4 
  2  13  14    4   0

or by long division   

             2x³ + 13x² + 14x + 4
x - 1)2x4 + 11x³ +   x² - 10x - 4 
      2x4 -  2x³
            13x³ +   x²
            13x³ - 13x²
                   14x² - 10x
                   14x² - 14x
                           4x - 4
                           4x - 4
                                0     

You have now factored the original polynomial as

(x - 1)(2x³ + 13x² + 14x + 4)

Next let's do the same with the cubic polynomial in
the second parenthesis:

If it has any rational solutions the numerator must be
a factor of 4 and the denominator must be a factor of 2,

We've already done that. The only possible rational solutions are 

%22%22+%2B-+1, %22%22+%2B-+2, %22%22+%2B-+4, or %22%22+%2B-+1%2F2

You could go to the trouble of trying all those.  But sooner of
later you'd get around to trying to divide by -1%2F2 or -.5

Divide by x + .5, either synthetically:

-.5|2  13  14   4
   |   -1  -6  -4    
    2  12   8   0

or by long division   

               2x² + 12x + 8 
x + .5)2x³ + 13x² + 14x + 4 
       2x³ +   x²
             12x² + 14x
             12x? +  6x
                     8x + 4
                     8x + 4
                          0         

And you have now factored further as

(x - 1)(x + .5)(2x² + 12x + 8)

Now we can factor 2 out of the third parentheses:

(x - 1)(x + .5)2(x² + 6x + 4)

2(x - 1)(x + .5)(x² + 6x + 4)

The quadratic will not factor but we can find its roots 
by using the quadratic formula:

x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+

x+=+%28-6+%2B-+sqrt%28+6%5E2-4%2A1%2A4+%29%29%2F%282%2A1%29+

x+=+%28-6+%2B-+sqrt%2836-16+%29%29%2F2+

x+=+%28-6+%2B-+sqrt%2820%29%29%2F2+

x+=+%28-6+%2B-+sqrt%284%2A5%29%29%2F2+

x+=+%28-6+%2B-+2sqrt%285%29%29%2F2+

x+=+%282%28-3+%2B-+sqrt%285%29%29%29%2F2+

x+=+%28cross%282%29%28-3+%2B-+sqrt%285%29%29%29%2Fcross%282%29+

x+=+-3+%2B-+sqrt%285%29+

So the 4 roots are

1, -1%2F2, -3+%2B+sqrt%285%29+, and -3+-+sqrt%285%29+

Edwin