March 2025

The Quadratic Formula: How to Use It

The quadratic formula solves any equation of the form ax² + bx + c = 0. You don't need to factor — just plug in a, b, and c.

x = (−b ± √(b² − 4ac)) ÷ 2a

The ± means you get two answers: one with + and one with −. Most quadratics have 0, 1, or 2 real solutions.

Step-by-step: 2x² + 5x − 3 = 0

Step 1: Identify a, b, and c.

ax² + bx + c = 0 → a = 2, b = 5, c = −3

Step 2: Plug into the formula.

x = (−5 ± √(5² − 4(2)(−3))) ÷ (2 × 2)
= (−5 ± √(25 + 24)) ÷ 4
= (−5 ± √49) ÷ 4
= (−5 ± 7) ÷ 4

Step 3: Split into two answers.

x = (−5 + 7) ÷ 4 = 2 ÷ 4 = ½
x = (−5 − 7) ÷ 4 = −12 ÷ 4 = −3

Solutions: x = ½ or x = −3

Check: 2(½)² + 5(½) − 3 = ½ + 2.5 − 3 = 0 ✓

The Discriminant: b² − 4ac

The expression under the square root tells you how many real solutions exist:

Example: x² − 4x + 4 = 0

a = 1, b = −4, c = 4. Discriminant = (−4)² − 4(1)(4) = 16 − 16 = 0. One solution.

x = (4 ± √0) ÷ 2 = 4 ÷ 2 = 2

So x² − 4x + 4 = (x − 2)², and the only solution is x = 2.

When to Use the Formula

Use the quadratic formula when:

For simple quadratics, factoring can be faster.

Common mistakes

Sign errors with −b: If b = −5, then −b = −(−5) = +5. Watch the double negative.

Forgetting the ±: The formula gives two solutions (or one, or none). Don't stop after just the + case.

Wrong discriminant: b² − 4ac, not b² − 4a. Make sure to multiply all three: 4 × a × c.

The discriminant

The expression under the square root, b² − 4ac, is called the discriminant. It tells you how many solutions exist:

Practice problems

1. Solve: x² + 5x + 6 = 0

Show answer
a=1, b=5, c=6. Discriminant = 25 − 24 = 1.
x = (−5 ± 1)/2 → x = −2 or x = −3

2. Solve: 2x² − 4x − 6 = 0

Show answer
a=2, b=−4, c=−6. Discriminant = 16 + 48 = 64.
x = (4 ± 8)/4 → x = 3 or x = −1

3. Find the discriminant: x² + 2x + 5 = 0

Show answer
4 − 20 = −16. Negative → no real solutions.

Try Arithmia