Questions on the algebraic operation of completing the square. Should probably be used with the (algebra-precalculus) tag.
To illustrate with a simple example, to complete the square for an expression such as $x^2+6x-1$ means to add another term (or terms) in such a way that the result is a perfect square:
$$(x^2+6x-1)+10=(x+3)^2\ .$$
When applied to quadratic expressions like the one above, completing the square helps us see geometric information about the graph of the expression. For example, the graph of $y = x^2+6x-1$ is a parabola that has its vertex at the coordinates $(-3,-10)$, which we can see in the re-expression of the equation as $y = (x+3)^2-10$. In general, the formula for completing the square of a quadratic polynomial looks like
$$x^2+bx+c \;\;=\;\; \left(x+ \frac{b}{2} \right)^2 +c - \frac{b^2}{4}$$
This concept can be extended to functions of more than one variable.