Find the position of the centre of the circle circumscribing the triangle whose vertices are the points (2,3), ( 3,4) , (6,8).
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The center of the circle will be at the point of intersection of the perpendicular bisectors of any two sides of the triangle.
The side joining vertices ( 2 , 3 ) and ( 3 , 4 ) has slope 1 and midpoint ( 2 5 , 2 7 ) . The perpendicular bisector of this side will then have slope − 1 and pass through the midpoint, and thus has the equation
y − 2 7 = − 1 ∗ ( x − 2 5 ) ⟹ y = − x + 6 .
The side joining vertices ( 3 , 4 ) and ( 6 , 8 ) has slope 3 4 and midpoint ( 2 9 , 6 ) . The perpendicular bisector of this side will then have slope − 4 3 and pass through the midpoint, and thus has the equation
y − 6 = ( − 4 3 ) ( x − 2 9 ) ⟹ y = ( − 4 3 ) x + 8 7 5 .
These two perpendicular bisectors intersect when
− x + 6 = ( − 4 3 ) x + 8 7 5 ⟹ ( − 4 1 ) x = 8 2 7 ⟹ x = − 2 2 7 ,
which in turn gives us y = − ( − 2 2 7 ) + 6 = 2 3 9 .
Thus the center of the circle is the point ( − 2 2 7 , 2 3 9 ) .