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: 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:

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?

MethodSpeedReliabilityBest For
FactoringFastestOnly if factors are niceSimple equations
Quadratic FormulaMediumAlways worksAny quadratic
Completing the SquareSlowAlways worksVertex form, deriving formula
GraphingN/AVisual onlyVerification

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

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.