Question 1086317: Find the center and radius of a circle circumscribing a triangle with the vertices (-2,-4) (-2,3), (5,2) Found 2 solutions by Fombitz, htmentor:Answer by Fombitz(32388) (Show Source):
You can put this solution on YOUR website! So let (h,k) be the center of the circle.
Using the first and second points,
.
.
.
Using the second and third points,
Now that you have the center, find the distance between the center and any of the points.
That'll be the radius of the circle.
.
.
.
.
.
. .
You can put this solution on YOUR website! The perpendicular bisectors of the sides of the triangle all intersect at a common point, the center of the circumscribed circle.
We need to first find the midpoints of two line segments joining the vertices.
midpoint AC = (3/2, -1)
midpoint BC = (3/2,5/2)
Now compute the slopes of the bisector lines
The slope of AC is (2 - -4)/(5 - -2) = 6/7
The slope of BC is (3 - 2)/(-2 - 5) = -1/7
Thus the equations for the bisector lines are
y + 1 = (-7/6)(x - 3/2) -> y = (-7/6)x + 3/4 [bisector of AC]
y - 5/2 = 7(x - 3/2) -> y = 7x - 8 [bisector of BC]
Now we just the point of intersection of these two lines to get the center of the circle:
(-7/6)x + 3/4 = 7x - 8
This gives x = 1.071
Thus y = 7*1.071 - 8 = -0.5
So the center is (1.071,-0.5)
The radius is the distance from the center to any of the vertices:
Using the distance formula gives R = sqrt(21.684)