
8.1. Completing the square 477
How can we solve this for 𝑥? Well, we need to undo the squaring operation, so we should
take the square root of both sides of the equation. This gives
𝑥 = ±
√
4 =⇒ 𝑥 = ±2. (8.2)
Note the “±” sign. Both −2 and 2 are solutions, so it would be incorrect to say only that
𝑥 = 2.
Always remember to include the “±” when taking a square root! Forgetting it
is a common error.
2. Here’s another equation:
(𝑥 − 3)
2
= 4. (8.3)
How can we solve this one? What you don’t want to do is expand the square on the lefthand
side to obtain 𝑥
2
− 6𝑥 + 9 = 4. Actually, for this problem this wouldn’t be a terrible idea,
because subtracting 4 from both sides would leave you with the polynomial 𝑥
2
− 6𝑥 + 5,
which can be factored quickly into (𝑥 − 5)(𝑥 − 1), yielding the solutions of 5 and 1. But
in general, expanding the square isn’t what you want to do, because unless the numbers
are chosen nicely, you won’t be able to factor the polynomial by trial and error.
What you do want to do with Eq. (8.3) is again take the square root of both sides, as we
did in Eq. (8.2). This gives
𝑥 − 3 = ±
√
4 =⇒ 𝑥 − 3 = ±2 =⇒ 𝑥 = 3 ± 2 =⇒ 𝑥 = 5 or 1. (8.4)
The only difference between this equation and Eq. (8.2) is that after taking the square root,
we’re now left with 𝑥 −3 on the lefthand side, instead of just 𝑥. But that’s not much of an
issue. We simply need to add 3 to both sides to isolate (solve for) 𝑥. And then we need to
evaluate the two answers stemming from the “±” sign.
Again, don’t forget the “±” sign! A quadratic equation has two solutions in general, and
you will obtain only one solution if you forget the “±.” However, in the special case where
the righthand side of Eq. (8.3) is zero, there is in fact only one solution, because you end
up with 𝑥 = 3 ± 0.
3. Here’s a third equation:
𝑥
2
− 6𝑥 + 9 = 4. (8.5)
How do we solve this? As mentioned above, you could subtract 4 from both sides and
then factor the polynomial. But that method works here only because the numbers were
chosen nicely. The better strategy is to note that the lefthand side is a perfect square. That
is, it is the square of the binomial 𝑥 − 3. So we can rewrite the equation as (𝑥 − 3)
2
= 4,
which we already solved above.
In short, you don’t want to expand a square if you’re given one, but you do want to write
an expression as a square if you can. That is, you want to “un-expand” it. You can then
simply take the square root and follow the steps in Eq. (8.4).