Quadratic Formula- Clear Definition and Use

What the Quadratic Formula Actually Is

The quadratic formula is a single equation that solves any quadratic equation. That's it. You plug in your numbers, do the math, and get your answers.

Here's the formula:

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

It works every time. Factoring? Completing the square? They're just detours. This is the direct route.

Breaking Down Each Part

Before you use it, you need to know what goes where.

The ± symbol means you'll get two answers in most cases. One uses plus, one uses minus.

When to Use This Formula

Use it when:

Here's the uncomfortable truth: some quadratics factor easily, but plenty don't. x² - 7x + 3 = 0 has no nice factors. This formula handles it without complaint.

Getting Started: A Step-by-Step Example

Solve: 2x² + 5x - 3 = 0

Step 1: Identify a, b, and c

Match your equation to the standard form ax² + bx + c = 0.

Step 2: Plug into the formula

x = (-5 ± √(5² - 4(2)(-3))) / 2(2)

Step 3: Simplify inside the square root

5² - 4(2)(-3) = 25 - (-24) = 25 + 24 = 49

√49 = 7

Step 4: Solve both versions

x = (-5 + 7) / 4 = 2/4 = 0.5

x = (-5 - 7) / 4 = -12/4 = -3

Your solutions are x = 0.5 and x = -3. Verify by plugging them back in — they work.

The Discriminant: What It Tells You

The part under the square root (b² - 4ac) is called the discriminant. It tells you what kind of answers you're getting before you finish the problem.

Discriminant Value What It Means
Positive (b² - 4ac > 0) Two real solutions
Zero (b² - 4ac = 0) One repeated solution
Negative (b² - 4ac < 0) Two complex solutions (involving i)

Check the discriminant first. You'll know immediately if you're dealing with real numbers or if you're about to enter imaginary territory.

Quadratic Formula vs. Other Methods

You have three main tools for solving quadratics. Here's the honest comparison:

Method Speed Reliability Best For
Factoring Fast when it works Inconsistent — fails often Simple coefficients, integer solutions
Completing the Square Medium Always works Deriving the formula, vertex form
Quadratic Formula Medium to slow Always works Everything else — especially messy numbers

The quadratic formula is your fallback. It's not always the fastest, but it's always dependable.

Common Mistakes to Avoid

When the Discriminant Is Negative

If b² - 4ac < 0, you'll get a negative number under the square root. That means your solutions are complex numbers.

Example: x² + 4x + 7 = 0

b² - 4ac = 16 - 28 = -12

√(-12) = 2√3 · i

Your solutions are x = (-4 ± 2√3 i) / 2 = -2 ± √3 i

This isn't a failure of the formula. The equation genuinely has no real solutions. The discriminant just told you that upfront.

Bottom Line

The quadratic formula solves every quadratic equation you'll encounter. Memorize it. Know what a, b, and c represent. Practice the arithmetic until it's automatic.

Factoring has its place for simple problems. But when things get ugly — and they will — this formula is the one that won't let you down.