Andrew M. answered 03/22/18
Tutor
New to Wyzant
Mathematics - Algebra a Specialty / F.I.T. Grad - B.S. w/Honors
Equation of circle with center (h,k) and radius r:
(x-h)2 + (y-k)2 = r2
We need to find the center and the radius.
The radius is half the diameter.
The diameter is distance from (2,3) to (2,-10)
Since the x coordinates are the same the distance
is merely the difference in the y coordinates.
(3-(-10)) = 13
Radius = d/2 = 6.5
To find the center we take the midpoint of the
diameter endpoints.
midpoint of (2,3), (2,-10)
mp = ((2+2)/2, (3-10)/2)
mp = (2, -7/2)
the circle has center (h,k) = (2, -7/2) and radius r = 6.5
The equation is:
(x-2)2 + (y+7/2)2 = 6.52