The least area of circle circumscribing any right triangle of area S is
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.
If we desire to circumscribe a right triangle with side lengths a , b , then the hypothenuse a 2 + b 2 is the diameter of this circumcircle (as the inscribed right angle is half of a semicircle). This poses the following LaGrange Multiplier problem:
Minimize C ( a , b ) = 4 π ( a 2 + b 2 ) , subject to T ( a , b ) = 2 1 a b = S .
Taking g r a d ( C ) = λ ⋅ g r a d ( T ) , we obtain:
2 π a = λ 2 b
2 π b = λ 2 a
or a b = b a ⇒ a = b . Calculating T ( a , a ) = 2 a 2 = S ⇒ a = b = 2 S .
The Hessian matrix of C easily computes to 2 π ⋅ I 2 x 2 (where I 2 x 2 is the 2x2 identity matrix) and is positive-definite for all a , b ⇒ a = b = 2 S is a global minimum point. This ultimately yields the minimum circular area:
C ( 2 S , 2 S ) = 4 π ⋅ 2 ( 2 S ) 2 = π S .