What does the discriminant tell you?

The discriminant tells you exactly how many real solutions a quadratic equation has, and what type they are. It is a quick test you can run before doing any heavy lifting. Think of the discriminant like a movie trailer. It gives you a preview of the ending (the roots of the equation) without making you sit through the entire movie (calculating the full quadratic formula).

What is the discriminant?

When you look at the standard quadratic formula, x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}, the discriminant is just the piece underneath the square root. Its formula is b24acb^2 - 4ac. We use it because the behavior of a square root dictates what kinds of answers we can get. Since you can only take the real square root of a positive number or zero, this small expression controls the entire outcome of the equation.

Why it works

There are three possible outcomes when you calculate b24acb^2 - 4ac. If the result is positive, you have a positive number under the square root, meaning you will add and subtract it to get two distinct real solutions. If the result is exactly zero, the square root of zero is zero, meaning the plus-or-minus part disappears and you get exactly one real solution. If the result is negative, you cannot take the square root of a negative number in the real number system, so you have zero real solutions (instead, you get two complex solutions).

Where students slip up

The most common mistake is forgetting to put the quadratic equation into standard form before finding aa, bb, and cc. The equation must look like ax2+bx+c=0ax^2 + bx + c = 0. If you have x2+5x=6x^2 + 5x = -6, you cannot say cc is 6-6. You have to add 6 to both sides first. Another frequent trap is dropping negative signs when squaring bb. Remember that (3)2(-3)^2 is positive 9, not negative 9.

Worked through

Determine the number and type of solutions for the equation 2x24x+5=02x^2 - 4x + 5 = 0 using the discriminant.

First, identify your coefficients from the standard form: a=2a = 2, b=4b = -4, and c=5c = 5. Next, plug these into the discriminant formula, which is b24acb^2 - 4ac. This gives us (4)24(2)(5)(-4)^2 - 4(2)(5). Simplifying this, we get 164016 - 40, which equals 24-24. Since the discriminant is negative (24<0-24 < 0), there are zero real solutions. The equation has two complex solutions.

Questions students ask

Ask about this topic

Where this comes from: OpenStax Intermediate Algebra, Chapter 9: Quadratic Equations and Functions · Khan Academy: Quadratic equations & functions unit, The discriminant

See also