What is Completing the Square? ✨
Completing the Square is a method that transforms a quadratic equation into a perfect square trinomial. This helps us:
- Solve quadratic equations (find x-intercepts)
- Find the vertex of a parabola (maximum/minimum point)
- Rewrite quadratic functions in vertex form: y = a(x - h)² + k
Step-by-Step Guide 📝
- Start with: ax² + bx + c = 0
- Move constant: ax² + bx = -c
- Divide by a (if a ≠ 1): x² + (b/a)x = -c/a
- Find magic number: (b/2)²
- Add to both sides: x² + bx + (b/2)² = -c + (b/2)²
- Factor left side: (x + b/2)² = right side
- Solve for x: Take square root of both sides
Worked Examples 🧮
Example 1: x² + 6x + 5 = 0
Step 1: Move constant: x² + 6x = -5
Step 2: Find (6/2)² = 9
Step 3: Add to both sides: x² + 6x + 9 = -5 + 9
Step 4: Factor: (x + 3)² = 4
Step 5: Solve: x + 3 = ±2 → x = -1 or x = -5
Example 2: 2x² - 8x + 1 = 0
Step 1: Divide by 2: x² - 4x + 0.5 = 0
Step 2: Move constant: x² - 4x = -0.5
Step 3: Find (-4/2)² = 4
Step 4: Add to both sides: x² - 4x + 4 = -0.5 + 4
Step 5: Factor: (x - 2)² = 3.5
Step 6: Solve: x - 2 = ±√3.5 → x = 2 ± √3.5
⚠️ Common Mistakes to Avoid
- Forgetting to divide by a first when a ≠ 1
- Adding (b/2)² to only one side of the equation
- Wrong sign in the factored form: (x + b/2)² not (x - b/2)²
- Missing ± when taking square roots
💡 Tips & Tricks
- Memory aid: "Half the middle, square it, add to both"
- Check your work: Expand (x + h)² to verify
- Vertex connection: After (x - h)² + k, vertex is at (h, k)
- Practice pattern: The middle term is always 2 times your h value
Practice Suggestions 📚
- Start with simple quadratics where a = 1
- Practice identifying perfect square trinomials
- Work backwards: expand (x + h)² to see the pattern
- Mix with factoring and quadratic formula to see connections
- Use graph to check: vertex should match your (h,k) values