A rectangular storage container with an open top is to have a volume of 10 cubic meters. The length of the box is twice its width. Material for the base costs ten dollars per square meter and for the four sides the cost is six dollars per square meter. Find the cost of materials for the cheapest such container.
I am having issues finding the constraint and expression to optimize. How do I go about finding them? I know how to solve the problem once I find those equations but I am unable to. Thanks!
So we know $L = 2w$ and $V = Lwh$. So we have $V = 2w^{2}h = 10$.
And so the cost of materials is $10b + 6*2*wh + 6*2*Lh$. So that's \$10 for the base and six dollars for the four sides. Two of the sides are $wh$ in area, and the other two are $Lh$ in area.
And so we want to $min$ $10 * 2w^{2} + 12wh + 24w^{2}h$ such that $w^{2}h = 5$. This gives us $w = \sqrt{ \frac{5}{h} }$.
So we are minimizing $20w^{2} + 12wh + 120$ with respect to $w$.
Can you take it from here?