Answer:
The dimensions are, base
, depth
and height
.
Explanation:
First we have to understand the problem, we have a box of unknown dimensions (base
, depth
and height
), and we want to optimize the used material in the box. We know the volume
we want, how we want to optimize the card used in the box we need to minimize the Area
of the box.
The equations are then, for Volume
![V=200cm^3 = b.h.d](https://img.qammunity.org/2020/formulas/mathematics/college/gptwcrstww3g09kcm2ht22tyf102sx4f8b.png)
For Area
![A=2.b.h+2.d.h+2.b.d](https://img.qammunity.org/2020/formulas/mathematics/college/6zl0g2qum47nlxbabpn1rnqr9igp861rlg.png)
From the Volume equation we clear the variable
to get,
![b=(200)/(d.h)](https://img.qammunity.org/2020/formulas/mathematics/college/wvtvf9y5vdta022n79mcro3p2c8v08214a.png)
And we replace this value into the Area equation to get,
![A=2.((200)/(d.h) ).h+2.d.h+2.((200)/(d.h) ).d](https://img.qammunity.org/2020/formulas/mathematics/college/rivi8t4j21z5rusq4c1m0zzgop48h1b407.png)
![A=2.((200)/(d) )+2.d.h+2.((200)/(h) )](https://img.qammunity.org/2020/formulas/mathematics/college/tiyvk0hb5uy2lb9n5u9gmedp821hfjq6xa.png)
So, we have our function
, which we have to minimize. We apply the first partial derivative and equalize to zero to know the optimum point of the function, getting
![(\partial A)/(\partial d) =-(400)/(d^2)+2h=0](https://img.qammunity.org/2020/formulas/mathematics/college/j9chfzfazoepeialv93924rs4tt30wmn4f.png)
![(\partial A)/(\partial h) =-(400)/(h^2)+2d=0](https://img.qammunity.org/2020/formulas/mathematics/college/cwbnshvofafwrzsfbjhngoqqjis9th15o5.png)
After solving the system of equations, we get that the optimum point value is
and
, replacing this values into the equation of variable
we get
.
Now, we have to check with the hessian matrix if the value is a minimum,
The hessian matrix is defined as,
![H=\left[\begin{array}{ccc}(\partial^2 A)/(\partial d^2) &(\partial^2 A)/(\partial d \partial h)\\(\partial^2 A)/(\partial h \partial d)&(\partial^2 A)/(\partial p^2)\end{array}\right]](https://img.qammunity.org/2020/formulas/mathematics/college/hwmwfh5sufkf9azfw4p3qvdo8mmw04nppx.png)
we know that,
![(\partial^2 A)/(\partial d^2)=(\partial)/(\partial d)(-(400)/(d^2)+2h )=(800)/(d^3)](https://img.qammunity.org/2020/formulas/mathematics/college/s2q1rx11zjaek3mk9jnnxeaifuypbke7eh.png)
![(\partial^2 A)/(\partial h^2)=(\partial)/(\partial h)(-(400)/(h^2)+2d )=(800)/(h^3)](https://img.qammunity.org/2020/formulas/mathematics/college/aov9hhi3ie4ppp3z2o93hawbpgxi5bypro.png)
![(\partial^2 A)/(\partial d \partial h)=(\partial^2 A)/(\partial h \partial d)=(\partial)/(\partial h)(-(400)/(d^2)+2h )=2](https://img.qammunity.org/2020/formulas/mathematics/college/r6izyvq56tzf51psun33278k1ef2d6j1vq.png)
Then, our matrix is
![H=\left[\begin{array}{ccc}4&2\\2&4\end{array}\right]](https://img.qammunity.org/2020/formulas/mathematics/college/u51a1ow50qrc7pltsjorcmv0x5y5uirqt6.png)
Now, we found the eigenvalues of the matrix as follow
![det(H-\lambda I)=det(\left[\begin{array}{ccc}4-\lambda&2\\2&4-\lambda\end{array}\right] )=(4-\lambda)^2-4=0](https://img.qammunity.org/2020/formulas/mathematics/college/85ml4ifpqhtwcyx1ntdhbc8fe1mv7o6x6l.png)
Solving for
, we get that the eigenvalues are:
and
, how both are positive the Hessian matrix is positive definite which means that the function
is minimum at that point.