65.9k views
4 votes
Find center and radius of a circle with a diameter that has endpoints of (3,-2) and (-5,-4)

1 Answer

5 votes

Answer:

Center: (-1,-3)

Radius: 4.12 units

Explanation:

Hi there!

1) Find the center of the circle

When given two diameter endpoints, we can find the center of the circle by calculating for the midpoint since the center lies in the middle of the points:

Midpoint:
((x_1+x_2)/(2) ,(y_1+y_2)/(2)) where the two points are
(x_1,y_1) and
(x_2,y_2)

Plug in the diameter endpoints (3,-2) and (-5,-4)


((3+(-5))/(2) ,(-2+(-4))/(2))\\((3-5)/(2) ,(-2-4)/(2))\\((-2)/(2) ,(-6)/(2))\\(-1,-3)

Therefore, the circle is centered at (-1,-3).

2) Find the radius of the circle

The radius of a circle is the distance between the outside edge and the center. We can find the radius by calculating for the distance between the center of the circle and one of the diameter endpoints.

Distance formula:
d=√((x_2-x_1)^2+(y_2-y_1)^2) where the two points are
(x_1,y_1) and
(x_2,y_2)

Plug in the center (-1,-3) and a diameter endpoint (3,-2)


d=√((3-(-1))^2+(-2-(-3))^2)\\d=√((3+1)^2+(-2+3)^2)\\d=√((4)^2+(1)^2)\\d=√(16+1)\\d=√(17) \\d=4.12

Therefore, the radius of the circle is approximately 4.12 units when rounded to the nearest hundredth.

I hope this helps!

User Dmytro
by
4.0k points