by Jeff3355 » Tue Mar 22, 2016 2:02 am
Your method looks fine. With a square sheet, the maximum height is when all sides are equal, 600/3=200 mm, but this yields the minimum volume.
Anyway, below is how to get maximum volume for a square sheet (rectangle sheet done same way, like a cereal box for example)
I don't like metric, so let 600 mm=23.622"
Draw a big square, then draw a small square at each corner labeling for example the left side x and the top side x.
So the length=l=23.622"-2x, and the width=w=23.622"-2x, and the height=h=x... when cutting out the small squares and folding you get the height equal to x.
Volume = V = l*w*h = (23.622-2x)(23.622-2x)x = 557.9989x - 94.488 x^2 + 4x^3
Take the derivative of V with respect to x, or dV/dx
dV/dx = 557.999 - 188.976x + 12x^2
Set dV/dx equal to zero and solve for x
So, 0 = 557.999 - 188.976x + 12x^2
x = 3.937", and x=11.811" ... x=11.811" does not work since V(11.811")=0, thus x = 3.937" (200 mm)
So the length, width, and height respectively are:
l = (23.622-2(3.937))=15.748" (400 mm)
w = (23.622-2(3.937))=15.748" (400 mm)
h = 3.937" (200 mm)
Maximum Volume for the 23.622" by 23.622" = l*w*h = 976.374 in^3 (16 liter)
You can graph the derivative, the minimum x = 7.874" (200 mm), all sides equal (not efficient for volume)
Can't get the height taller without cutting off 2 sides, and other 2 sides will be smaller.
General equation for maximum volume for a square sheet:
V = (L-2h)(L-2h)h = 4h^3 - 4Lh^2 + hL^2
dV/dh = 12h^2 - 8hL + L^2 = 0
h = L/6
Back substitute h into V equation, get V max = (2L^3)/27
Thanks for the late night brain teaser!