SOLUTION: please help solve thanks! Use the given zero to find the remaining zeros of the function. f(x) = x5 - 10x4 + 42x3 -124 x2 + 297x - 306 ; zero: 3i

Algebra ->  Functions -> SOLUTION: please help solve thanks! Use the given zero to find the remaining zeros of the function. f(x) = x5 - 10x4 + 42x3 -124 x2 + 297x - 306 ; zero: 3i       Log On


   



Question 616621: please help solve thanks!
Use the given zero to find the remaining zeros of the function.
f(x) = x5 - 10x4 + 42x3 -124 x2 + 297x - 306 ; zero: 3i

Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!
Find all the zeros of 

f(x) = x5 - 10x4 + 42x3 -124x2 + 297x - 306 

given that one zero is 3i

We will use synthetic division to divide by (x - 3i)

3i | 1    -10      42      -124       297       -306
   |         +3i   -9-30i    90+99i  -297-102i   306 
     1    -10+3i   33-30i   -34+99i      -102i     0

Now we have factored the polynomial as

f(x) = (x - 3i)[x4 + (-10+3i)x³ + (33-30i)x² - (-102i)x + (-102)]

When a polynomial with all real coefficients has a complex imaginary zero,
its conjugate is also a zero.

Therefore -3i is also a zero

We will use synthetic division to divide

 x4 + (-10+3i)x³ + (33-30i)x² - (-102i)x + (-102) by (x - 3i)

-3i |  1 -10+3i 33-30i -34+99i -102i
    |       -3i    30i    -99i -102i 
       1 -10    33      -34        0

Now we have factored the polynomial as
f(x) = (x - 3i)(x + 3i)(x³ - 10x² + 33x - 34)

We now seek zeros of x³ - 10x² + 33x - 34

The possible rational zeros are ± factors of 34, so they are ±1, ±2, ±17, ± 34

We will use synthetic division to divide by "x - (each of those)" to see if any 
are zeros:

We try dividing by x - 1 to see if 1 is a zero:

1 | 1 -10 33 -34 
  |     1 -9  24 
    1  -9 24 -10

Nope. We didn't get a remainder of 0.

We try dividing by x + 1 to see if -1 is a zero:
-1 | 1 -10 33 -34 
   |    -1 11 -44 
     1 -11 44 -78

Nope. We didn't get a remainder of 0.

We try dividing by x - 2 to see if 2 is a zero:
2 | 1 -10  33 -34 
  |     2 -16  34 
    1  -8  17   0

We DID get 0 remainder, so now we have factored the
polynomial as

f(x) = (x - 3i)(x + 3i)(x - 2)(x² - 8x + 17)

The last parentheses contains an unfactorable quadratic,
So we use the quadratic formula:

x² - 8x + 17, with a=1, b=-8, c=17

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

x = %28-%28-8%29+%2B-+sqrt%28+%28-8%29%5E2-4%2A%281%29%2A%2817%29+%29%29%2F%282%2A%281%29%29+

x = %288+%2B-+sqrt%2864-68+%29%29%2F2+

x = %288+%2B-+sqrt%28-4+%29%29%2F2+

x = %288+%2B-+2i%29%2F2+

x = %282%284+%2B-+i%29%29%2F2+

x = %28cross%282%29%284+%2B-+i%29%29%2Fcross%282%29

x = 4 ± i 

So the zeros are 3i, -3i, 2, 4+i, 4-i

Edwin