Your Ultimate Goal for Solving Quadratic Functions
What Solving Quadratic Functions Actually Means
You have an equation that looks like ax² + bx + c = 0. Your goal is finding the x-values that make this statement true. Those x-values are called roots or zeros.
That's it. No philosophy. No deeper meaning. Just find the numbers that work.
The Four Methods You're Actually Going to Use
Most textbooks throw five different approaches at you. In reality, you'll rely on these four:
- Factoring — fastest when it works
- Quadratic Formula — works every time
- Completing the Square — good for vertex form
- Graphing — visual check, not precise
Factoring: Use It When Numbers Are Small
You're looking for two numbers that multiply to give c and add to give b.
Example: x² + 5x + 6 = 0
What multiplies to 6 and adds to 5? 2 and 3.
So: (x + 2)(x + 3) = 0
Set each bracket to zero: x = -2 or x = -3
Factoring breaks down when numbers get ugly. Don't waste 10 minutes trying to factor x² + 7x - 15. Move on.
The Quadratic Formula: Your Workhorse
This formula solves every quadratic equation:
x = (-b ± √(b² - 4ac)) / 2a
Plug in a, b, and c from your standard form equation. Do the math. Done.
Example: 2x² + 4x - 6 = 0
a=2, b=4, c=-6
x = (-4 ± √(16 - 4(2)(-6))) / 2(2)
x = (-4 ± √(16 + 48)) / 4
x = (-4 ± √64) / 4
x = (-4 ± 8) / 4
x = 1 or x = -3
The discriminant (b² - 4ac) tells you what you're dealing with:
- Positive → two real solutions
- Zero → one repeated solution
- Negative → no real solutions (complex numbers)
Completing the Square: Useful for Graphing
Convert ax² + bx + c into vertex form: a(x - h)² + k
The vertex (h, k) tells you the parabola's minimum or maximum point.
Example: x² + 6x + 5 = 0
x² + 6x = -5
Take half of 6, square it: (6/2)² = 9
Add 9 to both sides:
x² + 6x + 9 = 4
(x + 3)² = 4
x + 3 = ±2
x = -1 or x = -5
Graphing: Don't Rely on This for Answers
You can see where the parabola crosses the x-axis, but eyeballing isn't precise. Use graphing to verify your algebraic answers, not to find them.
Which Method Should You Use?
| Method | Speed | Reliability | Best For |
|---|---|---|---|
| Factoring | Fastest | Only if factors are nice | Simple equations |
| Quadratic Formula | Medium | Always works | Any quadratic |
| Completing the Square | Slow | Always works | Vertex form, deriving formula |
| Graphing | N/A | Visual only | Verification |
How to Actually Solve Any Quadratic Equation
Step 1: Get It in Standard Form
Move everything to one side so you have ax² + bx + c = 0.
Example: x² = 8 - 2x becomes x² + 2x - 8 = 0
Step 2: Check if Factoring Works
Look at c. Can you find two numbers that multiply to c and add to b?
If yes → factor and solve. If no → skip to step 3.
Step 3: Use the Quadratic Formula
Identify a, b, c. Plug into x = (-b ± √(b² - 4ac)) / 2a
Calculate the discriminant first. Know what you're dealing with.
Step 4: Simplify
Break down the square root if possible. Reduce your fractions. That's your answer.
Common Mistakes That Cost You Points
- Forgetting to set the equation to zero first. You can't factor x² = 5x + 6 directly. Rearrange it.
- Losing the negative sign. -b means negate b. If b = -3, then -b = 3.
- Screwing up the ±. You get TWO answers. Don't just write one.
- Bad discriminant calculation. b² - 4ac. Square b first, then subtract 4ac.
- Forgetting to divide by 2a. The entire numerator goes over 2a.
When You're Stuck
If factoring takes more than 2 minutes, stop. Use the quadratic formula instead. It's not a race. Getting the right answer matters more than showing off factoring skills that don't exist for ugly coefficients.
The quadratic formula is reliable. Factoring is convenient. Know when to use each one and you'll solve these equations without the frustration.