Algebra 2 Advanced quadraticscomplex rootsdiscriminant

Quadratics with Complex Roots

What a negative discriminant means, and why the roots come in pairs.

Video by Khan Academy — “Example: Complex roots for a quadratic | Algebra II | Khan Academy” Watch on YouTube

The explanation

Key idea A negative discriminant gives conjugate complex roots.

In Algebra 1, a negative discriminant meant "no solution." With complex numbers, it means two complex solutions instead.

For x² + 2x + 5 = 0: b² − 4ac = 4 − 20 = −16.

Use the quadratic formula as usual, then extract i:
x = (−2 ± √(−16))/2 = (−2 ± 4i)/2 = −1 ± 2i.

Complex roots always arrive in conjugate pairs — if −1 + 2i is a solution, so is −1 − 2i. You never get just one.

On the graph, a negative discriminant means the parabola never touches the x-axis. The solutions are real mathematics, they simply are not visible as x-intercepts.

Worked example

Solve 2x² − 4x + 5 = 0.

  1. a = 2, b = −4, c = 5; Δ = 16 − 40 = −24.
  2. x = (4 ± √(−24))/4.
  3. √(−24) = 2i√6.
  4. x = (4 ± 2i√6)/4 = 1 ± (i√6)/2.

Answer: x = 1 ± (√6/2)i

Common mistakes

  • Reporting 'no solution' once complex numbers are available.
  • Failing to divide the entire numerator, including the real part, by 2a.