Discriminant Analysis Calculator

Enter the coefficients a, b, and c of a quadratic equation (ax² + bx + c = 0) to compute the discriminant (D = b² − 4ac). You'll see the discriminant value, the nature of the roots (two distinct real roots, one repeated real root, or two complex roots), and the actual roots of the equation.

Coefficient of x² (must not be 0)

Coefficient of x

Constant term

Results

Discriminant (D = b² − 4ac)

--

Nature of Roots

--

Root 1 (x₁)

--

Root 2 (x₂)

--

Frequently Asked Questions

What is the discriminant of a quadratic equation?

The discriminant is the expression D = b² − 4ac derived from the coefficients of a quadratic equation ax² + bx + c = 0. It tells you how many real or complex roots the equation has without needing to fully solve it. The term comes from the Latin word for 'distinguish', because it distinguishes between different types of solutions.

How do you calculate the discriminant?

Given a quadratic equation in standard form ax² + bx + c = 0, identify the coefficients a, b, and c, then substitute them into the formula D = b² − 4ac. For example, for 3x² − 4x + 5 = 0, you get D = (−4)² − 4(3)(5) = 16 − 60 = −44.

What does the discriminant tell you about the roots?

If D > 0, the equation has two distinct real roots. If D = 0, there is exactly one real root (a repeated or double root). If D < 0, the equation has two complex (non-real) conjugate roots. This information is useful even before solving the equation.

What are multiple (repeated) roots?

A multiple root, also called a repeated or double root, occurs when the discriminant equals zero. In this case, both roots are identical: x = −b / (2a). Geometrically, this means the parabola touches the x-axis at exactly one point (the vertex sits on the axis).

Can the discriminant be negative?

Yes. When D < 0, the square root in the quadratic formula produces an imaginary number, so the two roots are complex conjugates of the form x = (−b ± i√|D|) / (2a). The parabola does not cross or touch the x-axis in this case.

Why does the coefficient 'a' matter?

The coefficient a determines whether the equation is truly quadratic. If a = 0, the equation becomes linear (bx + c = 0) and the discriminant formula no longer applies. Always ensure a ≠ 0 when using this calculator.

How is the discriminant used in the quadratic formula?

The quadratic formula is x = (−b ± √D) / (2a), where D = b² − 4ac is the discriminant. The ± symbol is what produces two roots. If D is positive you take two real square roots; if D is zero both roots collapse to one; if D is negative the square root is imaginary.

Can this calculator handle decimal or negative coefficients?

Yes. You can enter any real number — positive, negative, or decimal — for the coefficients a, b, and c. The calculator computes the exact discriminant and shows the roots in decimal form. Just make sure the coefficient a is not zero.

More Statistics Tools