MATH2010 Multivariable Calculus and Matrix Algebra
Finding Lagrange Multipliers

Find the minimum amount of cardboard required to make an open topped box of volume 4m3.

The objective function and the constraint are given by

f(x,y,z) = xy + 2xz + 2yz (1)
g(x,y,z) = xyz = 4m3 (2)

We want to solve $\nabla f = \lambda \nabla g$. We have

\begin{displaymath}
\nabla f = \left[ \begin{array}{c} y+2z \\ x+2z \\ 2x+2y \e...
...g = \left[ \begin{array}{c} yz \\ xz \\ xy \end{array} \right]
\end{displaymath}

so we need to solve the equations
    
y+2z = $\displaystyle \lambda yz$ (3)
x+2z = $\displaystyle \lambda xz$ (4)
2x+2y = $\displaystyle \lambda xy$ (5)
xyz = 4m3 (6)

so we have four nonlinear equations in four variables.

One way to solve these equations is as follows:



 
John E. Mitchell
2003-09-09