If $2000 m^{2}$ of material is used to to construct a rectangular box with a square base and an open top,then what is the largest possible volume of the box?
I put an equation for the volume :
$V = x(y-2x)^2$ .. with $y^2=2000$ (for the area)
then I took the derivative (to find the Max.) and made it equal to $0$ but then the equation couldn't be solved for real solutions
Lost !
If you set the base length to be $x$, and the height of the box to be $y$, then the volume of the box is $$V=x^2y$$ The box is open, so the constraint function is $$x^2+4xy=2000$$ $$y=\frac{2000-x^2}{4x}$$ Substitute $y$ into $V=x^2y$, we can solve for maximum $$V=x^2 \times \frac{2000-x^2}{4x}$$ $$V=\frac{1}{4}\times(2000x-x^3)$$ We can solve for $$x=20\sqrt{\frac{5}{3}} \approx 25.8199$$