Completing the square can be a useful method for solving quadratic equations in cases in which it is not easy to rewrite an expression in factored form. For example, let’s solve this equation:
x2+5x−475=0
First, we’ll add 475 to each side to make things easier on ourselves.
x2+5x−475+475x2+5x=0+475=475
To complete the square, take 21 of the coefficient of the linear term, 5, which is 25, and square it, which is 425. Add this to each side:
x2+5x+425x2+5x+425=475+425=4100
Notice that 4100 is equal to 25, and rewrite it:
x2+5x+425=25
Since the left side is now a perfect square, let’s rewrite it:
(x+25)2=25
For this equation to be true, one of these equations must true:
x+25=5orx+25=-5
To finish up, we can subtract 25 from each side of the equal sign in each equation.
x=5−25x=25x=221orx=-5−25orx=-215orx=-721
It takes some practice to become proficient at completing the square, but it makes it possible to solve many more equations than we could by methods we learned previously.