A Brief History: Why "Imaginary" Numbers Aren't Imaginary at All
For centuries, mathematicians encountered equations they couldn't solve using the numbers they had. Equations like x² + 1 = 0 ask "what number, when squared, gives −1?" Since every positive number squared is positive and every negative number squared is also positive, there seemed to be no answer. But rather than give up, mathematicians invented a whole new kind of number — and it turned out to be incredibly useful.
The key question this lesson addresses is straightforward: when the quadratic formula gives you a negative number under the square root sign, what do you do? Instead of writing "no solution," you'll learn to express the answer using i, the imaginary unit. By the end, you'll see that every quadratic equation with real coefficients has exactly two solutions — sometimes they're just complex.
Core Principles & Definitions
Before you solve quadratics with complex solutions, you need to understand four foundational ideas. These build on algebra you already know — solving equations, using the quadratic formula, and working with square roots — and extend those skills into new territory.
The Imaginary Unit i
i = √(−1). This means i² = −1. It's the building block for all imaginary numbers. Whenever you see √(−9), you rewrite it as 3i because √(−9) = √(9) × √(−1) = 3i.Complex Numbers
a + bi, where a is the real part and b is the imaginary part. For example, 3 + 2i has a real part of 3 and an imaginary part of 2. If b = 0, it's just a regular real number.The Discriminant
b² − 4ac — is called the discriminant. When it's negative, you can't take a real square root. That's your signal that the solutions will be complex numbers.Complex Conjugate Pairs
a + bi, the other is a − bi. They're mirror images across the real number line.Seeing It: The Parabola That Doesn't Cross the X-Axis
You already know that solving a quadratic equation like ax² + bx + c = 0 is the same as finding where its parabola crosses the x-axis. When a parabola crosses the x-axis twice, you get two real solutions. When it just touches the x-axis, you get one repeated real solution. But what happens when the parabola floats entirely above (or below) the x-axis and never touches it at all? That's when you get complex solutions. The diagram below shows all three cases side by side.
In the third panel, the parabola for x² − 4x + 5 = 0 never reaches the x-axis. There are no real x-values that make the equation true. But the quadratic formula still produces two solutions: 2 + i and 2 − i. These are a conjugate pair — notice how one uses +i and the other uses −i. The parabola's vertex sits above the x-axis by exactly the amount that corresponds to the imaginary part of the solutions.
The Mathematical Framework
You already know the quadratic formula — the tool that solves any equation of the form ax² + bx + c = 0. The key to finding complex solutions is understanding what happens when the discriminant (the expression under the square root) is negative, and knowing how to simplify the result using i.
When D < 0, you're being asked to take the square root of a negative number. Here's the crucial step: factor out the −1 inside the square root and replace √(−1) with i.
Once you make that substitution, the quadratic formula naturally separates into a real part and an imaginary part. Every solution takes the form a + bi, and the two solutions are always (−b)/(2a) + i√(|D|)/(2a) and (−b)/(2a) − i√(|D|)/(2a). The real part −b/(2a) is actually the x-coordinate of the parabola's vertex — which makes geometric sense, because the complex solutions are "centered" at the vertex.
√(−1) = i and pull it out. Think of it like a car's GPS: the formula always calculates the destination. Sometimes the destination is on the map you can see (real solutions), and sometimes it's in a dimension you need a new map to visualize (complex solutions) — but the GPS still works either way.Step-by-Step Process & The Complex Number Plane
Here is the process you'll follow every time you solve a quadratic with complex solutions. The same steps work for any quadratic, but when the discriminant is negative, you'll use i to express the answers.
Solving Process — Five Steps
- Step 1: Write the equation in standard form
ax² + bx + c = 0. Identify a, b, and c. - Step 2: Compute the discriminant
D = b² − 4ac. - Step 3: If
D < 0, recognize that the solutions will be complex. Compute|D|(the absolute value of the discriminant). - Step 4: Apply the quadratic formula. Replace
√(D)withi√(|D|). Simplify√(|D|)if possible. - Step 5: Write both solutions in
a + biform. Simplify all fractions.
Complex numbers can be plotted on a complex number plane (also called the Argand plane), where the horizontal axis represents the real part and the vertical axis represents the imaginary part. The diagram below shows where the solutions to x² − 4x + 5 = 0 (which are 2 + i and 2 − i) sit on this plane.
Notice how the two solutions are reflections of each other across the real (horizontal) axis. The point 2 + i is one unit above the real axis, and 2 − i is one unit below. They share the same real part (2) but have opposite imaginary parts (+1 and −1). This mirror-image relationship is what we mean by complex conjugates, and it always happens when a quadratic has real-number coefficients.
| Discriminant Value | Nature of Solutions | Example Equation | Solutions |
|---|---|---|---|
D > 0 (positive) | Two distinct real solutions | x² − 5x + 6 = 0 | x = 2, x = 3 |
D = 0 (zero) | One repeated real solution | x² − 6x + 9 = 0 | x = 3 |
D < 0 (negative) | Two complex conjugate solutions | x² − 6x + 13 = 0 | x = 3 ± 2i |
Worked Example
Let's solve the equation 2x² + 4x + 10 = 0 completely, showing every step.
2x² + 4x + 10 = 0.D = b² − 4ac
D = (4)² − 4(2)(10)
D = 16 − 80D = −64 — The discriminant is negative, so we know the solutions will be complex numbers.x = (−b ± √(D)) / (2a)
x = (−4 ± √(−64)) / (2 × 2)
x = (−4 ± √(−64)) / 4√(−64). Factor out the −1:
√(−64) = √(64 × −1) = √(64) × √(−1) = 8 × i = 8i
Now substitute back:x = (−4 ± 8i) / 4x = −4/4 ± 8i/4
x = −1 ± 2ix = −1 + 2i back into the original equation. First compute x²:
(−1 + 2i)² = (−1)² + 2(−1)(2i) + (2i)² = 1 − 4i + 4i² = 1 − 4i − 4 = −3 − 4i
Now plug into 2x² + 4x + 10:
2(−3 − 4i) + 4(−1 + 2i) + 10 = −6 − 8i − 4 + 8i + 10 = 0 ✓
The imaginary parts cancel, the real parts sum to zero. It checks out!Strengths, Limitations & Common Mistakes
Understanding when and why complex solutions arise helps you avoid common errors and builds your confidence with any quadratic. The table below compares the three scenarios you'll encounter.
| Feature | Real Solutions (D > 0) | Complex Solutions (D < 0) |
|---|---|---|
| Graph Behavior | Parabola crosses x-axis | Parabola stays entirely above or below x-axis |
| Number of Solutions | Two distinct real numbers | Two complex conjugate numbers |
| Solution Method | Factoring, completing the square, or quadratic formula | Quadratic formula (factoring and completing the square also work but need i) |
| Can You Plot on a Number Line? | Yes | No — requires the complex plane (2D) |
| Solution Relationship | May or may not be related | Always a conjugate pair: a + bi and a − bi |
Common Mistakes to Avoid
i² = −1, not +1. When you square an imaginary number, the result is negative. For example, (3i)² = 9i² = 9(−1) = −9, not +9.
Mistake 3: Not simplifying the radical before dividing. Always simplify √(|D|) first, then reduce the entire fraction. If the discriminant is −48, write √(48) = 4√(3), not just √(48).
Mistake 4: Splitting the ± incorrectly. Remember that (−b ± ki) / (2a) means you divide both the real part (−b) and the imaginary part (ki) by 2a.Connection to Advanced Mathematics
The complex numbers you're learning about now are not just an Algebra 1 curiosity — they're one of the most powerful tools in all of mathematics. Here's a glimpse of where this concept leads.
| What You Learn Now | Where It Leads |
|---|---|
| Solving quadratics with complex roots | In Algebra 2, you'll factor higher-degree polynomials using complex numbers and the Fundamental Theorem of Algebra |
| Plotting points on the complex plane | In Precalculus, you'll represent complex numbers in polar form (r, θ) and use De Moivre's Theorem to find roots of any degree |
Understanding i² = −1 | In physics and engineering, complex numbers model electrical circuits (AC circuits use impedance written as complex numbers) and quantum mechanics |
| Complex conjugate pairs | In signal processing and computer graphics, conjugate pairs help filter noise and create smooth animations |
The Fundamental Theorem of Algebra — proven by Gauss in 1799 — guarantees that every polynomial of degree n has exactly n roots when you count complex roots and repeated roots. For quadratics (degree 2), this means there are always exactly two solutions. You'll never find a quadratic with zero solutions or three solutions once complex numbers are in your toolkit. This is one of the most elegant facts in all of mathematics, and you're seeing it in action right now.
As you move into Algebra 2 and beyond, you'll encounter polynomials of degree 3, 4, and higher. Complex roots in those polynomials also come in conjugate pairs (as long as the coefficients are real). So if you know one complex root, you automatically know its conjugate partner — a powerful shortcut that saves work and prevents errors.
Practice Problems
Try these five problems on your own before revealing each answer. They increase in difficulty, starting with a conceptual check and building to a synthesis problem.
x² + 2x + 5 = 0 has real solutions or complex solutions. Explain your reasoning.√(−36) and √(−50). Write each in terms of i.x² + 6x + 13 = 0. Express your answers in a + bi form.3x² − 6x + 15 = 0. Simplify your answer fully and verify that your two solutions are complex conjugates.x = 4 − 3i is a solution to a quadratic equation with real coefficients, what must the other solution be? Can you write a quadratic equation that has these two solutions? (Hint: if r and s are solutions, then the equation is x² − (r + s)x + (r × s) = 0.)Lesson Summary
Every quadratic equation ax² + bx + c = 0 with real coefficients has exactly two solutions, thanks to the quadratic formula. The discriminant (D = b² − 4ac) tells you what kind of solutions to expect: when D < 0, the solutions are complex numbers that come in conjugate pairs of the form a + bi and a − bi. To find them, you apply the quadratic formula as usual, then use the definition i = √(−1) to simplify the square root of the negative discriminant. The real part of the complex solutions equals −b/(2a) — the x-coordinate of the parabola's vertex — while the imaginary part measures how far "above" or "below" the x-axis the vertex sits, translated into the complex number plane.
Graphically, a negative discriminant means the parabola doesn't cross the x-axis, so there are no real x-intercepts. But the complex solutions still exist — they just live on the complex number plane rather than the real number line. The key skills from this lesson are: calculating the discriminant to predict solution type, applying the rule √(−k) = i√(k), simplifying the quadratic formula result into a + bi form, and understanding that complex conjugate pairs always arise together when coefficients are real. These ideas form the foundation for working with polynomials, the Fundamental Theorem of Algebra, and many applications in science and engineering.