Quadratic Formula- Complete Guide with Step-by-Step Examples
What Is the Quadratic Formula and Why You Need It
The quadratic formula solves any equation in the form ax² + bx + c = 0. It works every time—unlike factoring, which only works when the numbers cooperate.
Here's the formula:
x = (-b ± √(b² - 4ac)) / 2a
That's it. Memorize it. It's your new best friend for algebra class, standardized tests, and any situation where factoring fails you—which happens more often than teachers admit.
Breaking Down the Formula
Before you plug anything in, understand what each piece represents:
- a = coefficient of x²
- b = coefficient of x
- c = constant term (no x)
The ± symbol means you'll get two answers—one using plus, one using minus. Most quadratic equations have two solutions.
The Discriminant: b² - 4ac
The part under the square root tells you what kind of answers to expect:
- Positive (b² - 4ac > 0): Two real solutions
- Zero (b² - 4ac = 0): One real solution (both answers are the same)
- Negative (b² - 4ac < 0): Two complex solutions (involves i)
Step-by-Step: How to Use the Quadratic Formula
Let's work through a real example:
Solve: 2x² + 5x - 3 = 0
Step 1: Identify a, b, and c
a = 2, b = 5, c = -3
Step 2: Plug into the formula
x = (-(5) ± √(5² - 4(2)(-3))) / 2(2)
Step 3: Simplify inside the square root
x = (-5 ± √(25 + 24)) / 4
x = (-5 ± √49) / 4
Step 4: Calculate both solutions
x = (-5 + 7) / 4 = 2/4 = 0.5
x = (-5 - 7) / 4 = -12/4 = -3
Answers: x = 0.5 and x = -3
Another Example: Handling Negative Numbers
Solve: x² - 4x + 4 = 0
Here a = 1, b = -4, c = 4
x = -(-4) ± √((-4)² - 4(1)(4)) / 2(1)
x = 4 ± √(16 - 16) / 2
x = 4 ± √0 / 2
x = 4/2 = 2
One solution. The discriminant was zero, so both answers collapsed into one.
When to Use Quadratic Formula vs. Factoring
Use this table to decide:
| Method | Best When | Downside |
|---|---|---|
| Factoring | Numbers are small, clean, obvious pairs | Fails often; not all equations factor nicely |
| Quadratic Formula | Always works; factoring is messy or impossible | More steps, more chances for arithmetic errors |
| Completing the Square | Deriving the formula or graphing parabolas | Slow and error-prone for simple problems |
The honest truth: most math teachers want you to try factoring first. But on timed tests? Go straight to the quadratic formula. It's faster and more reliable.
Common Mistakes That Will Sink You
- Forgetting to divide everything by a when a isn't 1. Always simplify coefficients first.
- Squaring negative numbers wrong. (-4)² = 16, not -16.
- Dropping the ±. You need both solutions unless the discriminant is zero.
- Arithmetic errors in the discriminant. This is where most mistakes happen—triple-check b² - 4ac.
Practice Problems
1. Solve: x² + 7x + 12 = 0
Answer: x = -3, x = -4
2. Solve: 3x² - 2x - 5 = 0
Answer: x = (2 ± √64) / 6 = (2 ± 8) / 6 → x = 5/3 or x = -1
3. Solve: x² + 6x + 9 = 0
Answer: x = -3 (double root)
Quick Reference Cheat Sheet
- Standard form: ax² + bx + c = 0
- Formula: x = (-b ± √(b² - 4ac)) / 2a
- Discriminant = b² - 4ac
- Positive discriminant = 2 real answers
- Zero discriminant = 1 real answer
- Negative discriminant = 2 complex answers
The Bottom Line
The quadratic formula is not optional. It's the tool you fall back on when everything else fails. Learn it, practice it, and you'll never get stuck on a quadratic again. 🔢