Quadratic Discriminant Calculator

Calculate discriminant of quadratic equation.

Result:

--

Discriminant Calculator: Predicting the Nature of Roots

Before you even solve a quadratic equation, the **discriminant** tells you everything you need to know about its solutions. Will you get two real roots? One repeated root? Or complex (imaginary) roots? The discriminant is your crystal ball for quadratic behavior.

What Is the Discriminant?

For a quadratic equation in standard form:

$$ax^2 + bx + c = 0$$

The discriminant is the expression under the square root in the quadratic formula:

$$\Delta = b^2 - 4ac$$

It's represented by the Greek letter Delta ($\Delta$) or simply "D".

What the Discriminant Tells You

Case 1: $\Delta > 0$ (Positive)

  • Two distinct real roots
  • The parabola crosses the x-axis at two points
  • Example: $x^2 - 5x + 6 = 0$ has $\Delta = 25 - 24 = 1$ (roots: 2 and 3)

Case 2: $\Delta = 0$ (Zero)

  • One repeated real root (also called a "double root")
  • The parabola touches the x-axis at exactly one point (the vertex)
  • Example: $x^2 - 4x + 4 = 0$ has $\Delta = 16 - 16 = 0$ (root: 2, twice)

Case 3: $\Delta < 0$ (Negative)

  • Two complex (imaginary) roots
  • The parabola does not cross the x-axis
  • Roots come in conjugate pairs: $a + bi$ and $a - bi$
  • Example: $x^2 + 2x + 5 = 0$ has $\Delta = 4 - 20 = -16$ (roots: $-1 \pm 2i$)

Step-by-Step Example

Find the discriminant of $2x^2 - 7x + 3 = 0$

  1. Identify: $a = 2$, $b = -7$, $c = 3$
  2. Calculate: $\Delta = (-7)^2 - 4(2)(3)$
  3. Simplify: $\Delta = 49 - 24 = 25$
  4. Interpret: Since $\Delta > 0$, there are two distinct real roots

Visual Interpretation

The discriminant determines the parabola's relationship with the x-axis:

  • $\Delta > 0$: Parabola crosses the x-axis twice (two x-intercepts)
  • $\Delta = 0$: Parabola touches the x-axis once (vertex on x-axis)
  • $\Delta < 0$: Parabola floats above or below the x-axis (no x-intercepts)

Perfect Square Discriminants

If $\Delta$ is a perfect square (like 0, 1, 4, 9, 16...), the roots are **rational numbers**, meaning you can express them as fractions. This makes the equation factorable using integers.

Example: $x^2 - 5x + 6 = 0$ has $\Delta = 1 = 1^2$, so it factors as $(x-2)(x-3) = 0$

Applications

  • Physics: Determining if a projectile hits the ground (real roots) or misses (complex roots)
  • Engineering: Analyzing system stability and resonance frequencies
  • Economics: Break-even analysis for cost and revenue functions

Conclusion

The discriminant is a simple but powerful diagnostic tool. Before you waste time solving a quadratic, use our **Discriminant Calculator** to understand what kind of solution awaits you.