154k views
3 votes
I need help.. A diameter of a circle has endpoints p(-10, -2) and q(4, 6)

a. Find the center of the circle
b. Find the radius. If your answer is not an integer, express it in radical form
c. Write an equation for the circle

User JJ Rohrer
by
4.1k points

1 Answer

5 votes

A: The center is the mid point of the diameter. So, the center of the circle will be the midpoint of points P and Q. The coordinates of the midpoint are the averaged coordinates of the endpoints.

So, the x-cooardinate of the center is the average of the x-coordinates of P and Q:


C_x = (P_x+Q_x)/(2)=(-10+4)/(2)=(-6)/(2)=-3

Try to do the same thing with the y coordinates, and you'll get the y-coordinate
C_y. This first part will be over, because the circle will be point


C=(C_x,C_y)

B: The radius is exactly half the diameter. So, we find the length of the diameter, and we divide it by 2. To find the length of the diameter, we use the standard formula for the distance between two points:


d=√((P_x-Q_x)^2+(P_y-Q_y)^2)=√((-10-4)^2+(-2-6)^2)=√(260)=2√(65)

Divide this length by 2 and you'll get the radius.

C: At this point, we have both the radius and the coordinates of the center. The equation of the circle depends on these two parameters, and it is


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

Substitute
C_x and
C_y with the coordinates of the center (found in point A.) and
r with the radius (found in point B.) and you'll have the equation of the circle.

User Biggdman
by
4.8k points