
Victoria V. answered 07/23/20
Math Teacher: 20 Yrs Teaching/Tutoring CALC 1, PRECALC, ALG 2, TRIG
Hi Blythe,
Think about a circle. The every diameter that can be drawn runs through the center point. And the center point of the diameter is the midpoint of the diameter, so the center of the circle is at the midpoint of the diameter. So find the midpoint between those two endpoints.
( [5+(-7)]/2, [(-4)+4]/2) = (-2/2, 0/2) so the midpoint is at (-1,0) and that means the center of the circle is at (-1,0).
To write the equation of the circle, one needs the coordinates of the center point (see above) and the radius.
The radius length is the distance from the center point to a point on the circle. And we have been given two different points on the circle, so choose one of them and find the distance between the center and the point you chose.
Using (5, -4) and (-1,0) the distance is sqrt{ [5-(-1)]2+[(-4)-0]2 } = sqrt(36 + 16) = sqrt(52)
Equation of a circle is (x-h)2 + (y-k)2 = r2
Using our numbers this would be: [x-(-1)]2 + [y-0]2 = [√52]2
or (x+1)2 + y2 = 52