Complex Zeros and the Fundamental Theorem of Algebra
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn the Fundamental Theorem of Algebra and how it guarantees that every polynomial can be completely factored. You worked with complex numbers in Algebra 2. Here we connect them to polynomial roots in a deeper way.
The Concept
Section titled “The Concept”The Fundamental Theorem of Algebra states that every non-constant polynomial of degree n has exactly n zeros (roots) in the complex numbers, counting multiplicities.
That’s a big deal. It means:
- A degree 1 polynomial has exactly 1 zero
- A degree 2 polynomial has exactly 2 zeros
- A degree 3 polynomial has exactly 3 zeros
- A degree n polynomial has exactly n zeros
Some of those zeros might be real numbers, and some might be complex (involving i). But the total count is always equal to the degree.
For polynomials with real coefficients, there’s an important rule: complex zeros always come in conjugate pairs. If a + bi is a zero, then a - bi is also a zero. This means complex zeros “use up” two of your n zeros at a time.
A consequence: odd-degree polynomials with real coefficients always have at least one real zero (because you can’t pair up an odd number of zeros into conjugate pairs without at least one being real).
Worked Example
Section titled “Worked Example”Example 1: Identify all zeros
Find all zeros of f(x) = x³ - 3x² + 4x - 12.
Try x = 3: f(3) = 27 - 27 + 12 - 12 = 0. So x = 3 is a zero.
Divide out (x - 3):
Now solve x² + 4 = 0:
All three zeros: x = 3, x = 2i, x = -2i. One real, one conjugate pair. Degree 3, three zeros. ✓
Example 2: Build a polynomial from its zeros
Find a polynomial with real coefficients that has zeros at x = 1 and x = 3 - i.
Since the coefficients are real, the conjugate 3 + i must also be a zero. So the polynomial has factors:
Multiply the conjugate pair first:
Then multiply by (x - 1):
Example 3: Determine zeros from partial information
A degree 4 polynomial with real coefficients has zeros at x = 3 and x = -1 + 4i.
Since -1 + 4i is a zero, its conjugate -1 - 4i must also be a zero. That accounts for 3 of the 4 zeros. The fourth zero must be real (since we need exactly 4 total, and the remaining one can’t form a conjugate pair by itself).
Real-World Application
Section titled “Real-World Application”Complex zeros are important in:
- Electrical engineering (analyzing AC circuits, where impedance involves complex numbers)
- Signal processing (filter design uses polynomial roots in the complex plane)
- Control systems (stability analysis depends on whether roots are in the left or right half-plane)
- Vibration analysis (resonant frequencies correspond to polynomial roots)
- Quantum mechanics (wave functions involve complex-valued solutions)
Example: when an engineer designs a low-pass filter, the transfer function is a ratio of polynomials. The locations of the zeros and poles (roots of numerator and denominator) in the complex plane determine exactly which frequencies pass through and which get blocked.