How do you write an equation for a circle given endpoints of a diameter at (-5,2) and (3,6)?

1 Answer
Oct 24, 2016

(x+1)^2+(y-4)^2=20(x+1)2+(y4)2=20

Explanation:

First, we have to find the centre of the circle.

This will be halfway between the two endpoints

(3+(-5))/2 =-13+(5)2=1, (6+2)/2=46+22=4

giving us the point (-1,4)(1,4) for the centre

now we need to find the radius,
take the middle and an end point and find the distance,

((3)-(-1)((3)(1) , (6)-(4))(6)(4))

giving us (4,2)(4,2) or 4 our units horizontal and two vertical.

now if we use trigonometry to find the radius

r=sqrt(4^2+2^2) = sqrt(20)r=42+22=20

now the equation of a circle is,

(x-a)^2+(y-b)^2=r^2(xa)2+(yb)2=r2

where a and b are the coordinates of the centre.
sub in,

(x-(-1))^2+(y-(4))^2=(sqrt(20))^2(x(1))2+(y(4))2=(20)2

(x+1)^2+(y-4)^2=20(x+1)2+(y4)2=20

giving us,

(x+1)^2+(y-4)^2=20(x+1)2+(y4)2=20

for the equation of our circle.