- #1
MuIotaTau
- 82
- 3
Homework Statement
Show that the largest rectangular box having a fixed surface area must be a cube.
Homework Equations
##V(x,y,z) = xyz##
##\sigma(x,y,z) = 2(xy + yz + zx) = C \in \mathbf{R}##
The Attempt at a Solution
As of this assignment, we haven't yet learned Lagrange multipliers, so that's out of the question. I solved ##\sigma## for ##z##, giving $$z(x,y) = \frac{C - 2xy}{2x + 2y}$$ Substituting in for ##z## in ##V##, I get $$V(x,y) = \frac{Cxy - 2x^2 y^2}{2x + 2y}$$ Taking the Jacobian gives a row matrix whose elements are ##\frac{Cy - 4xy^2}{2x + 2y} + \frac{4x^2y^y - 2Cxy}{(2x + 2y)^2}## and ##\frac{Cy - 4x^2y}{2x + 2y} + \frac{4x^2y^y - 2Cxy}{(2x + 2y)^2}## If I were to proceed, I would set these equal to zero, find the critical points, and use the Hessian, but I feel as if I'm proceeding incorrectly due to the complexity of the derivatives and the presence of ##C##. Any advice?