MATH 2 • ALGEBRA & FUNCTIONS

Complex Solutions Concept — I can connect complex solutions to the idea that a quadratic with no real zeros still has solutions in the complex number system.

When a parabola never touches the x-axis, complex numbers reveal the hidden solutions.

Historical Context & Motivation

For centuries, mathematicians viewed equations like x² + 1 = 0 as impossible. After all, no ordinary number multiplied by itself gives a negative result. Yet some of the greatest minds in mathematics refused to accept that such equations had no answers. Their persistence gave birth to an entirely new category of numbers — the complex numbers — and reshaped algebra forever.

1545
Cardano's Imaginary Glimpse
Italian mathematician Gerolamo Cardano encountered square roots of negative numbers while solving cubic equations. He called them "truly sophisticated" and used them despite considering them meaningless.
1572
Bombelli Makes Them Work
Rafael Bombelli showed that manipulating these strange square roots with consistent arithmetic rules actually produced correct real answers, proving they were useful even if mysterious.
1637
Descartes Coins 'Imaginary'
René Descartes used the term "imaginary" for these numbers in a dismissive way, but the name stuck. He also introduced the idea that a polynomial of degree n has exactly n roots.
1799
The Fundamental Theorem of Algebra
Carl Friedrich Gauss proved that every polynomial equation of degree n has exactly n solutions when complex numbers are included. This guaranteed that quadratics always have two solutions — real or complex.
1806
The Complex Plane
Jean-Robert Argand published a geometric interpretation, plotting complex numbers on a two-dimensional plane. This turned abstract algebra into something you could visualize and draw.

The driving question behind all of this history is simple: What happens when a quadratic equation has no real solutions? You've likely seen parabolas that float above or below the x-axis without ever touching it. In those cases, the quadratic formula produces a negative number under the square root — the discriminant is negative. Rather than giving up, mathematicians invented a number system that handles this situation, and that's exactly what we'll explore in this lesson.

Core Principles & Definitions

Before we dive into solving equations, let's establish the key vocabulary and ideas that make complex solutions possible. Each concept below builds on the one before it, creating a logical path from the familiar real number line to the broader complex number system.

1

The Imaginary Unit i

The imaginary unit is defined as i = √(−1), which means i² = −1. This single definition extends the real numbers into a new dimension.
2

Complex Numbers

A complex number has the form a + bi, where a is the real part and b is the imaginary part. Every real number is also a complex number with b = 0.
3

The Discriminant

In the quadratic formula, the expression b² − 4ac under the square root is the discriminant. When it is negative, the quadratic has no real zeros — but it does have two complex solutions.
4

Complex Conjugates

Complex solutions to quadratics always come in conjugate pairs: if a + bi is a solution, then a − bi is the other. They are mirror images across the real axis.
KEY TAKEAWAY
Think of the real number line as a single road running east–west. Complex numbers add a second road running north–south. When a quadratic has "no solution" on the east–west road, the answers actually live on the north–south road — they're just in a direction you weren't looking. The complex number system is the full intersection, giving every quadratic exactly two addresses.

Visual Explanation — Parabolas and Their Zeros

The diagram below shows three parabolas that represent three different types of quadratic equations. Pay attention to how each parabola relates to the x-axis — this relationship directly determines whether the solutions are real, repeated, or complex.

The green parabola crosses the x-axis twice (two real zeros, Δ > 0). The yellow parabola just touches the x-axis (one repeated zero, Δ = 0). The pink parabola floats entirely above the x-axis (no real zeros, Δ < 0) — this is the case that produces complex solutions.

The key insight is this: when a parabola doesn't cross the x-axis, it doesn't mean the equation ax² + bx + c = 0 has no solutions at all. It means the solutions don't live on the real number line. They exist in the complex number plane, which adds a second dimension for the imaginary part. The discriminant Δ = b² − 4ac is your indicator: a negative discriminant is a signpost saying "look beyond the real numbers."

Mathematical Framework

Let's formalize the tools you'll need. Everything flows from the quadratic formula and the definition of the imaginary unit.

THE IMAGINARY UNIT
i = √(−1) so i² = −1
The letter i represents a number whose square is −1. It is not a variable — it is a fixed constant, just like π or e.
QUADRATIC FORMULA
x = (−b ± √(b² − 4ac)) / (2a)
For the equation ax² + bx + c = 0, the solutions depend on the discriminant Δ = b² − 4ac. When Δ < 0, the square root produces an imaginary number.
SIMPLIFYING √(−k) WHERE k > 0
√(−k) = i√k
When the discriminant is negative, factor out −1 from under the radical. For example, √(−9) = √(9 × (−1)) = 3i. This is how imaginary parts appear in your solutions.
COMPLEX CONJUGATE PAIRS
If x₁ = a + bi, then x₂ = a − bi
When a, b, and c in the quadratic are real numbers, complex solutions always appear as conjugate pairs. The real parts are identical; the imaginary parts are opposites.

Here is the complete decision process. Start with a quadratic ax² + bx + c = 0 and compute Δ = b² − 4ac. If Δ > 0, you get two distinct real solutions. If Δ = 0, you get one repeated real solution. If Δ < 0, you rewrite √Δ as i√|Δ| and the two solutions are complex conjugates of each other. The quadratic formula works in every case — the only difference is the type of number that comes out.

The Discriminant — Your Classification Tool

The discriminant is the single most useful number for predicting the nature of a quadratic's solutions without actually solving the equation. The table and diagram below give you a complete reference.

Discriminant Classification Table
Discriminant ValueNumber & Type of SolutionsGraph BehaviorExample Equation
Δ > 0 (positive)Two distinct real solutionsParabola crosses x-axis at 2 pointsx² − 5x + 6 = 0 → x = 2, x = 3
Δ = 0 (zero)One repeated real solutionParabola touches x-axis at 1 point (vertex)x² − 6x + 9 = 0 → x = 3
Δ < 0 (negative)Two complex conjugate solutionsParabola does NOT touch the x-axisx² + 4 = 0 → x = ±2i
The green dots on the real axis show real solutions (e.g., x = ±3 from x² − 9 = 0). The pink and violet dots show a conjugate pair of complex solutions (1 + 2i and 1 − 2i from x² − 2x + 5 = 0). Notice how conjugates are mirror images across the real axis.

This diagram reveals something beautiful: the complex plane is a complete map of all possible quadratic solutions. Real solutions are the special case where the imaginary part is zero, so they lie directly on the horizontal axis. When solutions are complex, they always appear as a symmetrical pair above and below the real axis. The dashed line connecting the conjugate pair visually reinforces that they share the same real part and have equal but opposite imaginary parts.

Worked Example — Finding Complex Solutions

Let's solve a quadratic equation that has no real zeros and trace every step of the process from start to finish.

Solve x² + 2x + 5 = 0
1
Step 1 — Identify a, b, and cCompare x² + 2x + 5 = 0 to the standard form ax² + bx + c = 0. We have a = 1, b = 2, and c = 5.
a = 1, b = 2, c = 5
2
Step 2 — Compute the DiscriminantCalculate Δ = b² − 4ac = (2)² − 4(1)(5) = 4 − 20 = −16. Since Δ = −16 < 0, we know the equation has no real solutions and will instead produce two complex conjugate solutions.
Δ = −16 (negative → complex solutions)
3
Step 3 — Apply the Quadratic FormulaSubstitute into x = (−b ± √Δ) / (2a): x = (−2 ± √(−16)) / (2 × 1) = (−2 ± √(−16)) / 2.
x = (−2 ± √(−16)) / 2
4
Step 4 — Simplify the Square Root of a Negative NumberRewrite √(−16) using the imaginary unit: √(−16) = √(16 × (−1)) = √16 × √(−1) = 4i. This is the critical step where the imaginary unit enters the solution.
√(−16) = 4i
5
Step 5 — Write the Final SolutionsSubstitute 4i back in: x = (−2 ± 4i) / 2. Divide each term by 2: x = −1 ± 2i. The two solutions are x = −1 + 2i and x = −1 − 2i. These are complex conjugates — they share the real part −1 and have opposite imaginary parts ±2.
x = −1 + 2i and x = −1 − 2i
Verification Check
You can verify by substituting x = −1 + 2i back into x² + 2x + 5. Calculate (−1 + 2i)² + 2(−1 + 2i) + 5 = (1 − 4i + 4i²) + (−2 + 4i) + 5 = (1 − 4i − 4) + (−2 + 4i) + 5 = −3 − 4i − 2 + 4i + 5 = 0. It checks out — the imaginary parts cancel and the real parts sum to zero.

Real Solutions vs. Complex Solutions

Understanding how real and complex solutions differ — and how they are similar — helps build a complete picture of quadratic behavior. The table below highlights the main contrasts and connections.

Comparison of Real vs. Complex Quadratic Solutions
FeatureReal SolutionsComplex Solutions
DiscriminantΔ ≥ 0Δ < 0
Number of solutions2 distinct (Δ > 0) or 1 repeated (Δ = 0)Always 2 distinct complex conjugates
Graphical meaningx-intercepts of the parabolaNo x-intercepts — parabola misses the x-axis
Location on number systemOn the real number lineOff the real line, in the complex plane
Found usingFactoring, quadratic formula, or graphingQuadratic formula (factoring usually doesn't help)
Conjugate relationshipNot applicableSolutions are always conjugate pairs: a ± bi
KEY TAKEAWAY
Think of it like a GPS that works in 3D. If you only search for addresses on a flat map (the real number line), some destinations appear unreachable. But once you allow the GPS to include altitude (the imaginary axis), every address is found. The complex number system is the 3D upgrade — it guarantees that every quadratic equation always has exactly two solutions.

Connection to Advanced Theory

The ideas you've learned here are the gateway to one of the most powerful results in all of algebra: the Fundamental Theorem of Algebra. This theorem states that every polynomial of degree n has exactly n solutions (counting multiplicity) in the complex number system. For quadratics, this guarantees exactly two solutions — always.

From Quadratics to the Full Polynomial World
ConceptWhat You Know Now (Quadratics)Where It Leads (Polynomials)
Degree of polynomialDegree 2 → always 2 solutionsDegree n → always n solutions (in ℂ)
Solution toolQuadratic formulaFactoring, synthetic division, numerical methods
Conjugate pairsComplex roots come in conjugate pairsSame rule applies to all polynomials with real coefficients
ApplicationsProjectile motion, circuit analysisSignal processing, quantum mechanics, control systems, cryptography

In future math courses, you'll encounter complex numbers in polar form, Euler's famous identity e + 1 = 0, and applications where complex solutions model oscillations and waves in physics and engineering. For now, the essential point is this: the complex number system doesn't just exist as a mathematical curiosity — it completes algebra by ensuring that every polynomial equation has the full number of solutions its degree promises.

Practice Problems

PROBLEM 1CONCEPTUAL
A student graphs y = x² + 4 and says, "The equation x² + 4 = 0 has no solutions because the parabola never crosses the x-axis." What is wrong with this statement, and how would you correct it?
PROBLEM 2BASIC CALCULATION
Compute the discriminant of x² − 4x + 13 = 0. Based on the discriminant, state the nature of the solutions. Then use the quadratic formula to find them.
PROBLEM 3INTERMEDIATE
Solve 2x² + 6x + 5 = 0 and express the solutions in the form a + bi. Simplify all radicals completely.
PROBLEM 4APPLIED
An electrical engineer models a circuit's impedance with the equation Z² + 4Z + 8 = 0, where Z is in ohms. Find the complex values of Z. Then state the real and imaginary parts, explaining what it means that Z is complex rather than real.
PROBLEM 5CRITICAL THINKING
For what values of k does the equation x² + 6x + k = 0 have complex (non-real) solutions? Write your answer as an inequality. Then pick one value of k from your range, solve the resulting equation, and verify the solutions are indeed complex conjugates.

Lesson Summary

Every quadratic equation ax² + bx + c = 0 has exactly two solutions when we work within the complex number system. The discriminant Δ = b² − 4ac is the key diagnostic: when Δ > 0, the two solutions are distinct real numbers; when Δ = 0, there is one repeated real solution; and when Δ < 0, the solutions are complex conjugate pairs of the form a ± bi. Graphically, a negative discriminant means the parabola does not cross the x-axis — but the solutions still exist in the complex plane.

To find complex solutions, apply the quadratic formula as usual, then rewrite √(−k) as i√k using the imaginary unit i (where i² = −1). The resulting complex solutions always come in conjugate pairs that are mirror images across the real axis. This concept is the foundation for the Fundamental Theorem of Algebra, which guarantees that every polynomial of degree n has exactly n solutions in the complex number system — no exceptions.

Varsity Tutors • Math 2 • Complex Solutions Concept