The Discriminant: Knowing the Answer's Shape Before You Solve

4 min

The quadratic formula always looks the same, but the discriminant hiding inside it — b² − 4ac — decides what kind of answer you're about to get before you finish computing.

A positive discriminant means the parabola crosses the x-axis at two distinct points, so there are two different real solutions. A discriminant of exactly zero means the parabola just touches the axis at its vertex — one repeated solution.

A negative discriminant means the parabola never touches the x-axis at all — there is no real x that makes the equation zero, and the two solutions are complex numbers, a real part plus or minus an imaginary part.

This is worth checking first, before grinding through the square root: if a homework problem is supposed to have 'nice' real-number answers and the discriminant comes out negative, that's usually a signal to re-check the coefficients rather than continue into complex numbers unnecessarily.

Try it yourself

Quadratic Equation Solver

Roots of ax² + bx + c = 0 with discriminant analysis.