Discriminant Calculator

Calculate the discriminant of any quadratic equation ax²+bx+c=0 with the Discriminant Calculator. Instantly determine root type and compute exact roots.

807.9K uses Updated · 2026-05-04 Runs locally · zero upload
AD

How to Use Discriminant Calculator

The Discriminant Calculator evaluates the discriminant Δ = b² − 4ac for a quadratic equation ax² + bx + c = 0 and tells you how many real roots exist. Enter the three coefficients and the result updates instantly.

  1. Enter coefficient a — the coefficient of the squared term (must be non-zero). For example, enter 1 for x².
  2. Enter coefficient b — the coefficient of the linear term. For −5x, enter −5.
  3. Enter coefficient c — the constant term. For +6, enter 6.
  4. Read the result — the Discriminant Calculator shows the full calculation, the discriminant value, the root type, and the actual roots if they are real.

The calculation panel shows the substitution step so you can follow the arithmetic. For Δ > 0, both roots x₁ and x₂ are shown using the quadratic formula.

Formula & Theory - Discriminant Calculator

The Discriminant Calculator is based on the discriminant formula derived from the quadratic formula:

Quadratic equation: ax² + bx + c = 0  (a ≠ 0)

Discriminant:  Δ = b² − 4ac

Roots (when Δ ≥ 0):
  x₁ = (−b + √Δ) / (2a)
  x₂ = (−b − √Δ) / (2a)
SymbolMeaning
aCoefficient of x² (must be non-zero)
bCoefficient of x
cConstant term
ΔDiscriminant: b² − 4ac

The discriminant is called the “discriminant” because it discriminates between the three cases: two distinct real roots (Δ > 0), one repeated root (Δ = 0), and no real roots (Δ < 0). Geometrically, these correspond to a parabola crossing the x-axis at two points, being tangent to it, or not intersecting it at all.

Assumptions and Limits

  • The leading coefficient a must not be zero. A zero a value would make the equation linear, not quadratic.
  • All coefficients must be real numbers. Complex coefficients are not supported.
  • When Δ < 0, the roots are complex numbers of the form (−b ± i√|Δ|) / (2a), but the Discriminant Calculator does not display complex root values.

Use Cases for Discriminant Calculator

The Discriminant Calculator is useful across many areas of algebra and geometry:

  • Pre-calculus and algebra courses — quickly determine whether a quadratic equation has real solutions before investing time in the full quadratic formula.
  • Graphing parabolas — the discriminant tells you how many x-intercepts the parabola y = ax² + bx + c has, which is essential for sketching graphs.
  • Physics and engineering — many motion, projectile, and circuit problems reduce to quadratic equations; the Discriminant Calculator quickly filters out scenarios with no physical solution.
  • Math homework verification — students can verify their discriminant calculations and root types using the Discriminant Calculator before writing up final answers.

The combination of step-by-step calculation, root type classification, and actual root values makes the Discriminant Calculator a complete analysis tool for quadratic equations.

Frequently asked questions about Discriminant Calculator

What does the discriminant tell you about a quadratic equation?

The discriminant Δ = b² − 4ac determines the nature of the roots. If Δ > 0, there are two distinct real roots. If Δ = 0, there is exactly one repeated real root. If Δ < 0, there are no real roots (two complex conjugate roots).

How accurate is the Discriminant Calculator?

The Discriminant Calculator uses standard IEEE 754 double-precision arithmetic. For integer or simple decimal coefficients, the discriminant and roots are exact. For very large coefficients, floating-point rounding may apply.

Can I use the Discriminant Calculator for equations other than quadratics?

No. The discriminant formula Δ = b² − 4ac applies specifically to quadratic equations of the form ax² + bx + c = 0, where a ≠ 0.

Is my data stored?

No. All calculations happen in your browser; nothing is sent to a server.