In: Advanced Math
We want to construct a box whose base length is three times the base width. The material used to build the top and bottom cost $10/ft2 and the material to build the sides cost $6/ft2 . If the box must have volume 50 ft3 , what is the minimum cost of the box?
We start by drawing a picture of the box. We have the following formula for the volume of the box V = lwh
50 = 3w^2h
(1) We also have the following formula for the cost of the box
C = 2(area of top/bottom)(10) + 2(area of front/back)(6) + 2(area of sides)(6) = 2(3w 2 )(10) + 2(3wh)6 + 2(wh)(6)
C = 60w^2 + 36wh + 12wh
C= 60w^2 + 48wh
(2) So we have written the cost as a function of two variable, height and width. But we would like to rewrite the cost as the function of only one variable (probably width). This is where we look back at equation (1) and solve for h in terms of w. That is
h = 50/3w^2
(3) Plugging the value for h from (3) above into equation (2) yields
C = 60w^2 + 48w ( 50 3w^2 )= 60w^2 + 800/w
(4) Now we want to minimize cost. To do this we want to find the critical points of C and hope that one is our absolute minimum. We have C
0 = 120w − 800/w^2
= 120w^3 − 800/w^2
(5) Then the critical points of C are w = 0 and w = 3 under root 800 12 ≈ 1.8821. Clearly w = 0 does not make any sense so we throw out that point. We then notice that when w < 1.88, C0 (w) < 0 and when w > 1.88, C0 (w) > 0 so we can conclude that w = 1.88 is an absolute minimum. Our final step is to find cost of the box at this point. We get C(1.8821) = $637.60
We start by drawing a picture of the box