SOLUTION: Find the equation of the circle having the points (2,10) and (-8,-14) the ends of its diameter. ​

Algebra ->  Circles -> SOLUTION: Find the equation of the circle having the points (2,10) and (-8,-14) the ends of its diameter. ​      Log On


   



Question 1191271: Find the equation of the circle having the points (2,10) and (-8,-14) the ends of its diameter. ​
Answer by math_tutor2020(3817) About Me  (Show Source):
You can put this solution on YOUR website!

Any circle has two defining properties:
  • Center
  • Radius
Let's first find the center.
This is the same as finding the midpoint of those two endpoints on the diameter.

Focus on the x coordinates for now.

Add them up: 2+(-8) = -6
Divide the result in half: -6/2 = -3
This is the x coordinate of the midpoint.

Repeat those steps for the y coordinates:
Add: 10+(-14) = -4
Divide by two: -4/2 = -2
This is the y coordinate of the midpoint.

The midpoint is located at (-3,-2)
This is the center of the circle.
Center = (h,k) = (-3,-2)
Or to break it down further, we have h = -3 and k = -2 pair up together.


Now to find the radius.
The radius is the distance from the center to any point on the edge of the circle.
I'll use the distance formula to calculate the distance from the endpoint (2,10) to the center (-3,-2)

(x1,y1) = (2,10) and (x2, y2) = (-3,-2)















The distance from (2,10) to (-3,-2) is exactly 13 units.
Therefore, the radius is r = 13.

-------------------

To recap, we found:
h = -3
k = -2
r = 13

The circle template %28x-h%29%5E2+%2B+%28y-k%29%5E2+=+r%5E2 will update to %28x-%28-3%29%29%5E2+%2B+%28y-%28-2%29%29%5E2+=+13%5E2 after plugging in those values mentioned.

Simplifying things gets us %28x%2B3%29%5E2%2B%28y%2B2%29%5E2+=+169

Graph:

The diagram was made using GeoGebra.

Answer: %28x%2B3%29%5E2%2B%28y%2B2%29%5E2+=+169
Center = (-3,-2) and radius = 13