We are given that $(1 + i)$ ia a root of the equation $z^4 + 3z^2 - 6z + 10 = 0$
What is a straightforward way to find the other factors?
Here's my approach:
$$(z-1-i)(z^3 + az^2 + bz + c ) \equiv z^4 + 3z^2 - 6z + 10 = 0$$
The values that I find for the unknowns through matching the coefficients are:
a = 1 + i
b = 3 + 2i
c = -5 + 5i
But these values for a, b, and c must be wrong because when I plug them into $(z-1-i)(z^3 + az^2 + bz + c )$ and expand, I don't get the original equation.
So my questions really are:
a) How does one factorize $z^4 + 3z^2 - 6z + 10 = 0$ given the root $(1+ i)$
b) Am I using a false approach, and if so, what is it that is wrong?
c) Using my approach, it gets very complex very soon. So in case it is correct, is there not an easier method?
P.S. I checked my work several times over, and I still don't see the mistake.
Remember that complex solutions come in pairs when the coefficients of the polynomial are real, so $z-1+i$ is also a factor. Since $$(z-1-i)(z-1+i)=z^2-2z+2,$$ you can divide $z^4+3z^2-6z+10$ by $z^2-2z+2$ to get a second degree polynomial. Then you can use the usual formula to solve the remaining second degree equation.