Solving Quadratic Equations- McLittle Douglas Algebra 1 Guide
What Is a Quadratic Equation?
A quadratic equation is any equation that can be written in the form ax² + bx + c = 0, where a, b, and c are constants, and a ≠ 0. The x² term is what makes it quadratic. No x²? Then you're not solving a quadratic.
These equations show up everywhere. Physics, engineering, finance, computer graphics. If you want to model anything that curves, quadratics are involved.
The Standard Form
You need to recognize quadratic equations when you see them. They don't always look clean.
- 2x² + 5x - 3 = 0 — this is standard form
- x² = 9 — rearrange it to x² - 9 = 0
- (x - 2)(x + 5) = 0 — expanded form is x² + 3x - 10 = 0
Get everything on one side. Zero on the other. That's your setup.
Methods for Solving Quadratic Equations
Four main approaches. Each has a time and place.
1. Factoring
Fastest method when it works. But it doesn't always work. Some quadratics don't factor neatly.
Example: x² + 5x + 6 = 0
Find two numbers that multiply to 6 and add to 5. That's 2 and 3.
(x + 2)(x + 3) = 0
Set each factor to zero: x = -2 or x = -3
Factoring requires practice. You either see the numbers or you don't. If you're stuck for more than 30 seconds, move to the quadratic formula.
2. The Quadratic Formula
This works every time. Every single time. Memorize it.
x = (-b ± √(b² - 4ac)) / 2a
Plug in your a, b, and c values. Do the arithmetic. That's it.
Example: 2x² + 7x - 4 = 0
- a = 2, b = 7, c = -4
- x = (-7 ± √(49 - 4(2)(-4))) / 2(2)
- x = (-7 ± √(49 + 32)) / 4
- x = (-7 ± √81) / 4
- x = (-7 ± 9) / 4
- x = 2/4 = 1/2 or x = -16/4 = -4
Two solutions: x = 0.5 and x = -4
3. Completing the Square
Useful when you need vertex form or when the equation has a messy coefficient on x². Convert it to a perfect square trinomial.
Example: x² + 6x + 5 = 0
- Move constant: x² + 6x = -5
- Take half of 6, square it: (6/2)² = 9
- Add 9 to both sides: x² + 6x + 9 = 4
- Factor: (x + 3)² = 4
- Solve: x + 3 = ±2
- x = -1 or x = -5
4. Graphing
Find where the parabola crosses the x-axis. Works for visual learners or when you have a graphing calculator handy.
The x-intercepts are your solutions. If the parabola doesn't touch the x-axis, no real solutions exist.
The Discriminant: What It Tells You
The expression b² - 4ac under the square root is called the discriminant. It tells you what kind of answers you'll get before you solve.
- Positive discriminant → two distinct real solutions
- Zero discriminant → one repeated solution (both answers are the same)
- Negative discriminant → no real solutions, two complex solutions
Check the discriminant first. Save yourself unnecessary work if the answer turns out to be imaginary.
Comparison: Which Method to Use?
| Method | Speed | Reliability | Best When |
|---|---|---|---|
| Factoring | Fast | Limited | Numbers factor cleanly |
| Quadratic Formula | Medium | Always works | First choice for most problems |
| Completing the Square | Slow | Always works | Need vertex form |
| Graphing | Depends | Approximate | Visual context, calculator available |
Common Mistakes to Avoid
- Forgetting to move everything to one side — equations must equal zero
- Sign errors when applying the formula — b is often negative in the formula, watch your signs
- Dividing incorrectly — 2a is the denominator, not just 2
- Not checking your work — plug answers back into the original equation
- Assuming factoring will work — it often won't, and that's fine
Getting Started: Solving Any Quadratic
Follow this process every time:
- Identify a, b, c from ax² + bx + c = 0
- Check the discriminant — know what you're dealing with
- Apply the quadratic formula — it's reliable
- Simplify — break down √81 to 9, reduce fractions
- Verify — substitute both answers back into the original equation
That's the process. It works. Stop looking for shortcuts until you've mastered this.
When You'll Actually Use This
Quadratics aren't abstract math problems. They model real situations.
- Projectile motion — throw something, predict where it lands
- Area problems — maximize space with limited fencing
- Business calculations — profit functions, break-even points
- Engineering — structural loads, material stress
The algebra class version and the real-world version look different. But the solving process is identical.
Master the formula. Understand factoring. Know what the discriminant means. That's all you need for Algebra 1 level quadratics.