Find the minimal area of the right triangle with inradius equal to cm. Round your answer to two decimals.
This question appeared in RMO-2014.
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.
My solution assumes we don't know the side lengths of the triangle; though, the heuristic approach for these kinds of problems would be setting the legs of the triangle equal to each other and simply solving for the area.
A well known property of triangles and inradii is that A = r s where A , r , and s are the area, the inradius, and the semi-perimeter of the triangle respectively. To minimize the area of the triangle, we must minimize its semi-perimeter.
The problem also specifies that the triangle is a right triangle. Let a and b be the length of the legs that triangle and c be the length of the hypotenuse. These properties hold for right triangles:
A = 2 1 a b
a 2 + b 2 = c 2
Now we'll use the root-mean square and arithmetic mean inequality (Cauchy-Schwarz Inequality) on a and b .
2 a 2 + b 2 ≥ 2 a + b ⇒ 2 c ≥ a + b
We know that 2 c is minimized when it is equal to a + b .
2 c = a + b
→ 2 c 2 = a 2 + b 2 + 2 a b
→ a 2 − 2 a b + b 2 = 0
→ ( a − b ) 2 = 0
→ a = b
Setting both area equations equal to each other yields us this:
A = 2 1 a b = 2 1 r ( a + b + c )
Now we just have do some substitution and solve for a :
2 1 a 2 = 2 1 r ( 2 a + 2 2 a ) ⇒ a = r ( 2 + 2 )
A = 2 1 a 2 = 2 1 ( r ( 2 + 2 ) ) 2 = r 2 ( 3 + 2 2 ) = 3 + 2 2