A triangle has side lengths 6, 8 and 10. Find the distance between the triangle's incenter and the triangle's circumcenter. Given your answer to two decimal places.
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.
This is known as Euler's Triangle Formula. The distance d between the incenter and the circumcenter is d = R ( R − 2 r ) , where R is the circumradius and r is the inradius. To find d , we must first find R and r .
Finding R is easy. The triangle is a 6-8-10 pythagorean triple, which makes it a right triangle. Right triangles inscribed in a circle always have their hypotenuse on the diameter, therefore our circumradius must be half of the hypotenuse, making R = 2 1 0 = 5 .
Finding r is a bit harder, but we can actually calculate it using the value of our circumradius. The inradius and the circumradius are related by the following equation:
r = 2 R ( a + b + c ) a b c , where a , b and c are the sides of the triangle.
Plugging in R = 5 , a = 6 , b = 8 and c = 1 0 gives us r = 2 ( 5 ) ( 6 + 8 + 1 0 ) ( 6 ) ( 8 ) ( 1 0 ) = 2 .
Finally, all that's left to do is plug in R = 5 and r = 2 into our equation for d and we're done!
d = 5 ( 5 − 2 ( 2 ) ) = 5 = 2 . 2 3 6 . . .