audio read-through Polynomials with Real Number Coefficients

Most often in undergraduate mathematics, work is done with polynomials that have real number coefficients. So, even though the Fundamental Theorem of Algebra deals with polynomials with complex number coefficients, you won't often find yourself working with polynomials having coefficients involving the imaginary number $\,i\,.$

By the Fundamental Theorem of Algebra, every non-constant polynomial with complex coefficients has at least one zero in the set of complex numbers. But—when the polynomial under consideration has all real number coefficients—we can say even more about the zeros!

Zeros of Polynomials with Real Number Coefficients

Let $\,P\,$ be a polynomial with real number coefficients.

Let $\,a\,$ and $\,b\,$ be real numbers, with $\,b\ne 0\,,$ so that $\,a+bi\,$ is not a real number.

If $\,a+bi\,$ is a zero of $\,P\,,$ then $\,a - bi\,$ must also be a zero of $\,P\,.$

In other words, non-real zeros must occur in complex conjugate pairs.

Example: Finding the Complex Conjugate Zeros of a Quadratic Function

Consider the polynomial $$ P(x) = x^2 - 4x + 13\,, $$ which has real number coefficients.

By the quadratic formula, the zeros of $\,P\,$ (i.e., the solutions of $\,x^2 - 4x + 13 = 0\,$) are:

$$ \begin{align} x\ &= \cssId{s15}{\frac{-(-4) \pm \sqrt{16 - 4(1)(13)}}{2(1)}}\cr\cr &\cssId{s16}{\,=\ \frac{4\pm \sqrt{-36}}{2}}\cr\cr &\cssId{s17}{\,=\ \frac{4}{2} \pm \frac{\sqrt{-36}}{2}}\cr\cr &\cssId{s18}{\,=\ 2 \pm \frac{i\sqrt{36}}{2}}\cr\cr &\cssId{s19}{\,=\ 2 \pm \frac{i\cdot 6}{2}}\cr\cr &\cssId{s20}{\,= 2\pm 3i} \end{align} $$

Thus, $\,P(x) = x^2 - 4x + 13\,$ has two zeros: $\,2 + 3i\,$ and $\,2 - 3i\,.$ These two zeros consist of a complex number together with its conjugate—that is, a complex conjugate pair.

To verify that $\,2+3i\,$ is a zero of $\,P\,,$ we have:

$$ \begin{align} \cssId{s25}{P(2 + 3i)}\ &\cssId{s26}{= (2+3i)^2 - 4(2+3i) + 13}\cr\cr &\cssId{s27}{= (2+3i)(2+3i) - 8 - 12i + 13}\cr\cr &\cssId{s28}{= 2^2 + 6i + 6i + 9i^2 - 8 - 12i + 13}\cr\cr &\cssId{s29}{= 4 + 12i - 9 + 5 - 12i}\cr\cr &\cssId{s30}{= 0} \end{align} $$

Similarly, you should verify that $\,P(2 - 3i) = 0\,.$

Why Must Non-Real Zeros of Polynomials with Real Coefficients Occur in Complex Conjugate Pairs?

We'll show that for every quadratic function with real nunber coefficients, non-real zeros must occur in complex conjugate pairs. The proof here easily generalizes to any polynomial with real number coefficients.

Recall that the complex conjugate of $\,x + yi\,$ (for real numbers $\,x\,$ and $\,y\,$) is $\,x - yi\,.$ That is, to find the complex conjugate, the real part remains the same, and you take the opposite of the imaginary part.

The complex conjugate is frequently denoted with an overbar:

$$ \begin{align} &\cssId{s39}{\underbrace{\overline{x + yi}}_{\text{the complex conjugate of $\,x+yi\,$}}}\cr\cr &\qquad\cssId{s40}{= \underbrace{x - yi}_{\text{same real part; opposite imaginary part}}} \end{align} $$

Here are two properties of the complex conjugate that were proved in an earlier lesson:

Proof

Let $\,P(x) := ax^2 + bx + c\,,$ where $\,a\,,$ $\,b\,$ and $\,c\,$ are real numbers, and $\,a\ne 0\,.$ Suppose that $\,w\,$ is a zero of $\,P\,.$ Then:

$$ \begin{align} \cssId{s50}{P(\bar w)}\ &\cssId{s51}{= a(\bar w)^2 + b\bar w + c}\cr &\qquad \cssId{s52}{\text{(definition of $\,P\,,$ function evaluation)}}\cr\cr &\cssId{s53}{= a(\overline{w^2}) + b\bar w + c}\cr &\qquad \cssId{s54}{\text{(since } \overline{\vphantom{b}a}\cdot\overline{b} = \overline{ab}\,}\text{)}\cr\cr &\cssId{s55}{= \bar a(\overline{w^2}) + \bar b\bar w + \bar c}\cr &\qquad \cssId{s56}{\text{(for real numbers $\,x\,,$ $\,\bar x = x\,$)}}\cr\cr &\cssId{s57}{= \overline{a\,w^2} + \overline{bw} + \bar c}\cr &\qquad \cssId{s58}{\text{(since } \overline{\vphantom{b}a}\cdot\overline{b} = \overline{ab}\,}\text{)}\cr\cr &\cssId{s59}{= \overline{aw^2 + bw + c}}\cr &\qquad \cssId{s60}{\text{(since } \overline{\vphantom{b}a} + \overline{b} = \overline{a + b}\,}\text{)}\cr\cr &\cssId{s61}{= \overline{P(w)}}\cr &\qquad \cssId{s62}{\text{(definition of $\,P\,,$ function evaluation)}}\cr\cr &\cssId{s63}{= \bar 0}\cr &\qquad \cssId{s64}{\text{(definition of zero)}}\cr\cr &\cssId{s65}{= 0}\cr &\qquad \cssId{s66}{\text{(for real numbers $\,x\,,$ $\,\bar x = x\,$)}} \end{align} $$

Q.E.D.

The Factors Corresponding to the Zeros in a Complex Conjugate Pair Multiply to give an Irreducible Quadratic

Recall that there is a beautiful relationship between the zeros of a polynomial and its factors: if $\,c\,$ is a zero, then $\,x-c\,$ is a factor.

In particular:

Multiplying these two different linear factors gives an irreducible quadratic:

$$ \begin{align} &\cssId{s77}{(x - a - bi)(x - a + bi)}\cr\cr &\quad\cssId{s78}{= x(x - a + bi) - a(x - a + bi) - bi(x - a + bi)}\cr\cr &\quad\cssId{s79}{= x^2 \color{green}{- ax} \color{red}{+ bxi} \color{green}{- ax} + a^2 \color{orange}{- abi} \color{red}{- bxi} \color{orange}{+ abi} - b^2i^2}\cr\cr &\quad\cssId{s80}{= x^2 \color{green}{- 2ax} + (a^2 + b^2)} \end{align} $$

We can check that the resulting quadratic $\,x^2 - 2ax + (a^2 + b^2)\,$ is irreducible by showing that its discriminant is negative:

$$ \begin{align} &\cssId{s82}{\text{discriminant of $\,x^2 - 2ax + (a^2 + b^2)\,$}}\cr\cr &\qquad\cssId{s83}{= (-2a)^2 - 4(1)(a^2 + b^2)}\cr\cr &\qquad\cssId{s84}{= 4a^2 - 4a^2 - 4b^2}\cr\cr &\qquad\cssId{s85}{= -4b^2}\cr\cr &\qquad\cssId{s86}{\lt 0} \ \text{ (when $\,b\,$ is nonzero)} \end{align} $$

Now, put everything together:

Concept Practice