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

  1. Start with your quadratic in standard form: ax² + bx + c = 0
  2. If a ≠ 1, divide everything by a first
  3. Move the constant term to the right side
  4. Take half of b, square it, and add to both sides
  5. Factor the left side into a binomial squared
  6. 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

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

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:

Master this now or struggle later. Those are your options.