1. Number and Algebra

Complex Roots Of Polynomials

Complex Roots of Polynomials

Welcome, students ๐Ÿ‘‹ In this lesson, you will learn what happens when a polynomial has roots that are not real numbers, why those roots matter, and how they help us understand algebra more deeply. By the end, you should be able to explain the key ideas, use important theorems, and solve polynomial problems that involve complex numbers.

What you will learn

In this lesson, you will:

  • understand what complex roots are and why they appear in polynomial equations
  • use the idea of conjugate pairs to find missing roots
  • connect roots, factors, and graphs of polynomials
  • apply the Factor Theorem and the Remainder Theorem in complex settings
  • see how complex roots fit into the broader study of Number and Algebra ๐Ÿ“˜

Polynomials often begin with real-number solutions, but sometimes the full story requires complex numbers. This is not just an advanced topic for the sake of it. Complex roots help complete the algebraic structure of polynomials and allow every polynomial to be understood more fully.

What is a complex root?

A root of a polynomial is a value of $x$ that makes the polynomial equal to $0$. If the root is a complex number, then it is called a complex root. A complex number has the form $a+bi$, where $a$ and $b$ are real numbers and $i^2=-1$.

For example, in the polynomial equation $x^2+1=0$, there is no real solution because no real number squared equals $-1$. But in the complex numbers, the solutions are $x=i$ and $x=-i$.

So the roots of $x^2+1$ are the complex numbers $i$ and $-i$. These are not just symbols; they are values that satisfy the equation exactly.

A key idea in IB Mathematics: Analysis and Approaches HL is that polynomial equations may have roots outside the real number system. Once we allow complex numbers, many patterns become complete and elegant โœจ

Why complex roots matter

Polynomial equations are central to Number and Algebra because they connect expressions, factors, equations, and functions. If a polynomial has degree $n$, then it can have at most $n$ roots, counting repeated roots. This is part of the Fundamental Theorem of Algebra, which states that every non-constant polynomial with complex coefficients has at least one complex root, and therefore can be factored completely into linear factors over the complex numbers.

This means a polynomial like $x^4-1$ can be written as a product of linear factors in the complex system:

$$x^4-1=(x-1)(x+1)(x-i)(x+i)$$

Notice something important: the polynomial has real coefficients, but two of its roots are complex. This shows that complex roots are not rare extras. They are part of the full structure of polynomial algebra.

In practical terms, complex roots help in:

  • solving equations that have no real roots
  • factoring polynomials completely
  • predicting the number and type of solutions
  • checking whether a factorization is complete

Conjugate pairs and real coefficients

One of the most important facts in this topic is the Complex Conjugate Root Theorem. It says that if a polynomial has real coefficients and one complex root is $a+bi$, then its conjugate $a-bi$ is also a root.

For example, if $2+3i$ is a root of a polynomial with real coefficients, then $2-3i$ must also be a root.

Why does this happen? It is because complex numbers with non-real parts come in pairs when the coefficients are real. This pairing keeps the polynomialโ€™s coefficients real after factoring.

To see this, multiply the conjugate pair:

$$(x-(a+bi))(x-(a-bi))$$

Expanding gives

$$

$(x-a-bi)(x-a+bi)=(x-a)^2-b^2i^2=(x-a)^2+b^2$

$$

This result has only real coefficients. That is the reason conjugate pairs are so useful.

Example 1

Suppose a polynomial with real coefficients has a root $3-2i$. What is another root?

Because roots come in conjugate pairs, the other root is $3+2i$.

If the polynomial also has a real root $5$, then the factors must include

$$ (x-5) \bigl(x-(3-2i)\bigr)\bigl(x-(3+2i)\bigr) $$

The pair of complex factors can be combined into a real quadratic factor.

From roots to factors

If $r$ is a root of a polynomial $f(x)$, then $(x-r)$ is a factor of $f(x)$. This is the Factor Theorem. It works for real roots and complex roots alike.

For example, if $2i$ is a root, then $(x-2i)$ is a factor. If $-2i$ is also a root, then $(x+2i)$ is another factor.

Together, these two factors give

$$

$(x-2i)(x+2i)=x^2+4$

$$

This is especially useful because the final polynomial can be written using real coefficients.

Example 2

Find a polynomial with real coefficients and roots $1$, $-1$, and $4i$.

Since the coefficients are real, $-4i$ must also be a root. So the roots are $1$, $-1$, $4i$, and $-4i$.

The factors are

$$

(x-1)(x+1)(x-4i)(x+4i)

$$

Now simplify:

$$

$(x-1)(x+1)=x^2-1$

$$

and

$$

$(x-4i)(x+4i)=x^2+16$

$$

So a polynomial with those roots is

$$

$(x^2-1)(x^2+16)$

$$

Expanding gives

$$

$x^4+15x^2-16$

$$

This is a real polynomial with the required roots.

Solving polynomial equations with complex roots

Sometimes a polynomial cannot be solved by guessing or simple factoring alone. In those cases, a common IB strategy is to use known roots, conjugate pairs, and algebraic structure.

Example 3

Solve $x^4+5x^2+4=0$.

This is a quadratic in $x^2$. Let $u=x^2$. Then the equation becomes

$$u^2+5u+4=0$$

Factor:

$$

$(u+1)(u+4)=0$

$$

So

$$u=-1 \quad \text{or} \quad u=-4

$$

Now substitute back:

$$x^2=-1 \quad \text{or} \quad x^2=-4

$$

Thus

$$x=\pm i \quad \text{or} \quad x=\pm 2i

$$

So the complex roots are

$$i, -i, 2i, -2i$$

This example shows how algebra can reduce a higher-degree polynomial into simpler pieces.

Example 4

Solve $x^3-2x^2+5x-10=0$ if one root is $2$.

Since $2$ is a root, $(x-2)$ is a factor. Divide the polynomial by $(x-2)$ to get

$$x^2+5$$

Now solve

$$x^2+5=0$$

which gives

$$x^2=-5$$

So the other roots are

$$x=\pm i\sqrt{5}$$

The full set of roots is

$$2,\ i\sqrt{5},\ -i\sqrt{5}$$

Connecting complex roots to graphs and real solutions

A polynomial with real coefficients may cross the $x$-axis at real roots, but complex roots do not appear as $x$-intercepts on a real graph. That does not mean they are unimportant. It only means they lie outside the real-number graphing picture.

For example, the graph of $f(x)=x^2+1$ never touches the $x$-axis because $x^2+1>0$ for every real $x$. Yet the equation $x^2+1=0$ still has roots in the complex numbers, namely $x=i$ and $x=-i$.

So real graphs show real roots, but algebraic factorization over the complex numbers reveals all roots. This is one reason complex roots are important in Number and Algebra: they complete the solution set.

Common exam-style reasoning

In IB Mathematics: Analysis and Approaches HL, you may need to:

  • identify missing complex roots from a given root
  • build a polynomial from roots
  • use a known root to factor a polynomial
  • explain why a conjugate root must also exist
  • show that a polynomial with real coefficients can have complex roots in conjugate pairs

A strong strategy is to work step by step:

  1. Identify any given roots.
  2. Add conjugate roots if coefficients are real.
  3. Write each root as a factor.
  4. Multiply conjugate pairs first to simplify.
  5. Expand only if needed.

This keeps your work organized and reduces errors โœ…

Conclusion

Complex roots of polynomials show that algebra does not stop at the real numbers. When a polynomial has no real solution, complex numbers provide a complete framework for solving it. For real-coefficient polynomials, non-real roots appear in conjugate pairs, and each root corresponds to a factor. This links equations, factorization, and the structure of number systems in a powerful way.

For students, the main takeaway is that complex roots are not separate from ordinary polynomial algebra. They are part of the same big idea: every polynomial can be understood through its roots, factors, and coefficients. In Number and Algebra, this topic connects symbolic manipulation with a deeper view of how equations behave.

Study Notes

  • A root of a polynomial is a value of $x$ that makes the polynomial equal to $0$.
  • A complex number has the form $a+bi$, where $i^2=-1$.
  • If a polynomial has real coefficients and one root is $a+bi$, then $a-bi$ is also a root.
  • This is called the Complex Conjugate Root Theorem.
  • The Factor Theorem says that if $r$ is a root, then $(x-r)$ is a factor.
  • Complex roots do not appear as $x$-intercepts on a real graph, but they still solve the equation.
  • Multiplying conjugate factors gives a real quadratic factor.
  • Every non-constant polynomial has at least one complex root, and over the complex numbers it can be factored completely into linear factors.
  • In IB, common tasks include finding missing roots, forming polynomials from roots, and using factorization to solve equations.
  • Complex roots connect Number and Algebra by completing the solution system for polynomials ๐Ÿ“š

Practice Quiz

5 questions to test your understanding