Next: Sign Changes (C)
Up: Solving Polynomial Equations (C)
Previous: Rational Roots (C)
If p(z) is a polynomial with real coefficients, a and b are real numbers,
and p(a+bi) = 0 then p(a-bi) = 0 as well. In this case we have z-(a+bi)
and z-(a-bi) are factors, so
(z-(a+bi))(z-(a-bi)) = z2 + 2az + (a2 + b2)
is also a factor, and can be divided out from p(z).
Eric S Key
5/8/2001