Skip to main content
math

Discriminant Calculator

Calculate the discriminant of a quadratic equation ax² + bx + c = 0 and determine the nature and number of roots.

Reviewed by Chase FloiedUpdated

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

1

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.

2

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.

3

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.

4

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

The discriminant of the quadratic equation ax² + bx + c = 0 is defined as Δ = b² - 4ac. It appears under the square root in the quadratic formula x = (-b ± √Δ) / (2a), so its sign directly controls whether the roots are real or complex. When Δ > 0, the square root is a real number, producing two distinct real roots separated by 2√Δ / (2|a|) = √Δ / |a| units on the number line. When Δ = 0, the square root vanishes and both roots collapse to the single value x = -b/(2a), meaning the parabola just touches the x-axis at its vertex. When Δ < 0, the square root of a negative number introduces the imaginary unit i, yielding complex conjugate roots. Geometrically, Δ > 0 means the parabola crosses the x-axis at two points, Δ = 0 means it is tangent to the x-axis, and Δ < 0 means the parabola does not intersect the x-axis at all. The discriminant also relates to the distance between roots: |x₁ - x₂| = √Δ / |a|. For higher-degree polynomials, generalized discriminants exist but involve more complex formulas. The concept extends to conic sections where the discriminant B² - 4AC determines whether the conic is an ellipse, parabola, or hyperbola.

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

Step 1:a = 3, b = 5, c = -2
Step 2:Δ = 5² - 4(3)(-2) = 25 + 24 = 49
Step 3:Since Δ = 49 > 0, there are two distinct real roots
Step 4:Also √Δ = 7, a perfect square, so roots are rational

Δ = 49 (two distinct rational roots)

Example 2: Zero discriminant

Find the discriminant of 4x² - 12x + 9 = 0

Step 1:a = 4, b = -12, c = 9
Step 2:Δ = (-12)² - 4(4)(9) = 144 - 144 = 0
Step 3:Since Δ = 0, there is exactly one repeated root
Step 4:The root is x = 12/8 = 3/2

Δ = 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.