Mark O. answered 06/03/18
Tutor
5.0
(167)
Learn Physics, Math, and Comp Sci from Professional Scientist
Hi Riley,
A circle of radius r centered at (x,y) = (h,k) is given by
(x - h)2 + (y - k)2 = r2
You have x2 - 24x + 49 = -y2 + 14y
Then, through rearranging, we have
x2 - 24x + y2 -14y + 49 = 0
Let's complete the square for x and for y.
Remember, a perfect square looks like (x + a)2 = x2 + 2ax + a2
So for x2 - 24x to be part of a perfect square, So, -24 = 2a, so a = -12. Then a2 = 144.
So, x2 - 24x + 144 = (x - 12)2.
For the y's, 2a = -14, so a = -7. Then, a2 = 49. So, a perfect square for y would be y2 - 14y + 49 = (y - 7)2.
So, to make this work, we need to add and subtract 144 and 49. So, we get
x2 - 24x +144 - 144 + y2 -14y + 49 - 49 + 49 = 0
Then, we have
(x - 12)2 -144 + (y - 7)2 - 49 + 49 = 0
The 49's cancel. Then, we can add 144 to each side of the equation to get
(x - 12)2 + (y - 7)2 = 144
Or
(x - 12)2 + (y - 7)2 = 122
This equation describes a circle of radius 12 centered about (h, k) = (12, 7).