"\\text{We label the dimensions as }l,b,h.\\\\ \\text{Our objective function is of the form }\\\\\\mathrm{min}\\; L_0=lb+2bh+2lh \\\\\n\\text{Our constraint is on the volume }lbh=32\\\\\n\\text{Thus, our unconstrained objective function is }\\\\\nL=(lb+2bh+2lh)-\\lambda(32-lbh)\\\\\n\\frac{\\partial L}{\\partial l}=(b+2h)+\\lambda\\\\\n\\frac{\\partial L}{\\partial b}=(l+2h)+\\lambda\\\\\n\\frac{\\partial L}{\\partial h}=2(b+l)+\\lambda\\\\\n\\frac{\\partial L}{\\partial \\lambda}=32-lbh\\\\\n\\text{Setting all the partial derivatives to 0, we get }\\\\\n2(l+b)=(b+2h)=(l+2h)\\implies l=b=\\frac{2}{3}h\\\\\n\\text{Since }lbh=32, \\; l=b=\\frac{4}{3^{1\/3}}, \\; h=2*3^{2\/3}\\\\\n\\text{These are the optimum dimensions}"
Comments
Leave a comment