MATH 2 • ALGEBRA & FUNCTIONS

Quadratics with Complex Solutions — I can solve quadratic equations with negative discriminants and express solutions in a+bi form.

Discover how imaginary numbers unlock solutions to quadratic equations that have no real-number answers.

Historical Context & Motivation

For centuries, mathematicians ran into a frustrating wall: certain equations simply had no solution — or so they believed. Imagine being asked to find a number whose square is −1. No positive or negative number works, because squaring any real number always gives a non-negative result. This puzzle haunted some of history's greatest minds, and the eventual breakthrough required inventing an entirely new kind of number.

The journey toward complex numbers began in the 1500s when Italian algebraists needed square roots of negative numbers to solve cubic equations. At first, these strange quantities were dismissed as meaningless — even called "imaginary." Over time, however, mathematicians discovered that these numbers followed consistent rules and could solve problems that real numbers alone could not.

1545
Cardano's Ars Magna
Italian mathematician Gerolamo Cardano published formulas for solving cubic equations that occasionally required square roots of negative numbers. He called these results "as subtle as they are useless," yet wrote them down anyway.
1572
Bombelli's Rules
Rafael Bombelli developed arithmetic rules for manipulating expressions involving √(−1), showing they could produce correct real answers when combined properly.
1637
Descartes Coins "Imaginary"
René Descartes used the term "imaginary" to describe these numbers in his work La Géométrie, a name that stuck even though the numbers turned out to be very real in application.
1748
Euler Introduces i
Leonhard Euler popularized the symbol i to represent √(−1), giving the concept a clean notation that we still use today.
1806
The Complex Plane
Jean-Robert Argand published a geometric interpretation that placed complex numbers on a two-dimensional plane, making them visual and concrete rather than purely abstract.

Today, complex numbers are essential in electrical engineering, quantum physics, signal processing, and more. In this lesson, however, we focus on their most direct application in Algebra 2: solving quadratic equations whose discriminants are negative. When the quadratic formula produces a negative number under the square root, complex numbers give us the answer.

Core Principles & Definitions

Before we tackle quadratics, you need to understand a handful of foundational ideas. These concepts build on one another, so take them in order.

1

The Imaginary Unit i

Defined as i = √(−1), so i² = −1. This single definition extends the real number line into a second dimension. Think of i as a new building block — just like negative numbers once extended counting numbers.
2

Complex Numbers (a + bi)

A complex number has a real part a and an imaginary part b. For example, 3 + 2i has real part 3 and imaginary part 2. Every real number is also a complex number where b = 0.
3

The Discriminant (b² − 4ac)

In the quadratic formula, the expression under the square root — b² − 4ac — is called the discriminant. Its sign tells you the nature of the solutions: positive means two real solutions, zero means one real solution, and negative means two complex solutions.
4

Complex Conjugates

When a quadratic with real coefficients yields complex solutions, those solutions always come in conjugate pairs: a + bi and a − bi. The imaginary parts are equal in magnitude but opposite in sign.
5

Simplifying √(−n)

To simplify the square root of a negative number, factor out −1 first: √(−n) = √(−1) × √(n) = i√n. For instance, √(−25) = 5i.
KEY TAKEAWAY
Think of real numbers as a single east-west highway. Complex numbers add a north-south road at every point, creating an entire city grid. When a quadratic equation has no exits on the highway (no real solutions), you can find them by turning onto a cross street — that's where the imaginary part i takes you.

Visual Explanation — Parabolas & the x-Axis

A quadratic equation ax² + bx + c = 0 asks the question: "Where does the parabola y = ax² + bx + c cross the x-axis?" When the parabola crosses twice, there are two real solutions. When it just touches, there is one (a repeated root). But when the parabola floats entirely above or below the x-axis, it never crosses — and the solutions become complex numbers.

Three parabolas showing the three discriminant cases. Green (D > 0) crosses the x-axis at two points. Gold (D = 0) just touches the axis at its vertex. Pink (D < 0) floats entirely above the axis — its solutions are complex conjugates.

The pink parabola on the right is the star of this lesson. Notice how it curves upward without ever touching or crossing the x-axis. This means the equation y = 0 has no real solution. However, using the imaginary unit i, we can still express exactly where the parabola "would" cross if the number line had a second dimension. Those crossing points live in the complex plane, and they always appear as a conjugate pair: one solution is a + bi and the other is a − bi.

Mathematical Framework

Everything starts with the standard form of a quadratic equation and the quadratic formula you already know. The new piece is understanding what happens when the discriminant is negative.

STANDARD FORM
ax² + bx + c = 0
where a, b, and c are real-number coefficients and a ≠ 0.
QUADRATIC FORMULA
x = (−b ± √(b² − 4ac)) / (2a)
The ± symbol means there are two solutions: one with + and one with −. The expression b² − 4ac is the discriminant, often denoted D.
DISCRIMINANT
D = b² − 4ac
If D > 0 → two distinct real solutions. If D = 0 → one repeated real solution. If D < 0 → two complex conjugate solutions.
COMPLEX SOLUTION FORM
x = −b/(2a) ± (√|D|/(2a))i
When D < 0, rewrite √D as i√|D|. The real part is −b/(2a) and the imaginary part is ±√|D|/(2a). The two solutions are complex conjugates of each other.
💡 Simplifying √(negative)
Whenever you see √(−n) where n is positive, pull out the i: √(−n) = i√n. For example, √(−36) = i√36 = 6i. Always simplify the radical completely. If the number under the radical isn't a perfect square — say √(−20) — simplify the radical first: √(−20) = i√20 = i × 2√5 = 2i√5.

The Complex Plane & Conjugate Pairs

Complex solutions become much more intuitive when you plot them on the complex plane (also called the Argand plane). The horizontal axis represents the real part, and the vertical axis represents the imaginary part. Each complex number a + bi corresponds to the point (a, b). Conjugate pairs — like 2 + 3i and 2 − 3i — always appear as reflections across the horizontal (real) axis.

The complex plane plots the conjugate pair 2 + 3i and 2 − 3i. Notice they share the same real coordinate (2) and sit at equal distances above and below the real axis. Every quadratic with real coefficients and a negative discriminant produces solutions that mirror each other across the real axis.
Summary of discriminant cases
Discriminant ValueNumber & Type of SolutionsGraph Behavior
D > 0 (positive)Two distinct real solutionsParabola crosses x-axis twice
D = 0One repeated real solutionParabola touches x-axis at vertex
D < 0 (negative)Two complex conjugate solutionsParabola never touches x-axis

Worked Example

Let's work through a complete problem from start to finish. We will solve x² + 4x + 13 = 0 using the quadratic formula and express both solutions in a + bi form.

Solve x² + 4x + 13 = 0
1
Step 1 — Identify a, b, and cCompare x² + 4x + 13 = 0 to the standard form ax² + bx + c = 0. Here, a = 1, b = 4, and c = 13.
a = 1, b = 4, c = 13
2
Step 2 — Compute the discriminantD = b² − 4ac = (4)² − 4(1)(13) = 16 − 52 = −36. Because D is negative, we know the equation has two complex solutions.
D = −36 (negative → complex solutions)
3
Step 3 — Apply the quadratic formulax = (−b ± √D) / (2a) = (−4 ± √(−36)) / (2 × 1) = (−4 ± √(−36)) / 2.
x = (−4 ± √(−36)) / 2
4
Step 4 — Simplify the square root√(−36) = √(−1) × √(36) = i × 6 = 6i. Substitute this back: x = (−4 ± 6i) / 2.
√(−36) = 6i
5
Step 5 — Split the fraction and simplifyDivide both the real and imaginary parts by 2: x = −4/2 ± 6i/2 = −2 ± 3i. This gives two solutions: x = −2 + 3i and x = −2 − 3i.
x = −2 + 3i and x = −2 − 3i
6
Step 6 — Verify (optional check)The two solutions are complex conjugates (same real part, opposite imaginary parts), which is consistent with having real-number coefficients. You can substitute back into the original equation to verify: (−2 + 3i)² + 4(−2 + 3i) + 13 = (4 − 12i + 9i²) + (−8 + 12i) + 13 = (4 − 12i − 9) + (−8 + 12i) + 13 = −5 − 12i − 8 + 12i + 13 = 0. ✓
Confirmed: both solutions satisfy the equation.
📝 REMEMBER THIS PROCESS
The workflow is the same as using the quadratic formula for real solutions. The only new step is converting √(−n) into i√n. After that, you split the fraction to write the answer in the clean a + bi form.

Solving Methods — Strengths & Limitations

You may already know several methods for solving quadratics: factoring, completing the square, graphing, and the quadratic formula. Not all of these can handle complex solutions equally well. The table below compares their capabilities.

Comparison of quadratic solving methods for complex solutions
MethodWorks for Complex Solutions?Key Notes
FactoringRarely — only if you can factor over the complex numbers (not standard in this course)Best for integer or simple rational roots. Cannot reveal complex roots by inspection.
GraphingNo — the graph shows no x-intercepts when solutions are complexUseful to confirm that solutions must be complex (parabola doesn't cross x-axis), but can't give you the actual values.
Completing the SquareYesWhen you isolate (x + h)² = negative number, take the square root of both sides using i.
Quadratic FormulaYes — the go-to methodAlways works. The discriminant directly tells you the nature of solutions. Simplify √(negative) using i.
🎯 BEST STRATEGY
When a problem asks you to solve a quadratic and you suspect or know the discriminant is negative, go straight to the quadratic formula. It's like using a universal remote — it works for every type of quadratic, whether the solutions are real or complex. Completing the square is a solid backup that also builds understanding of the algebra.

Connection to Advanced Topics

The complex numbers you encounter in this lesson are just the beginning. As you move into higher math, you'll see these ideas expand in powerful ways. Here's a preview of how quadratics with complex solutions connect to more advanced theory.

From this lesson to future math and science courses
What You Learn NowWhere It Leads
Complex solutions come in conjugate pairs (a + bi, a − bi)The Fundamental Theorem of Algebra: every polynomial of degree n has exactly n roots (counting multiplicity) in the complex numbers
Plotting complex numbers on the Argand planeComplex analysis uses the complex plane to study functions, transformations, and even fluid flow
i² = −1 and basic powers of iEuler's formula e^(iθ) = cos θ + i sin θ connects exponentials and trigonometry — often called the most beautiful equation in math
Using the discriminant to classify solutionsIn engineering, the discriminant of a characteristic equation determines whether a system oscillates (underdamped), settles smoothly (overdamped), or sits at the boundary (critically damped)
🔄 Powers of i — A Quick Pattern
The powers of i cycle every four: i¹ = i, i² = −1, i³ = −i, i⁴ = 1, and then the pattern repeats. This cycle becomes important in Pre-Calculus and beyond when you simplify higher powers of complex expressions.

For now, the essential skill is recognizing a negative discriminant, applying the quadratic formula, and expressing the result in a + bi form. Master this, and you've laid the groundwork for all of these more advanced ideas.

Practice Problems

Work through these five problems in order. They start with a concept check and build up to a multi-step challenge. Show all work and express answers in a + bi form when solutions are complex.

PROBLEM 1CONCEPTUAL
Without solving, determine how many real solutions the equation x² + 2x + 10 = 0 has. Explain your reasoning using the discriminant.
PROBLEM 2BASIC CALCULATION
Solve x² + 16 = 0. Express your solutions in a + bi form.
PROBLEM 3INTERMEDIATE
Solve 2x² − 6x + 7 = 0 using the quadratic formula. Express your solutions in a + bi form with simplified fractions.
PROBLEM 4APPLIED
A circuit engineer models a system's response with the equation t² − 4t + 20 = 0, where t represents a time parameter. Solve for t and explain what the complex solutions suggest about the system's behavior.
PROBLEM 5CRITICAL THINKING
Consider the equation x² + bx + 25 = 0, where b is a real number. For what values of b does this equation have complex (non-real) solutions? For what values does it have exactly one real solution? Justify your answers using the discriminant.

Lesson Summary

A quadratic equation ax² + bx + c = 0 can have complex solutions when its discriminant D = b² − 4ac is negative. In this case, the parabola y = ax² + bx + c never crosses the x-axis, and the solutions exist in the complex number system. To find these solutions, apply the quadratic formula and convert √(−n) into i√n using the imaginary unit i = √(−1).

Express all answers in a + bi form, where a is the real part and b is the imaginary part. When the quadratic has real coefficients, complex solutions always appear as conjugate pairs — a + bi and a − bi — which are mirror images across the real axis on the complex plane. Mastering this skill prepares you for the Fundamental Theorem of Algebra, Euler's formula, and many applications in science and engineering.

Varsity Tutors • Math 2 • Quadratics with Complex Solutions