Complete the Square: Your Algebra Superpower
What is it? Completing the square is a technique to rewrite a quadratic expression (like x² + 6x + 5) into a perfect square trinomial plus or minus a constant. It's super useful for solving quadratic equations, graphing parabolas easily by finding the vertex, and even deriving the Quadratic Formula! 🧠
Step-by-Step Guide
- Start with the quadratic. Ensure the coefficient of x² is 1. If it's not, divide every term by that coefficient.
- Move the constant. Rewrite the equation so the x² and x terms are together, and the constant is on the other side of the equals sign.
- Find the "magic number." Take the coefficient of the x-term, divide it by 2, and square the result.
- Add it to both sides. Add this magic number to both sides of the equation. This makes the left side a perfect square trinomial.
- Factor and solve. Factor the perfect square trinomial. You'll get something like (x + a)². Then, take the square root of both sides and solve for x.
Visual Examples
Example 1: Solve x² + 6x + 5 = 0
- The x² coefficient is already 1.
- Move constant: x² + 6x = -5
- Magic number: (6/2)² = (3)² = 9
- Add to both sides: x² + 6x + 9 = -5 + 9 → x² + 6x + 9 = 4
- Factor & Solve: (x + 3)² = 4 → x + 3 = ±2 → x = -1 or x = -5
Example 2: Solve x² - 4x - 7 = 0
- x² coefficient is 1.
- Move constant: x² - 4x = 7
- Magic number: (-4/2)² = (-2)² = 4
- Add to both sides: x² - 4x + 4 = 7 + 4 → x² - 4x + 4 = 11
- Factor & Solve: (x - 2)² = 11 → x - 2 = ±√11 → x = 2 ± √11
Common Mistakes to Avoid
⚠️ Forgetting to add the constant to BOTH sides. If you only add it to one side, your equation becomes unbalanced.
⚠️ Using the wrong "magic number." Remember the pattern: (b/2)². Don't forget to divide by 2 first, then square.
⚠️ Sign errors in the binomial. The sign inside (x ± ?)² comes from the sign of the original x-term's coefficient.
Tips & Tricks
Memory Aid: The number you add is always half the middle, squared. Say it out loud!
Vertex Form: The final form (x - h)² + k instantly gives you the parabola's vertex at (h, k). This is a huge graphing shortcut!
Check Your Work: After factoring, expand (x + a)² to make sure you get back your original x² and x terms.
How to Practice
- Start with simple equations where the x² coefficient is 1 and the x-term coefficient is even.
- Practice writing the vertex form from standard form without solving the whole equation.
- Use online quizzes that give instant feedback. Try a mix of solving and graphing problems.