Completing the Square

35 min
0/4 practice checks

Completing the square rewrites x2+bxx^2 + bx as a perfect bracketed square (plus a correction), so that the square-roots method applies to ANY quadratic.

The recipe: take half of bb, square it, add and subtract it.

x2+bx=(x+b2)2(b2)2x^2 + bx = \left(x + \tfrac{b}{2}\right)^2 - \left(\tfrac{b}{2}\right)^2

Worked example. Solve x2+6x+5=0x^2 + 6x + 5 = 0.

Half of 6 is 3; 32=93^2 = 9:

x2+6x+99+5=0    (x+3)24=0x^2 + 6x + 9 - 9 + 5 = 0 \;\Rightarrow\; (x + 3)^2 - 4 = 0
(x+3)2=4    x+3=±2(x + 3)^2 = 4 \;\Rightarrow\; x + 3 = \pm 2
x=1orx=5x = -1 \quad \text{or} \quad x = -5

Check: (1)2+6(1)+5=0(-1)^2 + 6(-1) + 5 = 0 ✓ and (5)2+6(5)+5=0(-5)^2 + 6(-5) + 5 = 0

What number must be added to x2+6xx^2 + 6x to complete the square?

Solve by completing the square: x2+6x+5=0x^2 + 6x + 5 = 0. Answer in the form x=… or x=…

To complete the square on x210xx^2 - 10x, you add…

Write x2+4x+1x^2 + 4x + 1 in completed-square form. Answer like (x+2)^2-3.