\begin{definition term="Completing the Square"}A method for solving quadratic equations by transforming the equation into a perfect square trinomial.\end{definition}
The completing the square method is a powerful technique for solving quadratic equations. It involves transforming the quadratic expression into a perfect square trinomial, making it easier to solve.
Steps to Complete the Square
- Ensure the coefficient of \$x^2\$ is 1. If not, divide the entire equation by the coefficient.
- Move the constant term to the other side of the equation.
- Add and subtract the square of half the coefficient of \$x\$ to the left side to form a perfect square trinomial.
- Rewrite the trinomial as a squared binomial.
- Solve for \$x\$ by taking the square root of both sides.
Completing the square is also useful for deriving the quadratic formula and for working with circles and parabolas in coordinate geometry.
Example 1: Solving by Completing the Square
Solve the equation \$x^2 + 6x - 7 = 0\$ by completing the square.
- Move the constant term to the other side:
- $$x^2 + 6x = 7$$
- Add and subtract the square of half the coefficient of \$x\$:
- Half of 6 is 3, and \$3^2 = 9\$.
- Add 9 to both sides:
- $$x^2 + 6x + 9 = 7 + 9$$
- Rewrite the left side as a squared binomial:
- $$(x + 3)^2 = 16$$
- Solve for \$x\$ by taking the square root of both sides:
- $$x + 3 = \pm 4$$
- Solve for \$x\$:
- \$x + 3 = 4 \implies x = 1\$
- \$x + 3 = -4 \implies x = -7\$
The solutions are \$x = 1\$ and \$x = -7\$.
NoteCompleting the square always works, but it can be more algebraically intensive than other methods like factoring or using the quadratic formula.
Example 2: Completing the Square with a Leading Coefficient
Solve the equation \$2x^2 + 8x - 10 = 0\$ by completing the square.
- Divide the entire equation by the leading coefficient (2):
- $$x^2 + 4x - 5 = 0$$
- Move the constant term to the other side:
- $$x^2 + 4x = 5$$
- Add and subtract the square of half the coefficient of \$x\$:
- Half of 4 is 2, and \$2^2 = 4\$.
- Add 4 to both sides:
- $$x^2 + 4x + 4 = 5 + 4$$
- Rewrite the left side as a squared binomial:
- $$(x + 2)^2 = 9$$
- Solve for \$x\$ by taking the square root of both sides:
- $$x + 2 = \pm 3$$
- Solve for \$x\$:
- \$x + 2 = 3 \implies x = 1\$
- \$x + 2 = -3 \implies x = -5\$
The solutions are \$x = 1\$ and \$x = -5\$.
Self reviewTry solving \$3x^2 + 12x - 9 = 0\$ by completing the square. What are the solutions?
Theory of KnowledgeHow does the method of completing the square illustrate the power of algebraic manipulation? What does this say about the nature of mathematical problem-solving?