The equation of a circle is:
(x-h)2 + (y-k)2 = r2
- (h,k) is the center of the circle
- r is the radius of the circle
So to get the equation you need, you must find the center, (h,k), and the radius, r.
- The center is the midpoint of the diameter. Use the midpoint formula to find the midpoint of the diameter between the two given points, (13,-1) and (-15,9).
- Once you have the midpoint, use the distance formula to find the distance between the center and either one of the given points. That distance is the radius, r. Now you have (h.k) and r. Plus them into the equation of the circle above and you're done.
Midpoint = ((x2-x1)/2, (y2-y1)/2) = (h,k)
Distance = √((x2-h)2 + (y2-k)2)