How do you write the equation for a circle whose diameter has endpoint (4,6) and (-2,6)?

1 Answer
Dec 11, 2016

#(x - 1)^2 + (y - 6)^2 = 9#

Explanation:

The equation of a circle is in the form

#(x - h)^2 + (y - k)^2 = r^2#

where

Center: #(h, k)#

radius# = r#

Hence, we need to find the center and the radius given the 2 endpoints of a diameter


A diameter is a chord that passes through the center of the circle.
Since any point on the circle is equidistant from the center, we can say that the center is midway between the two endpoints of a diameter.

We will use the midpoint formula to find the center

#C = M: ((x_1 + x_2)/2, (y_1 + y_2)/2)#

#=> C: ((4 + -2)/2, (6 + 6)/2)#

#=> C: (1, 6)#


To find the radius, we will use the distance formula and find the distance between the center and any of the given endpoints of the diameter.

#r = D = sqrt((x_1 - x_2)^2 + (y_1 - y_2)^2)#

#=> r = sqrt((4 - 1)^2 + (6 - 6)^2)#

#=> r = sqrt(3^2)#

#=> r = 3


Hence, the equation of the circle is

#(x - 1)^2 + (y - 6)^2 = 3^2#

#=> (x - 1)^2 + (y - 6)^2 = 9#