
Thomas H. answered 04/03/21
Mathematics Tutor
x2 + y2 - 12x + 12y + 68 = 0
Now the general formula for a circle will look like this
(x-h)2+(y-k)2=r2
where r will be the radius of the circle, h will be the x coordinate of the center of the circle and k will be the y coordinate of the center of the circle.
How do we find these with that crazy equation we started with ?
if we look at x2 - 12x, what we need to do is "complete the square",; in other words, we find out what we would have to add to x2 - 12x such that we can get a square expression (x-h)2. Well
(x-h)2 = x2 - 2hx + h2
how do we know what h is? well from x2 - 12x, -2hx would have to match -12x so h would have to be 6.
Now (x - 6)2 = x2 -2*6*x+(6*6) = x2 - 12x + 36.so we can rewrite
x2 +y2- 12x + 12y + 68 = 0 as
x2 - 12x+36 + y2+ 12y + 68 -36 =0 (notice how i "took" the 36 away from the 68 term.
(x-6)2 + y2+ 12y + 32 = 0
NOW, we complete the square for the y terms:
we need to add something to y2+ 12y to make it a complete square (y-k)2
now (y-k)2 = y2 -2ky + k2
so -2ky has to equal +12y, so k has to equal -6
Now (y-(-6)) = y+6
and (y+6)2 = y2 -12y + (-6)2 = y2 -12y + 36
Now taking the revised equation
(x-6)2 + y2+ 12y + 32 = 0
(x-6)2 + y2+ 12y + 36 + 32 - 36 =0
(x-6)2 + (y+6)2 -4 = 0
(x-6)2 + (y+6)2 = 4
Now, we recognize that 4 is equal to the square of the radius from the general equation of a circle, so
r = 2 and the center of the circle would be located at (6, -6) so h = 6 and k = - 6