The Discriminant Formula- Quadratic Equations Explained

What Is the Discriminant Formula?

The discriminant formula is b² - 4ac. It's the part under the square root in the quadratic formula that tells you exactly what kind of roots you're dealing with.

Most students memorize the quadratic formula but completely ignore what the discriminant actually means. That's a mistake. You can solve equations without understanding them, but you'll always struggle when problems get tricky.

The Quadratic Equation Basics

A quadratic equation has the form:

ax² + bx + c = 0

Where:

The full quadratic formula solves for x:

x = (-b ± √(b² - 4ac)) / 2a

The discriminant is b² - 4ac. That's it. That's the part that determines everything.

What the Discriminant Actually Tells You

The discriminant value tells you three things about the roots:

That's the whole story. Nothing else to it.

Discriminant Results Explained

When b² - 4ac > 0 (Positive)

You get two different real numbers. The parabola crosses the x-axis at two points.

Example: x² - 5x + 6 = 0

Discriminant = (-5)² - 4(1)(6) = 25 - 24 = 1

Roots are x = 2 and x = 3

When b² - 4ac = 0 (Zero)

You get one real root, but it repeats twice. The parabola touches the x-axis at one point.

Example: x² - 4x + 4 = 0

Discriminant = (-4)² - 4(1)(4) = 16 - 16 = 0

Root is x = 2 (appears twice)

When b² - 4ac < 0 (Negative)

No real roots exist. The square root of a negative number gives you an imaginary result. The parabola doesn't touch the x-axis at all.

Example: x² + x + 1 = 0

Discriminant = (1)² - 4(1)(1) = 1 - 4 = -3

Roots are complex: x = (-1 ± i√3) / 2

Quick Reference Table

Discriminant Value Root Type Number of Real Roots Graph Behavior
b² - 4ac > 0 Two distinct real roots 2 Parabola crosses x-axis twice
b² - 4ac = 0 One repeated real root 1 Parabola touches x-axis once
b² - 4ac < 0 Complex conjugate roots 0 Parabola stays above or below x-axis

How to Find the Discriminant: Step by Step

Here's exactly what you do:

  1. Identify a, b, and c from your equation
  2. Square the b value (watch the sign—it stays positive when squared)
  3. Multiply 4 × a × c
  4. Subtract the result from b²
  5. Interpret the result

Let's work through an example:

Problem: Find the discriminant of 3x² + 5x - 2 = 0

Step 1: a = 3, b = 5, c = -2

Step 2: b² = 25

Step 3: 4ac = 4 × 3 × (-2) = -24

Step 4: b² - 4ac = 25 - (-24) = 49

Step 5: 49 > 0, so two real roots exist

You can verify: x = (-5 ± 7) / 6, giving x = 1/3 and x = -2

Why the Discriminant Matters

You might wonder why you need this. Here's why:

Common Mistakes to Avoid

Students mess this up in predictable ways:

Real World Application

The discriminant appears in physics problems involving projectile motion. When calculating when a projectile hits the ground, you set height equal to zero. If the discriminant is negative, the projectile never reaches that height. If it's zero, it touches exactly once. If positive, it passes through that height twice.

This applies to any quadratic modeling situation — profit functions, area problems, optimization tasks. The discriminant tells you immediately whether your equation has physical meaning in the context.

Bottom Line

The discriminant is just b² - 4ac. It tells you whether you have two roots, one root, or no real roots. Calculate it first, then decide how to proceed. This simple check saves time and prevents wasted effort on problems that don't have real solutions.