I am given the following problem:
You wish to manufacture a zinc object with the shape of the surface of the cylinder $x^2 + y^2 = 4$ between the planes $z = 0$ and $x+y+z = 2$ (with $z \geq 0$). If the square meter of zinc cost $M$, what is the object's price?
My approach was to evaluate the volume of the object:
\begin{align*} V = \int_{0}^{2\pi} \int_{0}^{2} \int_{0}^{2-r\cos \theta - r \sin \theta} \ r dzdrd\theta = \int_{0}^{2\pi} \int_{0}^{2} (2r - r^2 \cos \theta - r^2 \sin \theta ) \ drd\theta = \cdots = 8 \pi \end{align*}
but I'm pretty sure that was useless, by the fact that the material cost is not related to the volume, but the surface area.
Can anyone point me into a direction?
Thank you.
It may be useful to consider the change of coordinates by rotating the $xy$-plane by $45^\circ$ as: $$u = x+y,\; v=x-y.$$ Then the top surface of the cylinder is described by the simple equation $z=2-u$ and you can calculate the elliptical surface area in terms of principle axes.
I hope, this is helpful.