The quadratic formula solves any equation of the form ax² + bx + c = 0. Plug the coefficients into x = (-b ± √(b² - 4ac)) / (2a) and simplify. That's it — the formula always works, even when factoring fails.
Below we walk through two full examples, break the method into five clean steps, and flag the mistakes students most often make with signs and the discriminant.
Worked Example 1: Solve 2x² + 3x − 5 = 0
Identify the coefficients directly from the equation: a = 2, b = 3, c = -5.
- Write the formula:
x = (-b ± √(b² - 4ac)) / (2a). - Compute the discriminant:
b² - 4ac = 3² - 4(2)(-5) = 9 + 40 = 49. - Take the square root:
√49 = 7. - Plug in:
x = (-3 ± 7) / (2·2) = (-3 ± 7) / 4. - Split the ± into two solutions:
x = (-3 + 7)/4 = 4/4 = 1andx = (-3 - 7)/4 = -10/4 = -5/2.
Solutions: x = 1 and x = -5/2.
The Method in 5 Steps
- Rewrite the equation so one side is zero. Example:
x² = 6x - 9becomesx² - 6x + 9 = 0. - Identify a, b, and c. For
3x² - 4x + 1 = 0, that'sa = 3, b = -4, c = 1. Keep the signs attached. - Compute the discriminant D = b² − 4ac. For
a=1, b=-4, c=1:D = 16 - 4 = 12. - Plug into x = (-b ± √D) / (2a). Watch the negative on
-b: ifb = -6, then-b = 6. - Simplify each branch separately. One equation with ± becomes two clean solutions.
What the discriminant tells you
- D > 0: two distinct real solutions.
- D = 0: one repeated real solution.
- D < 0: two complex solutions (involving
i).
Worked Example 2: Solve x² − 6x + 4 = 0
Here a = 1, b = -6, c = 4.
- Discriminant:
b² - 4ac = (-6)² - 4(1)(4) = 36 - 16 = 20. - Simplify the radical:
√20 = √(4·5) = 2√5. - Apply the formula:
x = -(-6) ± 2√5) / (2·1) = (6 ± 2√5) / 2. - Reduce:
x = 3 ± √5.
Solutions: x = 3 + √5 and x = 3 - √5. Numerically, that's about 5.236 and 0.764.
Common Mistakes
- Dropping the negative on b. The formula starts with
-b, so ifb = -6, you write+6, not-6. - Forgetting to set the equation to zero first. You cannot read off
a, b, cfrom2x² + 3x = 5— move the 5 over first. - Sign errors in −4ac. If
cis negative,-4acbecomes positive and increases the discriminant. - Dividing only part of the numerator by 2a. Both
-band√Dget divided — use parentheses or a fraction bar. - Simplifying the radical too late. Reduce
√20to2√5before dividing, so the final fraction cancels cleanly.
You now have the formula, the discriminant check, and the two-branch split. The fastest way to lock it in is to work a few problems where a coach nudges you the moment you drop a sign — not after you've written the whole answer. Try a guided quadratic below and see the method click.