4.3 The Discriminant & Nature of Roots

Key Takeaways

  • The discriminant $\Delta = b^2 - 4ac$ reveals the exact number and algebraic nature of solutions to $ax^2 + bx + c = 0$ without solving the equation.
  • If $\Delta > 0$, the equation has two distinct real solutions, corresponding to a parabola crossing the $x$-axis twice.
  • If $\Delta = 0$, the equation has exactly one distinct real solution of multiplicity 2, meaning the parabola is tangent to the $x$-axis at its vertex.
  • If $\Delta < 0$, the equation has zero real solutions (two complex conjugate roots), meaning the parabola never touches or crosses the $x$-axis.
  • Digital SAT parameter questions frequently require setting $b^2 - 4ac = 0$ or $b^2 - 4ac < 0$ to solve for an unknown constant $k$ or $c$.
Last updated: August 2026

4.3 The Discriminant & Nature of Roots

Quick Summary: In the quadratic formula $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$, the expression under the square root, $b^2 - 4ac$, is called the discriminant (denoted by $\Delta$). Because you cannot take the real square root of a negative number, the value and sign of $\Delta$ completely dictate the number and nature of real solutions without needing to solve the equation.


The Three Discriminant Regimes

   CASE 1: Delta > 0             CASE 2: Delta = 0             CASE 3: Delta < 0
Two Distinct Real Roots         One Repeated Real Root         No Real Roots (Complex)
      y                             y                             y
      |     /\                      |     /\                      |       /\
      |    /  \                     |    /  \                     |      /  \
------+---*----*----x         ------+---*-------x         --------+-----/----\----x
      |  /      \                   |  / \                        |    /      \
      | /        \                  | /   \                       |   /        \
      |                             |                             |  * Vertex > 0
  2 x-intercepts                 1 x-intercept (tangent)        0 x-intercepts

Complete Discriminant Classification Matrix

Discriminant Value ($\Delta = b^2 - 4ac$)Number of Real RootsNature of RootsGraphical Appearance ($y = ax^2 + bx + c$)
$\Delta > 0$ (Perfect Square)$2$ distinct real rootsRational numbersParabola crosses $x$-axis at two rational points
$\Delta > 0$ (Non-Square)$2$ distinct real rootsIrrational conjugates ($p \pm \sqrt{q}$)Parabola crosses $x$-axis at two irrational points
$\Delta = 0$$1$ distinct real rootSingle rational root (multiplicity $2$)Parabola is tangent to $x$-axis (vertex is on $x$-axis)
$\Delta < 0$$0$ real roots ($2$ complex)Complex conjugate pair ($u \pm vi$)Parabola lies entirely above ($a > 0$) or below ($a < 0$) the $x$-axis

Parameter Problems on the Digital SAT

The Digital SAT frequently tests the discriminant in reverse: you are given information about the number of solutions and asked to find an unknown constant $c$, $k$, or $b$.

SAT Trigger Phrases & Setup Rules

+----------------------------------------------+----------------------------------+
| SAT Problem Phrasing                         | Mathematical Setup               |
+----------------------------------------------+----------------------------------+
| "has exactly one real solution"              | Set b^2 - 4ac = 0                 |
| "is tangent to the x-axis"                   | Set b^2 - 4ac = 0                 |
| "has two distinct real solutions"           | Set b^2 - 4ac > 0                 |
| "intersects the x-axis twice"                | Set b^2 - 4ac > 0                 |
| "has no real solutions"                      | Set b^2 - 4ac < 0                 |
| "does not intersect the x-axis"              | Set b^2 - 4ac < 0                 |
| "has at least one real solution"             | Set b^2 - 4ac >= 0                |
+----------------------------------------------+----------------------------------+

Worked Examples: Step-by-Step Parameter Calculations

Worked Example 1: Finding an Unknown Constant for Exactly One Solution

Problem: In the equation $3x^2 - 12x + k = 0$, $k$ is a constant. If the equation has exactly one real solution, what is the value of $k$?

  • Step 1: Identify coefficients: $a = 3, b = -12, c = k$.
  • Step 2: Set the discriminant equal to zero: Δ=b24ac=0\Delta = b^2 - 4ac = 0 (12)24(3)(k)=0(-12)^2 - 4(3)(k) = 0
  • Step 3: Solve for $k$: 14412k=0    12k=144    k=12144 - 12k = 0 \implies 12k = 144 \implies k = 12

Worked Example 2: Inequality for No Real Solutions

Problem: For what values of $b$ does the equation $2x^2 + bx + 8 = 0$ have no real solutions?

  • Step 1: Identify coefficients: $a = 2, b = b, c = 8$.
  • Step 2: Apply the condition for no real solutions ($\Delta < 0$): b24(2)(8)<0b^2 - 4(2)(8) < 0 b264<0b^2 - 64 < 0
  • Step 3: Solve the quadratic inequality: b2<64    8<b<8b^2 < 64 \implies -8 < b < 8

Worked Example 3: Discriminant in Non-Standard Form

Problem: The equation $x^2 - 6x + 13 = c$ has no real solutions. What is the range of possible values for the constant $c$?

  • Step 1: Convert to standard form $ax^2 + bx + (13 - c) = 0$. Here $a = 1, b = -6, c_{\text{term}} = 13 - c$.
  • Step 2: Apply $\Delta < 0$: (6)24(1)(13c)<0(-6)^2 - 4(1)(13 - c) < 0 3652+4c<036 - 52 + 4c < 0 16+4c<0    4c<16    c<4-16 + 4c < 0 \implies 4c < 16 \implies c < 4

Discriminant Applied to Linear-Quadratic Systems

When a line $y = mx + d$ intersects a parabola $y = ax^2 + bx + c$, set them equal:

ax2+bx+c=mx+d    ax2+(bm)x+(cd)=0ax^2 + bx + c = mx + d \implies ax^2 + (b - m)x + (c - d) = 0

Compute the discriminant $\Delta = (b - m)^2 - 4a(c - d)$:

  • $\Delta > 0$: The line intersects the parabola at two distinct points (secant line).
  • $\Delta = 0$: The line is tangent to the parabola at exactly one point.
  • $\Delta < 0$: The line never intersects the parabola (zero solutions).

Desmos Discriminant Visualization Strategy

  1. Slider Verification: If a problem contains an unknown constant $k$, type y = 3x^2 - 12x + k into Desmos.
  2. Add Slider: Desmos will prompt to add a slider for k.
  3. Drag the Slider: Move $k$ and observe how the parabola shifts vertically:
    • When $k < 12$: Parabola crosses $x$-axis twice ($2$ real solutions).
    • When $k = 12$: Parabola touches the $x$-axis at its vertex $(2, 0)$ ($1$ real solution).
    • When $k > 12$: Parabola floats entirely above the $x$-axis ($0$ real solutions).

Common Pitfalls & Exam Traps

  • Sign errors with negative $b$: When calculating $(-8)^2$, remember that $(-8)^2 = +64$, never $-64$.
  • Forgetting to subtract non-zero right side: In $2x^2 + 4x = -c$, you must write $2x^2 + 4x + c = 0$ before identifying $a, b, c$.
  • Confusing "no real solutions" with "no solutions": Quadratics with $\Delta < 0$ still have two complex solutions; they simply have zero real solutions.
  • Forgetting the strict inequality: "Two distinct real solutions" requires $\Delta > 0$ (strictly greater), not $\Delta \ge 0$.
Test Your Knowledge

For what value of $c$ does the quadratic equation $2x^2 - 8x + c = 0$ have exactly one distinct real solution?

A
B
C
D
Test Your Knowledge

Which of the following conditions guarantees that the quadratic equation $x^2 + bx + 36 = 0$ has no real solutions?

A
B
C
D
Test Your Knowledge

The system of equations consisting of $y = 3x^2 + 6x + 7$ and $y = 2x + k$ has exactly one real solution $(x, y)$. What is the value of $k$?

A
B
C
D