A tent with 2 rectangle shaped sides (no floor) and 2 isosceles triangles shaped gables with the volume $V$ is to be constructed. Determine the height so that the minimum amount of cloth is needed.
The tent is a prism with isosceles triangle bases. Let the height of the triangle (i.e. the height of the tent) be denoted $x$, the base $2y$ and the length of the tent $L$. Then the volume is $$V(x,y,L)=xyL$$ and the area of the tent will be $$A(x,y,L) = 2(xy+L\sqrt{x^2+y^2}).$$
Since A is a continuous function on a compact set (or can this actually be said, since V is not a boundary but a function of the variables?), there will be a minimum and maximum value. These are found when $grad \, V \, || \, grad \, A$. Since $$ grad \, V = (yL, xL, xy)$$ and $$grad \, A =2(y + \frac{xL}{\sqrt{x^2+y^2}}, x + \frac{yL}{\sqrt{x^2+y^2}}, \sqrt{x^2+y^2})$$ we must find $\lambda$ such that \begin{cases} y+\frac{xL}{\sqrt{x^2+y^2}} = \lambda yL \\ x+ \frac{yL}{\sqrt{x^2+y^2}} = \lambda xL \\ \sqrt{x^2+y^2} = \lambda xy \end{cases}
I have no idea how to solve this or if this even would be the correct approach. Any help is appreciated.
