Michael J. answered 05/08/15
Tutor
5
(5)
Best Afterschool Tutor to Prepare You For Your Regents
To find the length of the circle's diameter, we use the distance formula.
d = √[(x2 - x1)2 + (y2 - y1)2]
where:
Point 1 is (6, -7)
Point 2 is (8, -9)
d = √[(8 - 6)2 + (-9 - (-7))2]
= √[(2)2 + (-2)2]
= √(4 + 4)
= √(8)
= √(4) √(2)
= 2 √2
The length of the diameter is 2√2.
To find the center of the circle, we take the midpoint using the two endpoints. This is because the midpoint is the center of a line segment, being the diameter.
M = ( (x1 + x2) / 2 , (y1 + y2) / 2 )
= ( (6 + 8) / 2 , (-7 - 9) / 2 )
= (14/2 , -16/2)
= (7 , -8)
The center of the circle is (7, -8).
The find the equation of the circle, we use the diameter length, and center point.
The general equation of a circle is
x2 + y2 = r2
where:
r = radius
and the centerpoint of the circle is located at the origin (0, 0).
The general equation of a circle is
x2 + y2 = r2
where:
r = radius
and the centerpoint of the circle is located at the origin (0, 0).
Since our centerpoint is located at (7, -8) and the radius is √2, our equation of the circle is
(x - 7)2 + (y + 8)2 = 2