Suppose a triangle T has sides a, b, and c.
Let s be the semi-perimeter, i.e. half the perimeter.
Let r be the inner radius, the radius of the largest circle that can fit inside T.
Let R be the outer radius, the radius of the smallest circle that can enclose T.
Then three simple equations relate a, b, c, s, r, and R.
Given a, b, and c, use the first equation to solve for s, then the third equation for Rr, then the second for r, then go back to the last equation to find R.
Given s, r, and R, you can calculate the right hand sides of the three equations above, which are the coefficients in a cubic equation for the sides a, b, and c.
Related posts
The post Relating perimeter, inner radius, outer radius, and sides of a triangle first appeared on John D. Cook.