The following statement is true:
Among all the rectangles with the same diagonal length, the one with the largest area is the square.
Is the following 3D-equivalent true or false ?
Among all the rectangular cuboids with the same diagonal length, the one with the largest volume is the cube.
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 a , b , c be the squares of the lengths of the sides. D = a + b + c is the square of the diagonal, and V = a b c is the squared volume.
The constraint is D = constant ; we wish to maximize V . Taking the derivative, 0 = d D = d a + d b + d c ; d V = b c d a + a c d b + a b d c = b c d a + a c d b − a b ( d a + d b ) = b ( c − a ) d a + a ( c − b ) d b ; This must be zero for changes in a and b independently; thus b ( c − a ) = a ( c − b ) = 0 . If a , b = 0 , we have c − a = 0 , c − b = 0 ∴ a = b = c .
This proves that at the maximum value of V , the three sides are equal.
Problem Loading...
Note Loading...
Set Loading...
Let a , b and c denote the dimensions of the rectangular cuboid. Then a 2 + b 2 + c 2 represents the diagonal length while the volume is expressed by a b c .
Of course, a 2 , b 2 , c 2 > 0 . By the superb AM-GM inequality, 3 a 2 + b 2 + c 2 ≥ 3 a 2 b 2 c 2 , the equality holds when a 2 = b 2 = c 2 or equivalently, a = b = c ⇔ 3 3 ( a 2 + b 2 + c 2 ) 3 ≥ a b c
So, the max value of the volume occurs when a = b = c , that is, when the cuboid is a cube.
Hence, True is the answer.