What Is Completing the Square?
Before diving into example problems, it’s helpful to clarify what completing the square actually means. At its core, completing the square is an algebraic method used to transform a quadratic expression of the form ax² + bx + c into a perfect square trinomial, which can be written as (x + d)² = e. This form is incredibly useful because it makes solving quadratic equations, graphing parabolas, and understanding the properties of quadratic functions much easier. For example, given a quadratic like x² + 6x + 5, completing the square lets you rewrite it as (x + 3)² - 4. This transformation can reveal the vertex of the parabola represented by the quadratic function and assist in finding the roots of the equation.Why Use Completing the Square?
Completing the square isn’t just a classroom exercise; it has practical applications in various fields such as physics, engineering, and economics. Some key reasons to use this method include:- **Solving quadratic equations** when factoring is difficult or impossible.
- **Deriving the quadratic formula** itself, as the formula emerges from completing the square on a general quadratic.
- **Graphing quadratic functions** by identifying the vertex form, which provides insight into the parabola’s shape and position.
- **Analyzing conic sections** beyond parabolas, such as circles and ellipses, where completing the square simplifies equations.
Step-by-Step Completing the Square Example Problems
Example 1: Simple Quadratic Expression
Let's start with a straightforward example to build a foundation. Solve: x² + 8x + 5 = 0 **Step 1: Move the constant term to the other side** x² + 8x = -5 **Step 2: Take half of the coefficient of x, square it, and add to both sides** Half of 8 is 4, and 4² = 16. Add 16 to both sides: x² + 8x + 16 = -5 + 16 x² + 8x + 16 = 11 **Step 3: Rewrite the left side as a perfect square** (x + 4)² = 11 **Step 4: Solve for x by taking the square root** x + 4 = ±√11 x = -4 ± √11 This example illustrates how completing the square transforms a quadratic into an easily solvable form.Example 2: Quadratic with a Leading Coefficient Other Than 1
What if the coefficient in front of x² isn’t 1? The process requires an extra step. Solve: 2x² + 12x + 7 = 0 **Step 1: Divide the entire equation by the leading coefficient (2) to normalize x²** x² + 6x + 3.5 = 0 **Step 2: Move the constant term** x² + 6x = -3.5 **Step 3: Take half of 6, square it, and add to both sides** Half of 6 is 3, 3² = 9 x² + 6x + 9 = -3.5 + 9 (x + 3)² = 5.5 **Step 4: Solve for x** x + 3 = ±√5.5 x = -3 ± √5.5 This problem demonstrates the importance of normalizing the quadratic before completing the square.Example 3: Completing the Square with Fractions
Tips for Mastering Completing the Square
Working through example problems is the best way to get comfortable with completing the square, but here are some handy tips that can help you avoid common pitfalls:- **Always normalize the quadratic first** if the leading coefficient isn’t 1 by dividing the entire equation.
- When taking half of the x coefficient, **be precise with signs and fractions** to prevent errors.
- Remember to **add the same value to both sides** of the equation to keep it balanced.
- Practice **rewriting the trinomial as a squared binomial**; recognizing perfect squares speeds up the process.
- Use completing the square to find the **vertex form of quadratic functions**, which is useful for graphing.
- When the square root of a number is irrational, leave it in **simplified radical form** rather than converting to decimal, unless specified.