Using Quadratic Formula- Solving Any Quadratic Equation
What the Quadratic Formula Actually Is
The quadratic formula is a single equation that solves any quadratic equation. Not just the nice ones. Not just the factorable ones. Any of them.
Here it is:
x = (-b ± √(b² - 4ac)) / 2a
That's it. Memorize it. It's the nuclear option for quadratic equations.
The Standard Form First
Before you use this formula, your equation needs to look like this:
ax² + bx + c = 0
Where a, b, and c are numbers, and a cannot be zero. If a equals zero, you don't have a quadratic—you have a linear equation, and you solve that completely differently.
Identifying a, b, and c
Look at this equation: 3x² + 5x - 2 = 0
- a = 3
- b = 5
- c = -2
Notice c is negative. That's fine. Just keep the sign.
The Discriminant: Your First Step
Before plugging numbers in, calculate the discriminant:
b² - 4ac
This tells you what kind of answers you'll get:
| Discriminant Value | Number of Real Solutions | Type of Solutions |
|---|---|---|
| Positive (> 0) | Two | Two different real numbers |
| Zero (= 0) | One | One repeated solution |
| Negative (< 0) | Zero | No real solutions (complex/imaginary) |
Check your discriminant first. It saves time.
Step-by-Step: Solving with the Formula
Let's solve 2x² + 7x - 4 = 0
Step 1: Identify a, b, c
a = 2, b = 7, c = -4
Step 2: Check the discriminant
b² - 4ac = 49 - 4(2)(-4) = 49 + 32 = 81
81 is positive. You'll get two real answers. Continue.
Step 3: Plug into the formula
x = (-7 ± √81) / 2(2)
x = (-7 ± 9) / 4
Step 4: Split into two equations
x = (-7 + 9) / 4 = 2/4 = 0.5
x = (-7 - 9) / 4 = -16/4 = -4
Your solutions are x = 0.5 and x = -4.
Verify by plugging them back into the original equation. They should equal zero.
When to Use This vs. Factoring
Factoring is faster when it works. The quadratic formula always works.
| Method | Best When | Speed |
|---|---|---|
| Factoring | Numbers are small, clean | Faster |
| Quadratic Formula | Doesn't factor easily, large numbers | Slower but reliable |
| Completing the Square | You need vertex form, derivation practice | Slowest |
If you spend more than 30 seconds trying to factor, just use the formula. Your time is worth something.
Common Mistakes
- Forgetting to square b correctly. b², not 2b.
- Screwing up the ± sign. You need BOTH versions.
- Dividing by 2a incorrectly. The denominator is 2a, applied to the entire numerator.
- Dropping negative signs on c. If c is negative, it stays negative inside the formula.
- Not simplifying √(discriminant) when it's a perfect square.
Getting Started: Your Process
- Move everything to one side so equation equals zero.
- Identify a, b, and c.
- Calculate the discriminant.
- Decide if you want real solutions (if not, stop here or move to complex numbers).
- Plug a, b, c into the formula.
- Simplify under the square root.
- Calculate both versions with ±.
- Simplify your fractions.
- Check your answers.
The Bottom Line
The quadratic formula works on every quadratic equation. There are no exceptions. You can derive it by completing the square on ax² + bx + c = 0, but you don't need to know that derivation to use it.
Memorize it. Practice it three times. Then you own it.