Gordon H. answered 10/22/15
Tutor
New to Wyzant
Math tutor for high school and college
First we must find the center of the circle, which is the midpoint of the diameter.
The midpoint of a line segment whose endpoints are (x1,y1) and (x2,,y2) is
M = ((x1 + x2))/2,(y1 + y2)/2).
So, the midpoint of the segment whose endpoints are (-5,-4) and (3,-6) is ((-5 + 3)/2,(-4 + -6)/2) = (-1,-5)
The point (-1,-5) is the center of the circle.
Next, we must find the length of the radius of the circle, which is the segment starting at the center and extending to a point on the circle. The center is (-1,-5), and we know that (-5,-4) and (3,-6) are points on the circle. I will show the calculation of the radius using each point on the circle, even though you only need to use one point.
If we use (-5,-4), the distance formula tells us that the distance from (-1,-5) to (-5,-4) is
√(-5 - (-1))2 + (-4 - (-5))2 = √16 + 1 = √17
So of the radius of the circle is √17.
The equation for a circle with center at (a,b) and radius r is
(x - a)2 + (y - b)2 = r2
Now we will substitute a = -1, b = -5, and r = √17
The equation of the circle is (x - (-1))2 + (y - (-5))2 = (√17)2.
Simplifying, we (x + 1)2 + (y + 5)2 = 17