Determining Number of Solutions Using the Discriminant

What the Discriminant Actually Is

The discriminant is the expression b² - 4ac from the quadratic formula. It lives inside a square root, which is why it matters. It tells you how many x-intercepts a parabola has before you even solve the equation.

That's it. One number. Three possible outcomes. The entire fate of your quadratic equation determined by a single calculation.

The Three Cases Explained

When b² - 4ac > 0 (Positive)

You get two distinct real solutions. The parabola crosses the x-axis twice. Both solutions are different numbers.

Example: x² - 5x + 6 = 0 has discriminant 25 - 24 = 1. Two real answers: x = 2 and x = 3.

When b² - 4ac = 0 (Zero)

You get one real solution. The parabola touches the x-axis at exactly one point. This is called a double root.

Example: x² - 6x + 9 = 0 has discriminant 36 - 36 = 0. One answer: x = 3.

When b² - 4ac < 0 (Negative)

You get zero real solutions. The parabola never touches the x-axis. Both solutions are complex numbers involving i.

Example: x² + 4x + 5 = 0 has discriminant 16 - 20 = -4. No real solutions.

How to Calculate It (Step by Step)

You need the equation in standard form first: ax² + bx + c = 0

Don't forget: if your equation is something like 3x² - 5x = 2, rearrange it to equal zero first. Move everything to one side. Many students lose marks here for skipping this step.

Examples That Make It Click

Example 1: 2x² + 7x + 3 = 0

a = 2, b = 7, c = 3

Discriminant = 49 - 4(2)(3) = 49 - 24 = 25

25 > 0, so two real solutions exist.

Example 2: 4x² - 12x + 9 = 0

a = 4, b = -12, c = 9

Discriminant = 144 - 144 = 0

Zero discriminant. One real solution.

Example 3: x² + 2x + 5 = 0

a = 1, b = 2, c = 5

Discriminant = 4 - 20 = -16

Negative. No real solutions. Both answers involve i.

Quick Reference Table

Discriminant Value Number of Real Solutions Graph Description
b² - 4ac > 0 Two distinct solutions Parabola crosses x-axis twice
b² - 4ac = 0 One solution (repeated) Parabola touches x-axis once
b² - 4ac < 0 Zero real solutions Parabola stays above or below x-axis

Common Mistakes to Avoid

Why This Actually Matters

The discriminant saves you time. Before calculators, before computers, before Wolfram Alpha—students had to complete the square or factor everything by hand just to find out if an equation had solutions. The discriminant tells you the answer in seconds.

In word problems, it tells you whether your scenario produces one answer, two answers, or none at all. A physics problem about projectile height? The discriminant tells you if the object ever reaches a certain height.

You don't need to solve the whole equation to know its behavior. That's the real value here.