Complex conjugate root theorem

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

In mathematics, the complex conjugate root theorem states that if P is a polynomial in one variable with real coefficients, and a + bi is a root of P with a and b real numbers, then its complex conjugate a − bi is also a root of P.[1]

It follows from this (and the fundamental theorem of algebra), that if the degree of a real polynomial is odd, it must have at least one real root.[2] That fact can also be proven by using the intermediate value theorem.

Examples and consequences

  • The polynomial x2 + 1 = 0 has roots ±i.
  • Any real square matrix of odd degree has at least one real eigenvalue. For example, if the matrix is orthogonal, then 1 or −1 is an eigenvalue.
  • The polynomial
 x^3 - 7x^2 + 41x - 87\,
has roots
 3,\, 2 + 5i,\, 2 - 5i,
and thus can be factored as
 (x - 3)(x - 2 - 5i)(x - 2 + 5i).\,
In computing the product of the last two factors, the imaginary parts cancel, and we get
 (x - 3)(x^2 - 4x + 29).\,
The non-real factors come in pairs which when multiplied give quadratic polynomials with real coefficients. Since every polynomial with complex coefficients can be factored into 1st-degree factors (that is one way of stating the fundamental theorem of algebra), it follows that every polynomial with real coefficients can be factored into factors of degree no higher than 2: just 1st-degree and quadratic factors.

Corollary on odd-degree polynomials

It follows from the present theorem and the fundamental theorem of algebra that if the degree of a real polynomial is odd, it must have at least one real root.[2]

This can be proved as follows.

  • Since non-real complex roots come in conjugate pairs, there are an even number of them;
  • But a polynomial of odd degree has an odd number of roots;
  • Therefore some of them must be real.

This requires some care in the presence of multiple roots; but a complex root and its conjugate do have the same multiplicity (and this lemma is not hard to prove). It can also be worked around by considering only irreducible polynomials; any real polynomial of odd degree must have an irreducible factor of odd degree, which (having no multiple roots) must have a real root by the reasoning above.

This corollary can also be proved directly by using the intermediate value theorem.

Simple proof

One proof of the theorem is as follows:[2]

Consider the polynomial

P(z) = a_0 + a_1z + a_2z^2 + \cdots + a_nz^n

where all ar are real. Suppose some complex number ζ is a root of P, that is P(ζ) = 0. It needs to be shown that

P(\overline{\zeta}) = 0

as well.

If P(ζ) = 0, then

a_0 + a_1\zeta + a_2\zeta^2 + \cdots + a_n\zeta^n = 0\,

which can be put as

\sum_{r=0}^n a_r\zeta^r = 0.

Now

P(\overline{\zeta}) = \sum_{r=0}^n a_r\left(\overline{\zeta}\right)^r

and given the properties of complex conjugation,

\sum_{r=0}^n a_r\left(\overline{\zeta}\right)^r = \sum_{r=0}^n a_r \overline{\zeta^r} = \sum_{r=0}^n \overline{a_r\zeta^r} = \overline {\sum_{r=0}^n a_r\zeta^r}.

Since,

\overline {\sum_{r=0}^n a_r\zeta^r} = \overline{0}

it follows that

\sum_{r=0}^n a_r\left(\overline{\zeta}\right)^r = \overline{0} = 0.

That is,

P(\overline{\zeta}) = a_0 + a_1\overline{\zeta} + a_2\left(\overline{\zeta}\right)^2 + \cdots + a_n\left(\overline{\zeta}\right)^n = 0.

Notes

  1. Lua error in package.lua at line 80: module 'strict' not found. Preview available at Google books
  2. 2.0 2.1 2.2 Lua error in package.lua at line 80: module 'strict' not found.