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.
- Enter coefficient a — the coefficient of the squared term (must be non-zero). For example, enter 1 for x².
- Enter coefficient b — the coefficient of the linear term. For −5x, enter −5.
- Enter coefficient c — the constant term. For +6, enter 6.
- 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)
| Symbol | Meaning |
|---|---|
| a | Coefficient of x² (must be non-zero) |
| b | Coefficient of x |
| c | Constant 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.