Question 852534
Given that 4-i is the root and {x-(4-i)}is a factor, use algebra (not your calculator) to solve the following equation: x^4-8x^3+19x^2-16x+34=0
<pre>
Let's use synthetic division.  [Yes, you can use synthetic division
even with complex numbers!  However we'll have to stop along the way
to multiply two complex numbers.]


4-i | 1   -8   19   -16   34
    |<u>      4                </u> 
      1   -4-i

We stop and multiply -4-i by 4-i: (-4-i)(4-i) = -16+4i-4i+i² = -16+(-1) = -17

4-i | 1   -8    19  -16    34
    |<u>      4-1 -17    8-2i   </u>
      1   -4-i   2   -8-2i

We stop and multiply -8-2i by 4-i: (-8-2i)(4-i) = -32+8i-8i+2i² = -32+2(-1) = -34

4-i | 1   -8    19  -16     34
    |<u>      4-1 -17    8-2i -34</u>
      1   -4-i   2   -8-2i   0

We have factored the equation as

[x-(4-i)][x³ + (-4-i)x² + 2x +(-8-2i)] = 0

Now since 4-i is a root, so is its conjugate 4+i. Now we divide
the bracketed third degree polynomial by [x-(4+i)]

4+i | 1   -4-i   2    -8-2i
    |<u>      4+i   0     8+2i</u>
      1      0   2        0

Now we have further factored the polynomial equation as


[x-(4-i)][x-(4+i)](x²+2)

We can factor x²+2 by writing it as x²-(-2) = x²-(&#8730;<span style="text-decoration: overline">-2</span>)² = (x-&#8730;<span style="text-decoration: overline">-2</span>)(x+&#8730;<span style="text-decoration: overline">-2</span>) = 
(x-i&#8730;<span style="text-decoration: overline">2</span>)(x+i&#8730;<span style="text-decoration: overline">2</span>)}}}

So the final factorization is:

[x-(4-i)][x-(4+i)](x-i&#8730;<span style="text-decoration: overline">2</span>)(x+i&#8730;<span style="text-decoration: overline">2</span>) = 0 

So the 4 solutions are 4-i, 4+i, i&#8730;<span style="text-decoration: overline">2</span>, -i&#8730;<span style="text-decoration: overline">2</span>

Edwin</pre>