Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

  1. Algebra
  2. Solving Quadratic Equations with Complex Solutions

i² = −1√(−1)
ALGEBRA 1 • COMPLEX NUMBERS IN POLYNOMIALS

Solving Quadratic Equations with Complex Solutions

Discover what happens when a quadratic equation has no real-number answers — and how imaginary numbers save the day.

SECTION 1

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.

~200 CE
Greek mathematician Heron of Alexandria encounters square roots of negative numbers while calculating pyramid volumes, but dismisses them as meaningless.
1545
Italian mathematician Gerolamo Cardano publishes Ars Magna, which includes solutions to cubic equations that require taking square roots of negative numbers. He calls them "subtle" and "useless," but writes them down anyway.
1572
Rafael Bombelli writes the first rules for computing with square roots of negative numbers. He shows they can produce perfectly real, valid answers when used correctly in cubics — the first serious acceptance that these numbers work.
1637
René Descartes coins the term "imaginary" for these numbers, meaning to be dismissive. Unfortunately the name sticks — even though these numbers are completely legitimate mathematical objects.
1799
Carl Friedrich Gauss proves the Fundamental Theorem of Algebra: every polynomial equation of degree n has exactly n solutions if you allow complex numbers. This means quadratics always have exactly two solutions.

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.

SECTION 2

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.

1

The Imaginary Unit i

The symbol i is defined as 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.
2

Complex Numbers

A complex number has the form 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.
3

The Discriminant

In the quadratic formula, the expression under the square root — 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.
4

Complex Conjugate Pairs

When a quadratic has real coefficients and complex solutions, those solutions always come in conjugate pairs: if one solution is a + bi, the other is a − bi. They're mirror images across the real number line.
✦ KEY TAKEAWAY
Think of the imaginary unit i like a new direction on a number line. Regular numbers go left and right, but i lets you go "up" into a whole new dimension. Just like negative numbers were once considered "impossible" (how can you have less than nothing?), imaginary numbers are a perfectly valid extension that completes the number system. The discriminant is your compass — when it's negative, it's telling you the solutions live in this expanded, two-dimensional number world.
SECTION 3

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.

Two Real Rootsx² − 4x + 3 = 0x=1x=3Discriminant > 0One Repeated Rootx² − 4x + 4 = 0x=2Discriminant = 0gap!Complex Solutionsx² − 4x + 5 = 0x = 2 ± iDiscriminant < 0
Three parabolas showing two real roots, one repeated root, and no real roots (complex solutions).

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.

SECTION 4

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.

THE QUADRATIC FORMULA
x = (−b ± √(b² − 4ac)) / (2a)
where a, b, and c are the coefficients of ax² + bx + c = 0
THE DISCRIMINANT
D = b² − 4ac
If D > 0 → two real solutions | If D = 0 → one repeated solution | If D < 0 → two complex solutions

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.

SIMPLIFYING WITH i
√(−k) = √(k) × √(−1) = √(k) × i = i√(k)
where k is a positive number

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.

✦ KEY TAKEAWAY
The quadratic formula works exactly the same way whether solutions are real or complex. The only extra step when the discriminant is negative is to recognize √(−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.
SECTION 5

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

  1. Step 1: Write the equation in standard form ax² + bx + c = 0. Identify a, b, and c.
  2. Step 2: Compute the discriminant D = b² − 4ac.
  3. Step 3: If D < 0, recognize that the solutions will be complex. Compute |D| (the absolute value of the discriminant).
  4. Step 4: Apply the quadratic formula. Replace √(D) with i√(|D|). Simplify √(|D|) if possible.
  5. Step 5: Write both solutions in a + bi form. 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.

RealImaginary012341i−1i2i−2iconjugate mirror2 + i2 − iReal part = 2The Complex Number Plane
The complex number plane showing conjugate pair 2 + i and 2 − i plotted as mirror images across the real axis.

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 ValueNature of SolutionsExample EquationSolutions
D > 0 (positive)Two distinct real solutionsx² − 5x + 6 = 0x = 2, x = 3
D = 0 (zero)One repeated real solutionx² − 6x + 9 = 0x = 3
D < 0 (negative)Two complex conjugate solutionsx² − 6x + 13 = 0x = 3 ± 2i
SECTION 6

Worked Example

Let's solve the equation 2x² + 4x + 10 = 0 completely, showing every step.

Solve 2x² + 4x + 10 = 0

Step 1 — Identify a, b, and c

The equation is already in standard form: 2x² + 4x + 10 = 0.
So a = 2, b = 4, and c = 10.

Step 2 — Compute the Discriminant

D = b² − 4ac D = (4)² − 4(2)(10) D = 16 − 80
D = −64 — The discriminant is negative, so we know the solutions will be complex numbers.

Step 3 — Apply the Quadratic Formula

x = (−b ± √(D)) / (2a) x = (−4 ± √(−64)) / (2 × 2) x = (−4 ± √(−64)) / 4

Step 4 — Simplify the Square Root of a Negative Number

We need to simplify √(−64). Factor out the −1: √(−64) = √(64 × −1) = √(64) × √(−1) = 8 × i = 8i Now substitute back:
x = (−4 ± 8i) / 4

Step 5 — Simplify the Fraction

Divide both parts of the numerator by 4: x = −4/4 ± 8i/4 x = −1 ± 2i
The two solutions are: x = −1 + 2i and x = −1 − 2i

Step 6 — Verify (Optional Check)

You can verify by substituting x = −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!
SECTION 7

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.

FeatureReal Solutions (D > 0)Complex Solutions (D < 0)
Graph BehaviorParabola crosses x-axisParabola stays entirely above or below x-axis
Number of SolutionsTwo distinct real numbersTwo complex conjugate numbers
Solution MethodFactoring, completing the square, or quadratic formulaQuadratic formula (factoring and completing the square also work but need i)
Can You Plot on a Number Line?YesNo — requires the complex plane (2D)
Solution RelationshipMay or may not be relatedAlways a conjugate pair: a + bi and a − bi

Common Mistakes to Avoid

⚠ Common Mistakes
Mistake 1: Writing "no solution" when the discriminant is negative. The equation does have solutions — they're just complex. In Algebra 1, your teacher may have previously told you "no real solutions," but now you know the full story. Mistake 2: Forgetting that 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.
✦ KEY TAKEAWAY
Complex solutions don't mean you did something wrong — they mean the parabola doesn't touch the x-axis, and the solutions exist in the larger complex number system. Think of it like this: if you're looking for a friend and they're not on the ground floor, they might be on the second floor. Complex numbers are that "second floor" of the number system. The quadratic formula is your elevator that goes to both floors automatically.
SECTION 8

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 NowWhere It Leads
Solving quadratics with complex rootsIn Algebra 2, you'll factor higher-degree polynomials using complex numbers and the Fundamental Theorem of Algebra
Plotting points on the complex planeIn Precalculus, you'll represent complex numbers in polar form (r, θ) and use De Moivre's Theorem to find roots of any degree
Understanding i² = −1In physics and engineering, complex numbers model electrical circuits (AC circuits use impedance written as complex numbers) and quantum mechanics
Complex conjugate pairsIn 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.

SECTION 9

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.

PROBLEM 1 — CONCEPTUAL
Without solving, determine whether the equation x² + 2x + 5 = 0 has real solutions or complex solutions. Explain your reasoning.
PROBLEM 2 — BASIC CALCULATION
Simplify: √(−36) and √(−50). Write each in terms of i.
PROBLEM 3 — INTERMEDIATE
Solve x² + 6x + 13 = 0. Express your answers in a + bi form.
PROBLEM 4 — APPLIED / MULTI-STEP
Solve 3x² − 6x + 15 = 0. Simplify your answer fully and verify that your two solutions are complex conjugates.
PROBLEM 5 — CRITICAL THINKING
If you know that 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.)
SUMMARY

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.

Varsity Tutors • Algebra 1 (Common Core) • Solving Quadratic Equations with Complex Solutions