How to Solve Using the Quadratic Formula- Complete Solution Guide
What the Quadratic Formula Actually Is
The quadratic formula is:
x = (-b ± √(b² - 4ac)) / 2a
That's it. This one equation solves any quadratic equation in the form ax² + bx + c = 0, where a, b, and c are numbers and a cannot be zero.
You don't have to factor. You don't have to complete the square. Plug in the numbers, do the arithmetic, and you're done.
When to Use This Formula
Use the quadratic formula when:
- The equation won't factor nicely
- You're asked to use it specifically
- You need exact answers (not decimal approximations from graphing)
- The coefficients are messy numbers
If something factors easily, factoring is faster. But when it doesn't factor, this formula never fails.
The Discriminant: What It Actually Tells You
The part under the square root—b² - 4ac—is called the discriminant. It tells you what kind of answers you'll get before you finish the problem.
Three Possible Outcomes
- Discriminant > 0: Two real solutions
- Discriminant = 0: One repeated solution
- Discriminant < 0: Two complex solutions (involving i)
Calculate this first. It saves you from doing unnecessary work if you discover you have complex roots.
Step-by-Step: How to Actually Do It
Let's work through: 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
25 - 4(2)(-3) = 25 + 24 = 49
√49 = 7
Step 4: Split into two equations
x = (-5 + 7) / 4 = 2/4 = 1/2
x = (-5 - 7) / 4 = -12/4 = -3
Check both answers in the original equation. They work. Done.
Another Example With Complex Numbers
Solve: x² + 4x + 13 = 0
a = 1, b = 4, c = 13
Discriminant: 16 - 4(1)(13) = 16 - 52 = -36
Since it's negative, we have complex solutions:
x = (-4 ± √-36) / 2
√-36 = 6i
x = (-4 + 6i) / 2 = -2 + 3i
x = (-4 - 6i) / 2 = -2 - 3i
That's it. The "i" just means imaginary number. Your answer stays in that form unless told otherwise.
Comparing Solution Methods
| Method | Best When | Speed | Works When Factoring Fails |
|---|---|---|---|
| Factoring | Simple integers, easy numbers | Fastest | No |
| Graphing | Visual estimate needed | Medium | Yes, but approximate |
| Quadratic Formula | Always works | Slower | Yes, always |
| Completing the Square | Deriving the formula, vertex form | Slowest | Yes |
Common Mistakes That Ruin Your Answer
- Forgetting to divide by 2a: The denominator applies to the entire numerator, including the negative b term
- Sign errors with c: If c is negative, it stays negative inside the formula
- Squaring b incorrectly: (-b)² is not the same as b² - 4ac
- Simplifying too early: Get everything set up before doing arithmetic
Getting Started: Your Action Steps
- Write your equation in standard form: ax² + bx + c = 0
- Circle a, b, and c clearly
- Calculate the discriminant first to know what you're dealing with
- Set up the formula with your numbers
- Simplify the square root if possible
- Solve both versions (+ and -)
- Check your answers
The Bottom Line
The quadratic formula works on every quadratic equation. Period. It's not the fastest method when factoring is possible, but it's reliable. Memorize it, understand why the discriminant matters, and practice the arithmetic until you stop making sign mistakes.