Quadratic Equations- Complete Solving 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 "quadratic" part comes from the highest power being 2 (the exponent on x).
If you're taking algebra, you'll encounter these everywhere. They're not optional. Master them or keep struggling.
The Standard Form
Every quadratic equation looks like this:
ax² + bx + c = 0
Here's what each part means:
- a = coefficient of x² (tells you if the parabola opens up or down)
- b = coefficient of x (affects where the vertex sits horizontally)
- c = constant term (where the parabola crosses the y-axis)
Example: 3x² - 5x + 2 = 0 has a = 3, b = -5, c = 2.
Methods for Solving Quadratic Equations
You have four main options. Pick the right one for the job.
| Method | Best When | Difficulty |
|---|---|---|
| Factoring | Equation factors easily, small numbers | Easy (when it works) |
| Square Root Method | No x term (bx = 0) | Easy |
| Completing the Square | Vertex form needed, perfect square trinomials | Medium |
| Quadratic Formula | Always works, factoring is messy or impossible | Medium |
The quadratic formula works on every quadratic equation. That's why it's your best friend.
The Quadratic Formula (Your Go-To Tool)
For ax² + bx + c = 0, the solutions are:
x = (-b ± √(b² - 4ac)) / 2a
That's it. Memorize this formula. It solves anything.
Breaking Down the Formula
- Plug in a, b, c from your equation
- Calculate b² - 4ac first (the discriminant)
- Solve the plus version: x = (-b + √discriminant) / 2a
- Solve the minus version: x = (-b - √discriminant) / 2a
Most equations give you two answers. That's normal.
How to Solve Any Quadratic Equation
Step 1: Identify a, b, c
Rewrite your equation in standard form if needed. Find the three coefficients.
Step 2: Check If Factoring Is Faster
For simple equations like x² - 9 = 0, factoring is quicker. Try it first. If it's messy, skip to step 3.
Step 3: Plug Into the Formula
Example: Solve 2x² + 5x - 3 = 0
a = 2, b = 5, c = -3
x = (-5 ± √(25 - 4(2)(-3))) / 2(2)
x = (-5 ± √(25 + 24)) / 4
x = (-5 ± √49) / 4
x = (-5 ± 7) / 4
x = 0.5 or x = -3
Two solutions. Done.
Understanding the Discriminant
The discriminant is b² - 4ac. It tells you what kind of answers you'll get:
- Positive (> 0): Two real solutions
- Zero (= 0): One repeated solution
- Negative (< 0): Two complex solutions (involving i)
Calculate it first. You'll know immediately if you're dealing with real numbers or not.
Common Mistakes to Avoid
- Forgetting to set the equation equal to zero first
- Sign errors when identifying b and c
- Messy arithmetic inside the square root
- Not simplifying your final answer
- Assuming factoring will always work (it won't)
When You'll Actually Use This
Quadratic equations show up in:
- Physics: Projectile motion (thrown balls, rockets)
- Engineering: Bridge arches, structural design
- Finance: Compound interest problems
- Computer graphics: Parabolic curves, trajectories
Your teacher isn't making you learn this for nothing.
Quick Reference
| Problem Type | Recommended Method |
|---|---|
| x² = 25 | Square root method |
| x² + 7x + 12 = 0 | Factoring (x+3)(x+4) |
| 2x² + 3x - 7 = 0 | Quadratic formula |
| x² + 6x + 9 = 0 | Factoring or completing square |
Know your options. Pick the fastest path to the answer.