Philip P. answered 05/26/17
Tutor
4.9
(484)
Effective and Patient Math Tutor
The general equation for a circle is:
(x-h)2 + (y-k)2 = r2
where (h,k) are the coordinates of the center of the circle and r is its radius. To find the particular equation for circle G, then, we need to find the center, (h,k), and the radius, r. First, let's find the coordinates of the center, (h, k), The segment AB is a diameter, so the center of the circle lies at the midpoint of AB, To find its coordinates use the Midpoint Formula:
(h,k) = ((x2-x1)/2, (y2-y1)/2)
where (x1,y1) = (1,2) and (x2,y2) = (-7,-4).
(h,k) = ((-7-1)/2, (-4+2)/2) = (-4,-1)
So we have h = -4 and k = -1. Plug those into the general equation of a circle:
(x-(-4))2 + (y-(-1))2 = r2
(x+4)2 + (y+1)2 = r2
To find the radius, r, use the distance formula from the center point, (-4,-1),1,2) to either endpoint, A or B. I'll use point A, (1,2):
r2 = (x2-x1)2 + (y2-y1)2
r2 = (-4-1)2 + (-1-2)2
r2 = (-5)2 + (-3)2
r2 = 25 + 9 = 36
So we have r2 = 36 and we can write the final equation:
(x+4)2 + (y+1)2 = 36