TOPIC
Imaginary zeros of polynomialsMY PROGRESS
Pug Score
0%
Getting Started
"Let's build your foundation!"
Best Streak
0 in a row
Study Points
+0
Overview
Practice
Watch
Read
Next Steps
Get Started
Get unlimited access to all videos, practice problems, and study tools.
Back to Menu
Topic Progress
Pug Score
0%
Getting Started
"Let's build your foundation!"
Videos Watched
0/0
Best Practice
No score
Read
Not viewed
Best Streak
0 in a row
Study Points
+0
Overview
Practice
Watch
Read
Next Steps
Read
Imaginary Zeros of Polynomials
This lesson explains imaginary zeros of polynomials: why they always appear in conjugate pairs, how the complex conjugate root theorem guarantees this, and how to find real and imaginary zeros together using factoring and the quadratic formula, with a worked example and graph.
What Are Imaginary Zeros of Polynomials?
A zero of a polynomial function is any value of \(x\) that makes the function equal to zero. Most of the time, when you first meet a polynomial function, its zeros are real numbers, like \(x = 2\) or \(x = -5\). But not every polynomial equation has only real solutions. Some zeros involve the imaginary unit \(i\), where \(i^2 = -1\). These are called imaginary zeros (or complex zeros when written in the general form \(a + bi\)).
For example, the equation \(x^2 + 1 = 0\) has no real solution, because no real number squared gives \(-1\). Solving it algebraically gives \(x^2 = -1\), so \(x = \pm i\). These two values, \(i\) and \(-i\), are imaginary zeros of the polynomial \(x^2 + 1\).
The Complex Conjugate Root Theorem
Here is the key fact that makes imaginary zeros predictable rather than random: if a polynomial has real number coefficients, its imaginary zeros always come in conjugate pairs. This means that if \(a + bi\) is a zero, then \(a - bi\) must also be a zero. This result is known as the complex conjugate root theorem.
The reason this happens comes from how the quadratic formula behaves. When the discriminant \(b^2 - 4ac\) of a quadratic is negative, the square root produces an imaginary number, and the \(\pm\) sign in the formula automatically generates two conjugate solutions, \(x = \frac{-b}{2a} \pm \frac{\sqrt{4ac - b^2}}{2a}i\).
This theorem is also why a polynomial of odd degree with real coefficients must have at least one real zero. Imaginary zeros always show up in pairs, so they can never account for an odd number of the total zeros.
How Many Zeros Does a Polynomial Have?
The Fundamental Theorem of Algebra tells us that a polynomial of degree \(n\) has exactly \(n\) zeros, counting multiplicity and including imaginary zeros. So a degree 4 polynomial always has 4 zeros in total, whether they are all real, all imaginary, or a mix. Because imaginary zeros pair up, the possible combinations for a degree 4 polynomial are: 4 real zeros, 2 real and 2 imaginary, or 0 real and 4 imaginary.
Tools like the rational zero test and the factor theorem are useful for narrowing down the real zeros first. Once those are factored out, whatever quadratic (or higher) factor is left over often holds the imaginary zeros.
Worked Example
Find all zeros of \(f(x) = x^3 - 2x^2 + x - 2\).
Step 1: Look for a real zero. Testing \(x = 2\): \(f(2) = 8 - 8 + 2 - 2 = 0\). So \(x = 2\) is a real zero, and \((x - 2)\) is a factor.
Step 2: Divide out the factor. Dividing \(x^3 - 2x^2 + x - 2\) by \((x - 2)\) gives \(x^2 + 1\), so \(f(x) = (x - 2)(x^2 + 1)\).
Step 3: Solve the remaining factor. Setting \(x^2 + 1 = 0\) gives \(x^2 = -1\), so \(x = \pm i\).
The full set of zeros is \(x = 2\), \(x = i\), and \(x = -i\). Notice the two imaginary zeros are conjugates of each other, exactly as the theorem predicts.
Why the Graph Only Shows Real Zeros
A graph of a polynomial function lives on the real coordinate plane, so it can only display x-intercepts where the zeros are real numbers. In the example above, the graph touches the x-axis once, at \(x = 2\), because \(i\) and \(-i\) are not real numbers and cannot be plotted as points on the x-axis. This is an important idea to keep in mind: a smooth-looking cubic curve that crosses the x-axis only once might still have two hidden imaginary zeros accounted for by its degree.
Understanding which zeros are real and which are imaginary is also central to determining the equation of a polynomial function when you are only given a graph or a partial list of roots, since any imaginary zero you spot must be matched with its conjugate.
Quick Recap
To summarize the main ideas about imaginary zeros of polynomials:
- Imaginary zeros involve \(i\), where \(i^2 = -1\), and arise when a factor like \(x^2 + 1\) has no real solution.
- For polynomials with real coefficients, imaginary zeros always occur in conjugate pairs, \(a + bi\) and \(a - bi\).
- A degree \(n\) polynomial always has exactly \(n\) zeros in total, real and imaginary combined.
- Finding imaginary zeros usually means factoring out the real zeros first, then applying the quadratic formula to what remains.