How can I find the surface integral of $f(x,y,z)=e^{-z}$ given that $x^2+y^2=9$ and $0\leq z \leq 2$.
I started by changing the $x$ and $y$ coordinates to polar coordinates:
$x=3\cos(\theta),\ y=3\sin(\theta)$
I am confused as to what to do from this point.
One option is to parameterize the cylinder $S$ in cylindrical coordinates using the vector function
$$\vec s(\theta,z) = 3\cos(\theta)\,\vec\imath + 3\sin(\theta)\,\vec\jmath + z\,\vec k$$
with $0\le \theta\le2\pi$ and $0\le z\le2$. Then the surface integral is
$$\iint_S e^{-z} \, dA = \int_0^2 \int_0^{2\pi} e^{-z} \left\|\frac{\partial\vec s}{\partial \theta} \times \frac{\partial\vec s}{\partial z}\right\| \, d\theta \, dz$$