When you have product like these
[tex]
\begin{align*}<br />
(x+a)^2 & = x^2 + 2ax + a^2\\<br />
(x-a)^2 & = x^2 - 2ax + a^2<br />
\end{align*}[/tex]
where [tex]a[/tex] may be a number, as in your problems, or another variable,
we refer to them as perfect squares . As examples
[tex]
\begin{align*}<br />
(x-5)^2 & = x^2 - 2(5)(x) + 5^2 = x^2 - 10x + 25\\<br />
(x+6)^2 & = x^2 + 2(6)(x) + 6^2 = x^2 + 12x + 36<br />
\end{align*}[/tex]
When we "complete the square" we are, in a sense, starting with a portion of the right-hand side and recreating the left.
Suppose you have
[tex]
x^2 + 12x[/tex]
and know that it is the first 2/3 of the expanded form of [tex](x+a)^2[/tex]. Two questions come up:
* What is the value of [tex]a[/tex]?
* How can we recreate the [tex](x+a)^2[/tex]?
Here is how: in the two perfect square formulae, the constant term is found with these steps:
1) Divide the coefficient of [tex]x[/tex] by [tex]2[/tex]
2) Square the result of step 1
The thing to remember when you use this process in an equation is this: when you add something to the left of the equation, exactly the same amount must be added to the left. Two examples.
First, use completing the square to simplify this equation.
[tex]x^2 + 10x = 4[/tex]
Here are the steps.
[tex]
\begin{align}<br />
x^2 + 10x & = 4 \\<br />
x^2 + 10x + 5^2 & = 4+5^2 \\<br />
(x+5)^2 & = 29<br />
\end{align}[/tex]
How did I decide to add [tex]5^2[/tex] to each side? Since [tex]{10}/2 = 5[/tex], the guidelines given above say that this is the appropriate choice.
One more:
[tex]
\begin{align*}<br />
4y^2 + 104y & = 30\\<br />
4\left(y^2 + 26y \right) & = 30\\<br />
y^2 + 26y & = \frac{30}{4} = 7.5\\<br />
y^2 + 26y + 13^2 & = 7.5 + 169\\<br />
(y+13)^2 & = 176.5<br />
\end{align*}[/tex]
\end{align*}
Here's how this relates to circles:
1) Group the [tex]x[/tex] terms and the [tex]y[/tex] terms
2) If the coefficients of [tex]x^2[/tex] and [tex]y^2[/tex] from the terms, and divide both sides of the equation by the coefficient
3) Complete the square on the [tex]x[/tex] terms, and [tex]complete the square on the [tex]y[/tex] terms, just as shown above<br />
4) When you simplify the left side and add the numbers on the right, your equation will be in standard form[/tex]