Completing the Square- Step-by-Step Process
What Completing the Square Actually Is
Completing the square is a technique that rewrites any quadratic expression from standard form into a vertex form — essentially, a perfect square trinomial plus a constant.
It looks like this transformation:
ax² + bx + c → a(x + d)² + e
That's it. That's the whole point. You take a messy quadratic and force it into a shape that makes solving equations and graphing way easier.
Why Bother Learning This?
Three reasons:
- It solves quadratic equations when factoring fails
- It finds the vertex of a parabola without calculus
- It shows up constantly in conic sections, optimization, and physics problems
Graphing calculators do this automatically now. But if you can't do it by hand, you won't understand why the answer is what it is.
The Step-by-Step Process
Standard Case: a = 1
When your quadratic starts with x² (no coefficient), the process is straightforward.
Example: x² + 6x + 5
Step 1: Group the x-terms together. Ignore the constant for now.
x² + 6x + 5
Step 2: Take half of the x-coefficient, then square it.
6 ÷ 2 = 3 → 3² = 9
Step 3: Add and subtract that square inside the expression.
x² + 6x + 9 + 5 - 9
Step 4: Factor the perfect square trinomial.
(x + 3)² + 5 - 9
Step 5: Simplify the constant.
(x + 3)² - 4
Done. x² + 6x + 5 = (x + 3)² - 4
When a ≠ 1: The Extra Step
Coefficients on x² complicate things. You need to factor them out first.
Example: 2x² + 12x + 7
Step 1: Factor the coefficient of x² from the x-terms only.
2(x² + 6x) + 7
Step 2: Complete the square inside the parentheses.
6 ÷ 2 = 3 → 3² = 9
2(x² + 6x + 9 - 9) + 7
Step 3: Distribute the outer 2 to the subtracted term.
2(x² + 6x + 9) - 2(9) + 7
Step 4: Factor and simplify.
2(x + 3)² - 18 + 7
2(x + 3)² - 11
That's your answer.
Using This to Solve Equations
Completing the square becomes essential when factoring doesn't work.
Example: x² + 6x - 7 = 0
Step 1: Move the constant to the right side.
x² + 6x = 7
Step 2: Complete the square on the left.
x² + 6x + 9 = 7 + 9
Step 3: Factor and take the square root.
(x + 3)² = 16
x + 3 = ±4
Step 4: Solve for x.
x = 1 or x = -7
No guessing. No hoping factors magically appear. Just math.
Quick Reference: The Formula
If you want a shortcut, use the completing the square formula:
For x² + bx, add (b/2)²
That's literally all you need to remember. The whole process is just adding and subtracting that specific value.
Completing the Square vs. Other Methods
| Method | Speed | Works When | Best For |
|---|---|---|---|
| Factoring | Fastest | Nice integer roots | Simple problems, quick checks |
| Quadratic Formula | Fast | Always | When you need exact answers fast |
| Completing the Square | Slower | Always | Vertex form, deriving the quadratic formula, graphing |
| Graphing Calculator | Instant | Approximate solutions only | Real-world applications, verification |
Factoring is fastest when it works. The quadratic formula always works. Completing the square is slower but gives you structural insight the other methods don't.
Common Mistakes to Avoid
- Forgetting to add AND subtract the square term — you must keep the expression equal
- Forgetting to factor out the coefficient of x² before completing the square
- Messy arithmetic when distributing negative signs or constants
- Dropping the squared term when moving constants to the other side
If your numbers look ugly, you're probably making an arithmetic error. The process itself is mechanical.
When to Use This in Practice
You'll need completing the square when:
- Factoring fails (roots aren't integers or nice fractions)
- You need to find the vertex of a parabola
- You're deriving the quadratic formula (yes, that's where it comes from)
- Working with circles, ellipses, and hyperbolas in analytic geometry
- Solving optimization problems where you need to find maximum or minimum values
It's not the fastest method for every situation. But it's the method that always works and gives you the most information about what's actually happening.