How to Do Quadratic Formula- Solving Second-Degree Equations
What the Quadratic Formula Actually Is
You have an equation that looks like ax² + bx + c = 0. The quadratic formula is the one-stop shop for solving it. No factoring, no graphing, just plug and chug.
Here's the formula:
x = (-b ± √(b² - 4ac)) / 2a
That's it. Memorize it. This is the only tool you need when factoring fails, which happens more often than teachers admit.
Breaking Down Each Part
Before you start plugging numbers in, know what you're looking at:
- a is the coefficient of x². Can't be zero, or you don't have a quadratic.
- b is the coefficient of x
- c is the constant term (the lone number with no x)
- b² - 4ac is called the discriminant. This tells you what kind of answers you'll get before you even solve
What the Discriminant Tells You
The number under the square root decides everything:
- Positive → two real solutions
- Zero → one real solution (both answers are the same)
- Negative → two complex solutions (involving i)
How to Actually Use It: Step by Step
Let's solve 2x² + 5x - 3 = 0
Step 1: Identify a, b, 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
Done. Two answers: x = 0.5 and x = -3.
Common Mistakes That Ruin Everything
- Forgetting parentheses around -b. The minus sign applies to the entire coefficient, not just the first term. If b = -3, then -b = 3.
- Squaring b wrong. b² means square the whole coefficient. (-5)² = 25, not -25.
- Sign errors on c. c = -3 means you subtract 4ac. If a is also negative, the product is positive. Watch your negatives.
- Forgetting to divide the discriminant by 2a. After taking the square root, you still have to divide the whole numerator by 2a.
Quadratic Formula vs. Other Methods
You have three ways to solve quadratics. Here's when to use each:
| Method | When to Use | Speed |
|---|---|---|
| Factoring | When numbers are small and cooperative | Fast (if it works) |
| Completing the Square | When deriving the formula or dealing with vertex form | Slow |
| Quadratic Formula | Always works. Use this when stuck. | Consistent |
Factoring only works when the numbers cooperate. The quadratic formula works every time. That's why it's the default move.
Getting Started: Your Action Plan
If you're staring at a quadratic and don't know where to start:
- Rewrite the equation in standard form: ax² + bx + c = 0
- Identify a, b, and c
- Write the formula with your numbers substituted
- Calculate the discriminant first (b² - 4ac)
- Solve both versions: one with +, one with -
- Check your answers by plugging them back in
That's the entire process. No magic, no shortcuts that work every time. Just the formula.
When You'll Actually Need This
Physics problems involving projectile motion. Finance calculations with parabolic relationships. Engineering load calculations. This formula shows up in actual work, not just homework.
But for now, just practice. The more you use it, the less you'll need to think about the steps. Eventually it becomes automatic.