How do you write the equation of a circle given endpoints of a diameter (-4,1) and (4,-5)?

1 Answer
Oct 6, 2016

#x^2+y^2+4y-21=0#

Explanation:

Strategy:

  • The center of the circle will be the midpoint of the diameter;
  • The length of the radius will be half the length of the diameter.

The coordinates of the midpoint of the diameter are given by the average of the coordinates of the endpoints, so

#C = (C_x, C_y) = ((-4+4)/2, (1-5)/2) = (0,-2)#

The length of the diameter is given by Pytagora's theorem, so we have #d = sqrt(d_x^2+d_y^2) = 10#, so the radius has length #5#.

Now that we know everything we need, we can write the equation using the fact that a circle of radius #r# and center coordinates #(C_x,C_y)# has equation

#(x-C_x)^2+(y-C_y)^2 = r^2#

In our case,

#(x-0)^2+(y+2)^2 = 25#

Which we can expand as

#x^2+y^2+4y+4=25#

and thus

#x^2+y^2+4y-21=0#