Consider a right triangle which has a leg with length one unit. We wish to choose the length of the other leg so that the ratio of the area of the inscribed circle to the area of the circumscribed circle is maximum. The quotient between these two areas can be written as a - b*sqrt(c), where a, b, and c are positive integers and c is square-free. Find the sum a+b+c.
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.
Let the other leg be of length x . Then the ratio of the radii of the incircle ( r ) and the Circumcircle ( R ) is η = R r = x 2 + 1 + ( x + 1 ) x 2 + 1 2 x .
This will be maximum when it's first derivative with respect to x is zero, that is,
x 3 − 1 + ( x 2 − 1 ) x 2 + 1 = 0 ⟹ x = 1
The minimum value of the ratio of the area of the two circles is η 2 = ( 2 − 1 ) 2 = 3 − 2 2
Hence, a = 3 , b = c = 2 , and a + b + c = 3 + 2 + 2 = 7 .