Discriminant Calculator
Calculate the discriminant of a quadratic equation ax² + bx + c = 0 and determine the nature and number of roots.
This free online discriminant calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Enter your values below and see results update in real time as you type. Perfect for everyday calculations, homework, or professional use.
Coefficient of x²
Coefficient of x
Constant term
Results
Discriminant (Δ)
0
√|Δ|
0
Number of real roots
1
How to Use This Calculator
Enter your input values
Fill in all required input fields for the Discriminant Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.
Review your inputs
Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.
Read the results
The Discriminant Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.
Explore parameter sensitivity
Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.
Formula Reference
Discriminant Calculator Formula
See calculator inputs for the governing equation
Variables: All variables and their units are labeled in the calculator interface above. Input fields accept values in multiple unit systems — select your preferred unit from the dropdown next to each field.
When to Use This Calculator
- •Use the Discriminant Calculator when you need a quick mathematical result without writing out all the steps manually, saving time on repetitive calculations.
- •Use it to verify hand calculations on tests or assignments and catch arithmetic mistakes.
- •Use it when teaching or explaining mathematical concepts to others, demonstrating how changing inputs affects the result.
- •Use it to explore the behavior of mathematical functions across a range of inputs.
About This Calculator
The Discriminant Calculator is a free mathematical calculation tool for students, educators, and professionals who need quick, reliable results. Calculate the discriminant of a quadratic equation ax² + bx + c = 0 and determine the nature and number of roots. The underlying algorithms implement well-established mathematical formulas and numerical methods. Results are computed instantly in the browser. This tool is useful for learning, verification of hand calculations, and rapid exploration of mathematical relationships. All computation happens locally — no data is sent to a server.
About Discriminant Calculator
The Discriminant Calculator evaluates Δ = b² - 4ac for a quadratic equation ax² + bx + c = 0, instantly revealing the nature of the roots without solving the equation. The discriminant is a powerful diagnostic tool in algebra: a positive discriminant indicates two distinct real roots, zero means one repeated real root, and a negative value signals two complex conjugate roots. Engineers use the discriminant to analyze stability in control systems, physicists apply it to determine whether a projectile reaches a certain height, and economists use it when analyzing break-even points. Understanding the discriminant provides deep insight into the geometry of parabolas and the structure of polynomial equations.
The Math Behind It
Formula Reference
Discriminant Formula
Δ = b² - 4ac
Variables: a, b, c are coefficients of ax² + bx + c = 0
Worked Examples
Example 1: Positive discriminant
Find the discriminant of 3x² + 5x - 2 = 0
Δ = 49 (two distinct rational roots)
Example 2: Zero discriminant
Find the discriminant of 4x² - 12x + 9 = 0
Δ = 0 (one repeated root at x = 1.5)
Common Mistakes & Tips
- !Forgetting the negative sign when b is negative: (-b)² = b², not -b²
- !Omitting the factor of 4 in the 4ac term
- !Confusing Δ < 0 with 'no solutions' when complex roots do exist
- !Using the discriminant formula for non-quadratic (degree ≠ 2) equations
Related Concepts
Used in These Calculators
Calculators that build on or apply the concepts from this page:
Frequently Asked Questions
Can the discriminant be used for cubic equations?
Cubic equations have their own discriminant formula: Δ = 18abcd - 4b³d + b²c² - 4ac³ - 27a²d² for ax³ + bx² + cx + d = 0. The interpretation is different from the quadratic case.
What does a perfect square discriminant mean?
If Δ is a perfect square (like 0, 1, 4, 9, ...), the roots of the quadratic are rational numbers. If Δ is positive but not a perfect square, the roots are irrational.