SOLUTION: solve the given polynomial equation, use rational zero theorem and Descrates rule of sighns as an aid in optaining the first root to begin synthetic division to give the solution s

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: solve the given polynomial equation, use rational zero theorem and Descrates rule of sighns as an aid in optaining the first root to begin synthetic division to give the solution s      Log On


   



Question 199686: solve the given polynomial equation, use rational zero theorem and Descrates rule of sighns as an aid in optaining the first root to begin synthetic division to give the solution set for 8x^3-10x^2-7x-1=0 The solution set is?
Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!

8x%5E3-10x%5E2-7x-1=0

It has 1 sign change going from left to right.
so it has 1 positive zero, which means it
has either 2 or 0 negative zeros.

The only rational zeros it might have are the
fractions whose numerators divide evenly into
the last term and whose denominators divide
evenly into the first coefficient, 8.

So the only possible rational zeros are

±1/1. ±1/2, ±1/4, ±1/8

or

±1. ±1/2, ±1/4, ±1/8
 
We try 1

1 | 8 -10 -7  -1
  |     8 -2  -9 
   -------------
    8  -2 -9 -10

No luck.  We try 1/2

1/2 | 8 -10  -7 -1
    |     4  -3 -5 
     ---------------
      8  -6 -10 -6

No luck.  We try 1/4

1/4 | 8 -10 -7    -1
    |     2 -2  -9/4 
     ---------------
      8  -8 -9 -13/4

No luck.  We try 1/8

1/8 | 8 -10    -7      -1
    |     1  -9/8  -65/64 
     --------------------
      8  -9 -65/8 -129/64

No luck.  We try -1

-1 | 8 -10 -7  -1
   |    -8 18 -11 
   --------------
     8 -18 11 -12

No luck.  But, we learned that since the signs 
on that bottom row alternate and we are looking 
for a negative zero, that -1 is a lower bound
for the negative zeros.  But heck, the only
possibilities of a rational zero are greater 
than -1 anyway. So, that didn't really help.

We try -1/2

-1/2 | 8 -10 -7 -1
     |    -4  7  0 
     ---------------
       8 -14  0 -1

No luck.  We try -1/4

-1/4 | 8 -10 -7 -1
     |    -2  3  1 
     --------------
       8 -12 -4  0

Hey yeah! -1/4 is a zero

So now we have factored the original
polynomial equation this way:

%28x%2B1%2F4%29%288x%5E2-12x-4%29=0

So now we factor the 8x%5E2-12x-4 by taking
out 4. 

%28x%2B1%2F4%294%282x%5E2-3x-1%29=0

4%28x%2B1%2F4%29%282x%5E2-3x-1%29=0

%284x%2B1%29%282x%5E2-3x-1%29=0

Setting each factor = 0:

4x%2B1=0
  4x=-1
   x=-1%2F4  we already knew that was one.

2x%5E2-3x-1=0

a+=+2, b=-3, c=-1

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



x+=+%283+%2B-+sqrt%289%2B8+%29%29%2F4+

x+=+%283+%2B-+sqrt%2817%29%29%2F4+

So there are three zeros:

x=-1%2F4, x+=+%283+%2B+sqrt%2817%29%29%2F4+, and x+=+%283+-+sqrt%2817%29%29%2F4+
 
Edwin