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
.
We have
so we need to solve the equations
| y+2z |
= |
 |
(3) |
| x+2z |
= |
 |
(4) |
| 2x+2y |
= |
 |
(5) |
| xyz |
= |
4m3 |
(6) |
so we have four nonlinear equations in four variables.
One way to solve these equations is as follows:
- Take
:
If x=0 then we violate equation (6).
So we must have
- Take
:
If y=0 then we violate equation (6).
So we must have
- Substitute in equation (6) for x and y from equations
(8) and (7):
- Equations (8) and (7) then give the final solution:
John E. Mitchell
2003-09-09