79.0k views
3 votes
A diameter of a circle had 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 Dale Kube
by
8.3k points

1 Answer

7 votes

Answer:

Center = -3,2

radius = sqrt(65)

(x+3)^2 + (y-2)^2 = 65

Explanation:

We can find the center of the circle by finding the midpoint of the diameter

midpoint = (x1+x2)/2, (y1+y2)/2

= (-10+4)/2, (-2+6)/2

= (-6/2), (4/2)

= -3, 2

Center = -3,2 = (h,k)


The radius is the distance from the midpoint to one of the points on the diameter. Using the points (-3,2) and (4,6)

distance = sqrt ( (x2-x1)^2 + (y1-y2)^2)

= sqrt(( 4--3)^2 + (6 -2)^2)

= sqrt(( 4+3)^2 + (6 -2)^2)

= sqrt( 7^2 + 4^2)

= sqrt(49+16)

radius = sqrt(65)


The equation of a circle is given by

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

(x--3)^2 + (y-2)^2 = sqrt(65)^2

(x+3)^2 + (y-2)^2 = 65

User Bandar
by
7.1k points