Problem:
Maximise the volume $V$ of a cuboid shaped box with closed top, fixed surface area $S$, and side lengths $x, y,$ and $z$
What I've got so far:
$V=xyz$, $S=2(xy+yz+zx)$, $\nabla V = \lambda \nabla P$
and so
$$ \left\{ \begin{array}{c} \partial V / \partial x =\lambda\ \partial g / \partial x \\ \partial V / \partial y =\lambda\ \partial g / \partial y \\ \partial V / \partial z =\lambda\ \partial g / \partial z \\ S =2(xy+yz+zx) \end{array} \right. $$
i.e. $$ \left\{ \begin{array}{c} yz =2\lambda\ (y+z) \\ xz =2\lambda\ (x+z)\\ xy =2\lambda\ (x+y) \\ S =2(xy+yz+zx) \end{array} \right. $$
How do I solve this set of equations? Elimination and matrix methods didn't work. And how could I extrapolate this problem to
- a box with no lid?
- A closed box of variable shape (i.e. prove the sphere has the lowest surface area to volume ratio)?
- A box in higher dimensions ?