ALGEBRA 2 • COMPLEX NUMBERS IN POLYNOMIALS

Fundamental Theorem of Algebra for Quadratics

Every quadratic equation has exactly two roots when you include complex numbers.

Historical Context & Motivation

For centuries, mathematicians wrestled with a deceptively simple question: how many solutions does a polynomial equation really have? When you solve x² = −1, no real number works — squaring any real number always gives a non-negative result. Rather than accept that some equations simply "have no answer," mathematicians invented entirely new numbers to fill the gap. That bold move led to one of the most elegant guarantees in all of mathematics: the Fundamental Theorem of Algebra.

1545
Cardano's Ars Magna
Italian mathematician Gerolamo Cardano published formulas for solving cubic and quartic equations, encountering square roots of negative numbers along the way. He called them "truly sophisticated" and worked with them cautiously.
1637
Descartes Names "Imaginary" Numbers
René Descartes coined the term imaginary for these mysterious roots. Although the name stuck, later work showed they are just as legitimate as real numbers.
1799
Gauss Proves the Fundamental Theorem
Carl Friedrich Gauss, at age 22, provided the first rigorous proof that every non-constant polynomial with complex coefficients has at least one complex root. From this existence guarantee, it follows by repeated application of the Factor Theorem that a degree-n polynomial has exactly n roots in ℂ, counted with multiplicity. Gauss considered this theorem so important that he published four different proofs during his lifetime.
1806
Argand Diagram Introduced
Jean-Robert Argand published a geometric representation of complex numbers on a plane, giving a visual way to see where polynomial roots "live." This made complex roots tangible rather than purely abstract.

The central question that the Fundamental Theorem answers is this: if you have a polynomial of degree n, can you always guarantee exactly n roots? For quadratics — polynomials of degree 2 — the answer is a resounding yes, always two roots, as long as we allow complex numbers into the picture. This lesson will show you exactly why that is true and how to find those roots in every possible case.

Core Principles & Definitions

Before we can prove the theorem for quadratics, we need to establish a few foundational ideas. These definitions form the building blocks that make the entire argument work.

1

Complex Numbers

A complex number has the form a + bi, where a and b are real numbers and i = √(−1). Real numbers are complex numbers with b = 0. The set of all complex numbers is denoted ℂ.
2

Degree of a Polynomial

The degree of a polynomial is the highest power of the variable with a nonzero coefficient. A quadratic like ax² + bx + c has degree 2, so the theorem guarantees exactly 2 roots (counted with multiplicity).
3

Roots (Zeros) of a Polynomial

A root of a polynomial p(x) is any value r such that p(r) = 0. Roots may be real or complex. When we say a quadratic has "two roots," one or both may involve the imaginary unit i.
4

The Discriminant

For ax² + bx + c, the discriminant is Δ = b² − 4ac. It tells you the nature of the roots: Δ > 0 gives two distinct real roots, Δ = 0 gives one repeated real root, and Δ < 0 gives two complex conjugate roots.
5

Fundamental Theorem of Algebra

Every polynomial of degree n ≥ 1 with complex coefficients has at least one root in ℂ. Applying this result repeatedly using the Factor Theorem shows that such a polynomial has exactly n roots in ℂ, counted with multiplicity. For quadratics (n = 2), this means there are always exactly 2 roots — no more, no less.
KEY TAKEAWAY
Think of the Fundamental Theorem of Algebra like a seating chart at a dinner table. A degree-2 polynomial has exactly 2 chairs. Those chairs will be filled — either by real-number guests or by complex-number guests that arrive in conjugate pairs. No chair is ever empty, and no extra guests show up. The quadratic formula is the usher that tells you exactly who sits where.

Visual Explanation — The Three Cases

A quadratic function f(x) = ax² + bx + c produces a parabola when graphed on the coordinate plane. The roots of the equation f(x) = 0 correspond to where the parabola crosses or touches the x-axis. The discriminant Δ determines which of three scenarios occurs. The diagram below shows all three side by side.

Three parabolas illustrating the three discriminant cases. Case 1 (Δ > 0) crosses the x-axis at two points, giving two distinct real roots r₁ and r₂. Case 2 (Δ = 0) just touches the x-axis, giving one real root with multiplicity 2. Case 3 (Δ < 0) never touches the x-axis, so the two roots are complex conjugates a + bi and a − bi.

Notice the key pattern across all three cases: the total number of roots is always exactly two. In Case 1 the parabola cuts the x-axis twice, giving two separate real solutions. In Case 2 the parabola barely grazes the axis, but we count that single tangent point as a root of multiplicity 2 — two roots that happen to be equal. In Case 3 the parabola never reaches the x-axis at all, but the quadratic formula still produces two outputs; they are complex conjugates of each other. In every scenario the "seat count" stays fixed at two.

Mathematical Framework

The proof that every quadratic has exactly two roots (counted with multiplicity) in ℂ rests on the quadratic formula and the fact that every complex number has a square root. Let's walk through the algebra step by step.

GENERAL QUADRATIC
ax² + bx + c = 0, a ≠ 0
Here a, b, and c are real (or complex) coefficients, and a ≠ 0 ensures the polynomial is truly degree 2.
QUADRATIC FORMULA
x = (−b ± √(b² − 4ac)) / (2a)
The ± symbol produces two values: one using + and one using −. The expression under the radical, b² − 4ac, is the discriminant Δ.
DISCRIMINANT
Δ = b² − 4ac
When Δ > 0, √Δ is a positive real number → two distinct real roots. When Δ = 0, √Δ = 0 → one repeated root (multiplicity 2). When Δ < 0, √Δ = i√|Δ| → two complex conjugate roots.

The critical step in the proof is recognizing that even when Δ is negative, the square root is still defined in ℂ. If Δ = −k where k > 0, then √Δ = i√k. The formula then produces two roots: x₁ = (−b + i√k) / (2a) and x₂ = (−b − i√k) / (2a). These are always distinct complex conjugates (assuming a, b, c are real), so we always get exactly two roots.

FACTORED FORM
ax² + bx + c = a(x − r₁)(x − r₂)
Once you know the two roots r₁ and r₂, the quadratic factors completely over ℂ. This factored form confirms that a degree-2 polynomial has exactly 2 linear factors, each contributing one root.
📌 Why "Counted With Multiplicity" Matters
When Δ = 0, the formula gives r₁ = r₂ = −b/(2a). It looks like one root, but we count it twice because the factored form becomes a(x − r)², and the exponent 2 on the factor tells us the root's multiplicity. Counting roots with multiplicity ensures that a degree-n polynomial always has exactly n roots, keeping the Fundamental Theorem consistent.

Classifying Roots with the Discriminant

The discriminant is your diagnostic tool — it tells you everything about the nature of a quadratic's roots before you even solve the equation. The table below summarizes the three cases, and the diagram that follows maps several example quadratics onto a number line showing their discriminant values.

Summary of discriminant cases for quadratic polynomials
Discriminant ValueNumber & Type of RootsGraph BehaviorExample
Δ > 02 distinct real rootsParabola crosses x-axis at two pointsx² − 5x + 6 = 0 → Δ = 1 → x = 2, 3
Δ = 01 repeated real root (multiplicity 2)Parabola tangent to x-axis at vertexx² − 6x + 9 = 0 → Δ = 0 → x = 3 (×2)
Δ < 02 complex conjugate rootsParabola does not touch x-axisx² + 2x + 5 = 0 → Δ = −16 → x = −1 ± 2i
The complex plane shows all three cases from our earlier examples. Real roots sit on the horizontal axis. Complex conjugate roots appear as mirror-image points above and below the real axis, connected by the dashed line. Every quadratic's two roots live somewhere in this plane.

A powerful observation from this diagram is the Complex Conjugate Root Theorem: when a quadratic has real coefficients and Δ < 0, the two complex roots are always conjugates of each other (a + bi and a − bi). They are symmetric about the real axis. This symmetry guarantees that when you multiply the factors back together, the imaginary parts cancel, and you get a polynomial with real coefficients — exactly as expected.

Worked Example — Proving Two Roots Exist

Let's apply the Fundamental Theorem of Algebra to a specific quadratic that has no real roots and show that it still has exactly two roots in ℂ.

Find all roots of 2x² + 4x + 10 = 0
1
Step 1 — Identify CoefficientsCompare with the standard form ax² + bx + c = 0 to identify: a = 2, b = 4, c = 10.
2
Step 2 — Compute the DiscriminantΔ = b² − 4ac = (4)² − 4(2)(10) = 16 − 80 = −64. Since Δ < 0, we know the roots will be complex conjugates.
Δ = −64
3
Step 3 — Apply the Quadratic Formulax = (−b ± √Δ) / (2a) = (−4 ± √(−64)) / (2 × 2). First, simplify the square root: √(−64) = √(64) × √(−1) = 8i.
4
Step 4 — Simplify Both Rootsx = (−4 ± 8i) / 4. Divide each term by 4 to get x₁ = −1 + 2i and x₂ = −1 − 2i. These are complex conjugates, as expected when Δ < 0.
x₁ = −1 + 2i, x₂ = −1 − 2i
5
Step 5 — Verify the Factored FormThe Fundamental Theorem says 2x² + 4x + 10 = 2(x − (−1 + 2i))(x − (−1 − 2i)). Expanding: 2(x + 1 − 2i)(x + 1 + 2i) = 2[(x + 1)² − (2i)²] = 2[(x + 1)² + 4] = 2(x² + 2x + 1 + 4) = 2x² + 4x + 10 ✓. The factorization confirms two roots and recovers the original polynomial.
Verified: 2(x + 1 − 2i)(x + 1 + 2i) = 2x² + 4x + 10 ✓
🔑 THE PROOF IN A NUTSHELL
The quadratic formula always produces two outputs (from the ±). The only ingredient it needs — a square root — is always available in ℂ. That is why a degree-2 polynomial is guaranteed exactly 2 roots in ℂ. The formula is the constructive proof: it doesn't just promise the roots exist, it hands them to you.

Real Numbers vs. Complex Numbers — Why It Matters

You might wonder: why bother with complex roots at all? In many real-world problems, we only care about real solutions — distances, times, and prices are all real numbers. But mathematics thrives on completeness and patterns, and the Fundamental Theorem only works when we use the full complex number system. The comparison below highlights the difference.

Comparison: solving quadratics over real vs. complex numbers
FeatureOver ℝ (Real Numbers Only)Over ℂ (Complex Numbers)
Number of roots for ax² + bx + c = 00, 1, or 2 — depends on the discriminantAlways exactly 2 (counted with multiplicity)
Can we always factor completely?No — x² + 1 is irreducible over ℝYes — every quadratic splits into two linear factors
Root patternRoots are individual real numbersReal roots stay real; non-real roots come in conjugate pairs
Fundamental Theorem holds?No — the theorem fails over ℝYes — ℂ is algebraically closed
Practical usePhysical measurements, graphing interceptsElectrical engineering (AC circuits), signal processing, quantum mechanics
💡 WHY COMPLEX NUMBERS COMPLETE THE PICTURE
Imagine you have a GPS that only works in one dimension — it can locate you on a single road but fails if you step off it. Real numbers are like that one-dimensional GPS: they find roots on the number line but miss anything off it. Complex numbers add a second dimension (the imaginary axis), so every root can be located. The algebraic closure of ℂ means the GPS never loses signal.

Connecting to Higher-Degree Polynomials

The Fundamental Theorem of Algebra doesn't stop at quadratics — it applies to every polynomial of degree n ≥ 1. The quadratic case (n = 2) is special because we can prove it directly using the quadratic formula, which gives an explicit construction of the roots. For higher-degree polynomials, the theorem still guarantees n roots, but finding them may require different techniques.

The Fundamental Theorem of Algebra across polynomial degrees
Polynomial DegreeGuaranteed Roots in ℂExplicit Formula Exists?Example
n = 1 (linear)1 rootYes: x = −c/b3x + 6 = 0 → x = −2
n = 2 (quadratic)2 rootsYes: quadratic formulax² + 1 = 0 → x = ±i
n = 3 (cubic)3 rootsYes: Cardano's formulax³ − 1 = 0 → 3 roots: x = 1 (real), x = −½ ± (√3/2)i (complex)
n = 4 (quartic)4 rootsYes: Ferrari's formulax⁴ − 1 = 0 → 4 roots (1, −1, i, −i)
n ≥ 5n rootsNo general formula (Abel–Ruffini theorem)Must use numerical/graphical methods

An important result you'll encounter in more advanced courses is the Abel–Ruffini theorem, which states that for degree 5 and above, there is no general formula using only addition, subtraction, multiplication, division, and radicals. The Fundamental Theorem still promises those n roots exist, but it doesn't hand you a formula to find them. That's what makes the quadratic case so elegant — the quadratic formula both proves the theorem and delivers the answer in one stroke.

In every case across all degrees, the unifying principle remains the same: the number of roots in ℂ always matches the degree of the polynomial, counted with multiplicity. The quadratic formula gives us a direct, constructive proof of this fact for degree 2 — making quadratics the perfect starting point for understanding the full power and elegance of the Fundamental Theorem of Algebra.

🔭 Looking Ahead
In precalculus and college algebra, you'll extend these ideas to factor polynomials of degree 3 and 4 using the Rational Root Theorem, synthetic division, and the Factor Theorem. The Fundamental Theorem of Algebra will remain your guiding principle: a degree-n polynomial always has exactly n roots in ℂ, so you'll always know how many roots to hunt for.

Practice Problems

PROBLEM 1CONCEPTUAL
A student claims that x² + 9 = 0 has "no solutions" because no real number squared equals −9. Explain why this claim is incomplete, and state how many roots the equation actually has according to the Fundamental Theorem of Algebra.
PROBLEM 2BASIC CALCULATION
Find all roots of 3x² − 12x + 12 = 0. State how many roots exist and whether they are real or complex.
PROBLEM 3INTERMEDIATE
Find all roots of x² + 6x + 13 = 0. Express your answers in the form a + bi and verify by substituting one root back into the equation.
PROBLEM 4APPLIED
A ball is launched upward from a 20-meter platform with initial velocity 8 m/s. Its height is h(t) = −5t² + 8t + 20. A student wants to know when the ball reaches h = 30 meters. Set up the equation, compute the discriminant, and explain what the result tells you about the ball's trajectory.
PROBLEM 5CRITICAL THINKING
Prove that for any quadratic ax² + bx + c = 0 with real coefficients (a ≠ 0), the sum of the two roots equals −b/a and the product of the two roots equals c/a. Use these relationships to explain why complex roots must come in conjugate pairs when the coefficients are real.

Lesson Summary

The Fundamental Theorem of Algebra guarantees that every polynomial of degree n has exactly n roots in the complex numbers ℂ, counted with multiplicity. For quadratics ax² + bx + c = 0, we proved this directly using the quadratic formula, which always produces two outputs thanks to the ± operation and the fact that every complex number has a square root. The discriminant Δ = b² − 4ac classifies the roots into three cases: two distinct real roots when Δ > 0, one repeated real root when Δ = 0, and two complex conjugate roots when Δ < 0.

In every case, the total root count remains exactly two, and the polynomial factors completely over ℂ as a(x − r₁)(x − r₂). When the coefficients are real, the Complex Conjugate Root Theorem ensures that non-real roots always appear in mirror-image pairs. This principle extends to all higher-degree polynomials and forms the foundation for polynomial factoring throughout algebra, precalculus, and beyond.

Varsity Tutors • Algebra 2 • Fundamental Theorem of Algebra for Quadratics