How Quadratic Discriminants Classify Roots
A triage you can do before taking any square root

How Quadratic Discriminants Classify Roots
Students often jump straight to the ± in the quadratic formula. The sharper habit is to compute D = b² − 4ac first. That one number tells you what kind of answer you should expect—and whether “no real roots” still deserves a complex pair on the page.
Two Real Roots When D > 0
For x² − 5x + 6 = 0, D = 1. The roots 3 and 2 are ordinary x-intercepts. Substituting back is part of the method: both should return zero (within rounding).
Complex Conjugates When D < 0
For x² + 1 = 0, D = −4. There are no real intercepts, but the solutions i and −i satisfy the equation over the complex numbers. A transparent worksheet labels them as complex instead of implying the problem has no mathematical solution at all.
Classify roots with D
Enter a, b, and c to see the discriminant branch and labeled roots:
Open Quadratic Equation SolverKey Takeaways
- Put the equation in ax² + bx + c = 0 before reading coefficients
- D decides the root type before √D appears
- D = 0 means a repeated real root at the vertex
- Complex roots are conjugates and should be labeled clearly