Three Ways to Solve a Quadratic
Factoring, completing the square, and the quadratic formula — when to use which.
Fri May 01
What is a quadratic?
A quadratic equation has the form
There are three standard methods to solve it. Knowing which to reach for is half the battle.
Method 1 — Factoring
Works cleanly when the roots are integers or simple fractions.
Example: Solve
Find two numbers that multiply to 6 and add to −5: they are −2 and −3.
Tip: Always check by substitution. ✓
Method 2 — Completing the Square
Useful when factoring doesn't work neatly, and essential for deriving the quadratic formula.
Example: Solve
Step 1: Move the constant to the right.
Step 2: Add to both sides.
Step 3: Write the left side as a perfect square.
Step 4: Square root both sides.
Method 3 — The Quadratic Formula
Always works. Use it when the equation looks messy or the others fail.
Example: Solve
Here .
The Discriminant —
The expression under the square root tells you the nature of the roots before you solve:
| Value of | Roots |
|---|---|
| Two distinct real roots | |
| One repeated real root | |
| No real roots (complex) |
Which method to choose?
- Look for whole-number factors first — if you spot them in ~5 seconds, factor.
- Coefficient of is 1 and factoring fails? → Complete the square (or formula).
- Anything else, or in an exam under time pressure? → Quadratic formula, always safe.
Practice problems
Try these without looking at the solutions:
- (hint: completing the square)
Comments
Powered by giscus — uses GitHub Discussions, so you'll need a GitHub account to comment.
lib/config.ts.