2.3 Complex Solutions of Quadratic Equations

Key Takeaways

  • The discriminant Δ = b² - 4ac categorizes the roots of any quadratic equation ax² + bx + c = 0 with real coefficients: Δ > 0 gives two real roots, Δ = 0 gives one repeated real root, and Δ < 0 gives two non-real complex conjugate roots.
  • When the discriminant is negative (Δ < 0), the quadratic formula produces two complex conjugate solutions of the form x = p ± qi, where p = -b/(2a) and q = √(|Δ|)/(2a).
  • Geometrically, a quadratic function with complex conjugate zeros graphs as a parabola that never intersects or touches the x-axis, with the real part p = -b/(2a) exactly matching the x-coordinate of the vertex and axis of symmetry.
  • The Fundamental Theorem of Algebra guarantees that every degree 2 polynomial has exactly two roots in the complex numbers; if the polynomial has real coefficients, non-real roots must occur as conjugate pairs.
  • On Regents constructed-response tasks, simplifying complex roots requires factoring common factors out of the entire numerator before canceling with the denominator to express solutions in simplest a ± bi form.
Last updated: September 2026

2.3 Complex Solutions of Quadratic Equations

Quick Answer: When solving a quadratic equation ax² + bx + c = 0 with real coefficients, a negative discriminant (Δ = b² - 4ac < 0) indicates that the equation has two non-real complex conjugate solutions of the form x = p ± qi. Graphically, the parabola never touches or crosses the x-axis, and the real part p = -b/(2a) defines the x-coordinate of the vertex.


The Discriminant and Root Classification (AII-A.REI.4b)

[!NOTE] Standard note: Under the Common Core version of this course, complex solutions of quadratics were carried by N-CN.7. In the Next Generation Mathematics Learning Standards that standard was removed, and NYSED states that its content is now covered inside AII-A.REI.4b, which asks students to solve quadratic equations by inspection, taking square roots, completing the square, the quadratic formula, and factoring, and to recognize when the quadratic formula gives complex solutions and write them as $a \pm bi$. Everything in this section maps to that one standard.

Every quadratic equation in standard form $ax^2 + bx + c = 0$ (where $a, b, c \in \mathbb{R}$ and $a \neq 0$) can be solved using the quadratic formula:

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

The expression resting beneath the radical sign is known as the discriminant, symbolized by the Greek letter delta ($\Delta$):

Δ=b24ac\Delta = b^2 - 4ac

The numerical value and algebraic sign of $\Delta$ completely dictate the number, nature, and graphical appearance of the quadratic equation's roots before completing any further steps.

Comprehensive Root Taxonomy Table

Discriminant Value ($\Delta = b^2 - 4ac$)Nature and Multiplicity of RootsNumber of X-InterceptsBehavior of ParabolaConcrete Example
$\Delta > 0$ (perfect square)2 distinct real, rational roots2 x-interceptsCrosses x-axis at rational coordinates$x^2 - 5x + 6 = 0$ ($\Delta = 1$) $\implies x = 2, 3$
$\Delta > 0$ (non-perfect square)2 distinct real, irrational roots2 x-interceptsCrosses x-axis at irrational coordinates$x^2 - 4x + 1 = 0$ ($\Delta = 12$) $\implies x = 2 \pm \sqrt{3}$
$\Delta = 0$1 repeated real rational root (multiplicity 2)1 x-interceptTangent to x-axis (vertex touches x-axis)$x^2 - 6x + 9 = 0$ ($\Delta = 0$) $\implies x = 3$
$\Delta < 0$2 non-real complex conjugate roots0 x-interceptsDoes NOT intersect or touch x-axis$2x^2 - 4x + 7 = 0$ ($\Delta = -40$) $\implies x = 1 \pm \frac{\sqrt{10}}{2}i$

Why $\Delta < 0$ Generates Complex Conjugates

When $\Delta < 0$, we can express the discriminant as $-k$, where $k = |b^2 - 4ac| > 0$. Taking the square root gives:

b24ac=k=ik\sqrt{b^2 - 4ac} = \sqrt{-k} = i\sqrt{k}

Substituting this into the quadratic formula produces:

x=b±ik2a=b2a±k2aix = \frac{-b \pm i\sqrt{k}}{2a} = -\frac{b}{2a} \pm \frac{\sqrt{k}}{2a}i

Because the $\pm$ sign precedes the imaginary term while the real term $-\frac{b}{2a}$ remains fixed, the two complex roots are always complex conjugates of one another.


Solving Quadratics with Negative Discriminants (AII-A.REI.4b)

Regents examination questions regularly require students to solve quadratic equations with complex roots using two primary algebraic methods: the quadratic formula and completing the square.

Worked Problem 1: Solving via Quadratic Formula

Problem: Solve the quadratic equation $2x^2 - 4x + 7 = 0$ for all values of $x$. Express your answers in simplest $a \pm bi$ form.

  • Step 1: Identify quadratic coefficients. a=2,b=4,c=7a = 2, \quad b = -4, \quad c = 7

  • Step 2: Calculate the discriminant. Δ=b24ac=(4)24(2)(7)=1656=40\Delta = b^2 - 4ac = (-4)^2 - 4(2)(7) = 16 - 56 = -40 Since $\Delta = -40 < 0$, the equation possesses two non-real complex conjugate roots.

  • Step 3: Simplify the radical $\sqrt{\Delta}$. 40=i40=i410=2i10\sqrt{-40} = i\sqrt{40} = i\sqrt{4 \cdot 10} = 2i\sqrt{10}

  • Step 4: Substitute all terms into the quadratic formula. x=(4)±2i102(2)=4±2i104x = \frac{-(-4) \pm 2i\sqrt{10}}{2(2)} = \frac{4 \pm 2i\sqrt{10}}{4}

  • Step 5: Factor the greatest common factor out of the numerator before reducing. x=2(2±i10)4=2±i102x = \frac{2(2 \pm i\sqrt{10})}{4} = \frac{2 \pm i\sqrt{10}}{2}

  • Step 6: Decompose into standard $a \pm bi$ form. x=22±102i=1±102ix = \frac{2}{2} \pm \frac{\sqrt{10}}{2}i = 1 \pm \frac{\sqrt{10}}{2}i

Worked Problem 2: Solving via Completing the Square

Problem: Solve $2x^2 - 4x + 7 = 0$ by completing the square to demonstrate equivalence.

  • Step 1: Isolate the variable terms. 2x24x=72x^2 - 4x = -7

  • Step 2: Divide every term by the leading coefficient $a = 2$. x22x=72x^2 - 2x = -\frac{7}{2}

  • Step 3: Determine the completing constant $\left(\frac{b'}{2}\right)^2$. (22)2=(1)2=1\left(\frac{-2}{2}\right)^2 = (-1)^2 = 1 Add 1 to both sides: x22x+1=72+1=72+22=52x^2 - 2x + 1 = -\frac{7}{2} + 1 = -\frac{7}{2} + \frac{2}{2} = -\frac{5}{2}

  • Step 4: Rewrite the left side as a squared binomial. (x1)2=52(x - 1)^2 = -\frac{5}{2}

  • Step 5: Take the square root of both sides. x1=±52=±i52=±i102x - 1 = \pm\sqrt{-\frac{5}{2}} = \pm i\sqrt{\frac{5}{2}} = \pm i\frac{\sqrt{10}}{2}

  • Step 6: Add 1 to isolate $x$. x=1±102ix = 1 \pm \frac{\sqrt{10}}{2}i Both methods arrive at the identical complex conjugate solutions.


Graphical Interpretation: Parabolas with Non-Real Zeros

A function's real zeros correspond to the points where its Cartesian graph intersects the x-axis ($y = 0$). When a quadratic function $f(x) = ax^2 + bx + c$ has a negative discriminant ($\Delta < 0$):

  1. Zero X-Intercepts: The parabola never intersects, touches, or crosses the x-axis.
  2. Orientation and Vertical Placement:
    • If $a > 0$, the parabola opens upward and its vertex is located strictly above the x-axis ($k > 0$).
    • If $a < 0$, the parabola opens downward and its vertex is located strictly below the x-axis ($k < 0$).

The Geometric Meaning of the Real Part

Examine the vertex formula for a parabola: the x-coordinate of the vertex (and the equation for the axis of symmetry) is given by:

xvertex=b2ax_{\text{vertex}} = -\frac{b}{2a}

Now compare this to the complex roots formula:

x=b2aReal part p±4acb22aImaginary coefficient qix = \underbrace{-\frac{b}{2a}}_{\text{Real part } p} \pm \underbrace{\frac{\sqrt{4ac - b^2}}{2a}}_{\text{Imaginary coefficient } q}i

Key Geometric Connection: The real part of the complex conjugate zeros ($p = -\frac{b}{2a}$) is precisely the x-coordinate of the parabola's vertex and axis of symmetry. The imaginary magnitude $q$ reflects how far the parabola's vertex has been vertically displaced away from the x-axis into the complex plane.

          y
          |         /|\
          |        / | \
          |       /  |  \        Parabola y = f(x) with Δ < 0
          |      |   •   |       Vertex at (p, k) where k > 0
          |      |   |   |       (Never crosses x-axis)
          |-------+---+---+-----> x
          |       0   p
          |       Axis of Symmetry: x = p = -b/(2a)

The Fundamental Theorem of Algebra & Vieta's Relations

The Fundamental Theorem of Algebra (FTA)

First proved rigorously by Carl Friedrich Gauss, the Fundamental Theorem of Algebra states that every non-zero single-variable polynomial of degree $n \ge 1$ with complex coefficients has at least one complex root. As an immediate corollary:

Degree-Root Equality: Every polynomial of degree $n$ has exactly $n$ roots in the complex number system $\mathbb{C}$, provided roots are counted with their algebraic multiplicity.

For any quadratic equation ($n = 2$):

  • It has exactly two roots in $\mathbb{C}$.
  • If the polynomial's coefficients are real, the roots must either be both real (distinct or repeated) or two non-real complex conjugates (the Conjugate Root Theorem).

Reconstructing Quadratic Equations with Vieta's Relations

If the roots of a quadratic equation are the complex conjugates $r_1 = p + qi$ and $r_2 = p - qi$, Vieta's formulas allow us to reconstruct the original equation $x^2 - Sx + P = 0$:

  • Sum of Roots ($S$): S=r1+r2=(p+qi)+(pqi)=2p=baS = r_1 + r_2 = (p + qi) + (p - qi) = 2p = -\frac{b}{a}
  • Product of Roots ($P$): P=r1r2=(p+qi)(pqi)=p2+q2=caP = r_1 \cdot r_2 = (p + qi)(p - qi) = p^2 + q^2 = \frac{c}{a}

Reconstructing an Equation Example

If a quadratic equation with real coefficients has a root $x = 3 - 2i$, then by the Conjugate Root Theorem, its second root must be $x = 3 + 2i$.

  • $S = (3 - 2i) + (3 + 2i) = 6$
  • $P = (3 - 2i)(3 + 2i) = 3^2 + 2^2 = 9 + 4 = 13$
  • The quadratic equation is $x^2 - 6x + 13 = 0$.

Common Regents Pitfalls and Scoring Standards

  • Pitfall 1: The "Heart" cancellation error. When simplifying $\frac{4 \pm 2i\sqrt{10}}{4}$, students often divide only the first term by 4, writing $1 \pm 2i\sqrt{10}$. The denominator must divide every term in the numerator. The safest strategy is to factor the numerator first: $\frac{2(2 \pm i\sqrt{10})}{4} = \frac{2 \pm i\sqrt{10}}{2} = 1 \pm \frac{\sqrt{10}}{2}i$.
  • Pitfall 2: Lost signs in $-b$. When $b = -4$, $-b = -(-4) = +4$. A negative sign error on $b$ propagates through the entire solution and costs partial credit.
  • Pitfall 3: Dropping $i$ from negative square roots. Writing $\sqrt{-40} = 2\sqrt{10}$ instead of $2i\sqrt{10}$ omits the imaginary unit, incorrectly producing real solutions.
  • Pitfall 4: Forgetting the plus-or-minus sign ($\pm$). Omitting $\pm$ produces only one root instead of the mandatory conjugate pair, violating the Fundamental Theorem of Algebra.
Test Your Knowledge

Which statement correctly describes the zeros of the function f(x) = 3x² - 6x + 8 and the graphical behavior of its parabola?

A
B
C
D
Test Your Knowledge

What are the exact roots of the quadratic equation 2x² - 6x + 9 = 0 expressed in simplest a ± bi form?

A
B
C
D
Test Your Knowledge

If one root of a quadratic equation with real coefficients is x = -4 - 5i, which equation represents this relationship?

A
B
C
D