Completing the Square Problems- Practice and Solutions
What Completing the Square Actually Is
Completing the square is an algebra technique that converts a quadratic expression from standard form into a perfect square trinomial plus a constant. It's not some fancy trick—it's a mechanical process with a specific purpose: making quadratic equations easier to solve and parabolas easier to graph.
You need this when the quadratic formula feels like overkill, when you're deriving vertex form, or when you're working through conic sections later. This is a foundational skill, not optional math fluff.
The Formula You Must Memorize
For any quadratic in the form ax² + bx + c, completing the square gives you:
x² + bx + (b/2)² = (x + b/2)²
That's it. The (b/2)² term is the key. Take half of the coefficient of x, then square it. Add this value to both sides of your equation to create a perfect square on the left.
Step-by-Step Process
Here's how to actually do this. No motivational quotes—just the math.
The Method
- Start with your quadratic in standard form: ax² + bx + c = 0
- If a ≠ 1, divide everything by a first
- Move the constant term to the right side
- Take half of b, square it, and add to both sides
- Factor the left side into a binomial squared
- Solve for x using square roots
Practice Problems with Solutions
Problem 1: Basic Completion
Solve: x² + 6x + 5 = 0
Step 1: Move the constant to the right
x² + 6x = -5
Step 2: Complete the square. Half of 6 is 3. Square it: 9. Add 9 to both sides
x² + 6x + 9 = -5 + 9
Step 3: Factor and simplify
(x + 3)² = 4
Step 4: Take the square root
x + 3 = ±2
Solution: x = -1 or x = -5
Problem 2: Coefficient Greater Than 1
Solve: 2x² + 8x - 10 = 0
Step 1: Divide by 2 because a ≠ 1
x² + 4x - 5 = 0
Step 2: Move constant to right
x² + 4x = 5
Step 3: Half of 4 is 2. Square it: 4. Add to both sides
x² + 4x + 4 = 5 + 4
Step 4: Factor
(x + 2)² = 9
Step 5: Square root
x + 2 = ±3
Solution: x = 1 or x = -5
Problem 3: No Real Solutions
Solve: x² + 4x + 13 = 0
Move constant: x² + 4x = -13
Complete: x² + 4x + 4 = -13 + 4
Factor: (x + 2)² = -9
Solution: No real solutions. You cannot take the square root of a negative number in the real number system. This happens. Move on.
Problem 4: Write in Vertex Form
Convert y = x² - 10x + 7 to vertex form
Complete the square directly on the expression:
y - 7 = x² - 10x
Half of -10 is -5. Square it: 25. Add to both sides:
y - 7 + 25 = (x - 5)²
Simplify:
y = (x - 5)² - 18
Vertex is at (5, -18). That's what you needed.
Common Mistakes That Will Cost You Points
- Forgetting to divide by a first. If your quadratic starts with 3x² and you try to complete the square without dividing, you'll get the wrong answer every time.
- Adding the completed term to only one side. Whatever you add to the left, you must add to the right. Always.
- Messing up the sign. Half of -8 is -4, not 4. Watch your signs when the coefficient of x is negative.
- Not simplifying. (x + 3)² = 9 gives you x + 3 = ±3. Some students stop at the squared form and forget to finish.
Completing the Square vs. Quadratic Formula
| Method | Best When | Speed |
|---|---|---|
| Quadratic Formula | Any quadratic, especially with messy numbers | Plug and chug |
| Completing the Square | Converting to vertex form, deriving the formula itself | Fewer steps for simple coefficients |
| Factoring | When the quadratic factors neatly | Fastest if you can spot it |
You don't need to choose one method exclusively. Use what works. Factoring is fastest when it works. Completing the square is essential when you need vertex form. The quadratic formula is your fallback for everything else.
Quick Reference Cheat Sheet
- x² + 2x + 1 = (x + 1)² → half of 2 is 1, square it = 1
- x² - 6x + 9 = (x - 3)² → half of -6 is -3, square it = 9
- x² + 10x + 25 = (x + 5)² → half of 10 is 5, square it = 25
Notice a pattern? The constant term is always the square of half the x-coefficient. That's the whole trick.
When This Shows Up Later
Completing the square isn't just for solving homework problems. You'll use it again in:
- Analytic geometry when working with circles and ellipses
- Calculus when finding integrals involving quadratics
- Physics when analyzing projectile motion in vertex form
- Engineering for optimization problems
Master this now or struggle later. Those are your options.