Circles and the Completing the Square Technique
Circles are useful in many Precalculus and Calculus problems (and in life). For a thorough review, study the following two lessons. Be sure to click-click-click the web exercises in each lesson to check your understanding!
- Quadratic Functions and the Completing the Square Technique (Focus attention on the technique of completing the square, which is needed in working with equations of circles.)
- Equations of Circles
For those of you who are short on time, however, a quick review is offered below. It might be all that you need!
For example, the circle with center $\,(2,-3)\,$ and radius $\,5\,$ might make its appearance in any of these equivalent forms:
$$ \begin{gather} \cssId{s15}{(x - 2)^2 + (y - (-3))^2 = 5^2}\cr\cr \cssId{s16}{x^2 - 4x + y^2 + 6y = 12}\cr\cr \cssId{s17}{(x-2)^2 + (y+3)^2 = 25}\cr\cr \cssId{s18}{x^2 + 6y = 12 + 4x - y^2}\cr\cr \cssId{s19}{x^2 - 4x + 4 + y^2 + 6y + 9 = 25}\cr\cr \cssId{s20}{2x^2 + 12y = 24 + 8x - 2y^2} \end{gather} $$You need to be able to recognize any of these equations as a circle, and then put it in standard form and graph it. Here are the tools you need:
Let $\,b\,,$ $\,c\,,$ and $\,d\,$ be real numbers, and let $\,a\,$ be a nonzero real number.
Equations of the form
$$\cssId{s29}{ax^2 + ay^2+bx+cy=d}$$graph as circles.
You must have both $\,x^2\,$ and $\,y^2\,$ terms, and they must have the same coefficient, when they are on the same side of the equation.
You are allowed (but not required) to have $\,x\,,$ $\,y\,,$ and constant terms.
You may not have any other term types.
It is possible to end up with a circle with radius zero, sometimes called a ‘point’ circle, like $\,x^2+y^2 = 0\,.$ The only solution to this equation is $\,(0,0)\,.$
It is also possible to end up with an ‘imaginary’ circle, like $\,x^2 + y^2 = -1\,.$ In this case, there are no real numbers $\,x\,$ and $\,y\,$ that make the equation true.
The technique of ‘completing the square’ is needed to put a circle in standard form:
The process of finding the correct number to add to an expression of the form $\ x^2+bx\ $ to form a perfect square trinomial is called completing the square.
The correct number to add is:
$$\cssId{s50}{ {\left(\frac{b}{2}\right)}^2}$$That is: take the coefficient of the $\,x\,$ term, divide it by $\,2\,,$ and then square the result. Then:
$$ \begin{align} &\cssId{s53}{\overset{\text{start with this}}{\overbrace{x^2 + bx}}}\cr\cr &\qquad \cssId{s54}{+ \overset{\text{and add this number}}{\overbrace{ {\left(\frac{b}{2}\right)}^2}}}\cr\cr &\qquad \cssId{s55}{= \overset{\text{to get a perfect square}}{\overbrace{ {\left(x + \frac{b}{2}\right)}^2}}} \end{align} $$Example: Identifying a Circle, Putting it in Standard Form, and Graphing
Solution: There are both $\,x^2\,$ and $\,y^2\,$ term types, and they have the same coefficient when they are on the same side of the equation.
The other terms in this equation are $\,x\,$ and constant terms, which are allowable term types for a circle.
Therefore, this is the equation of a circle. Put it in standard form as follows:
There is an $\,x\,$ term, so we need to complete the square to get an expression of the form $\,(x-h)^2\,.$
On both sides, add
$$\cssId{s77}{\bigl(\frac{-5/3}{2}\bigr)^2} \cssId{s78}{= \bigl(-\frac{5}{3\cdot 2}\bigr)^2} \cssId{s79}{= \frac{25}{36}}\,,$$which is the appropriate number to complete the square.
Once you know the center and radius of a circle, there are always four points that are easy to plot. Start at the center, and move up/down/left/right by the amount of the radius.
Another way to gain confidence in your work is to check at least one of these four easy points in the original equation. Let's check the point $\,(\frac{5}{6},\frac{11}{6})\,$:
$$ \begin{gather} \cssId{s92}{3x^2 - 5x - 7 = 1 - 3y^2}\cr\cr \cssId{s93}{3\left(\frac{5}{6}\right)^2 - 5\left(\frac{5}{6}\right) - 7 \ \ \overset{\text{?}}{=}\ \ 1 - 3\left(\frac{11}{6}\right)^2}\cr\cr \cssId{s94}{-\frac{109}{12} = -\frac{109}{12}}\qquad \cssId{s95}{\text{Yes!}} \end{gather} $$Using WolframAlpha To Help With Circles
For fun, jump up to WolframAlpha and type in:
properties of 3x^2 - 5x - 7 = 1 - 3y^2
How easy is that!?