Formula

Discriminant

Also written: b squared minus 4ac · discriminant formula

Δ=b24ac\Delta = b^2 - 4ac

The discriminant is the part of the quadratic formula under the square root. Its sign tells you how many real solutions a quadratic has, before you solve it.

What each part means

Δ\Delta
the discriminant, a capital Greek delta
a,b,ca, b, c
the coefficients of ax² + bx + c = 0

When to use it

You need to know how many real solutions a quadratic has, or whether a graph crosses the x-axis, without solving the whole equation.

What its sign tells you

DiscriminantReal solutionsThe parabola
Δ>0\Delta > 0twocrosses the xx-axis twice
Δ=0\Delta = 0one, repeatedtouches the axis at its vertex
Δ<0\Delta < 0nonenever reaches the axis
Why the sign decides it

The quadratic formula ends in ±b24ac\pm\sqrt{b^2 - 4ac}, so the discriminant is whatever sits under that root.

  • A positive value has two square roots, one positive and one negative, so ±\pm produces two different answers.
  • Zero has one square root, namely zero, so +0+0 and 0-0 give the same answer twice.
  • A negative value has no real square root, so the formula produces no real answer.

The three cases are not a rule to memorise. They are the three things a square root can do.

Worked examples

How many solutions does x2+4x+4=0x^2 + 4x + 4 = 0 have?

Δ=164(1)(4)=0\Delta = 16 - 4(1)(4) = 0

One repeated solution. The graph touches the xx-axis without crossing, and indeed x2+4x+4=(x+2)2x^2 + 4x + 4 = (x+2)^2, giving x=2x = -2 twice.

How many solutions does 3x2+x+5=03x^2 + x + 5 = 0 have?

Δ=14(3)(5)=160=59\Delta = 1 - 4(3)(5) = 1 - 60 = -59

Negative, so no real solutions. Worth computing first — it saves you from taking the square root of a negative partway through.

A perfect square is a hint

If Δ\Delta is a perfect square such as 11, 44 or 2525, the solutions are rational and the quadratic factors over the whole numbers. That is a fast check on whether factoring is worth attempting.

Lessons that teach this

Related