"Find the flux of the vector field <y,x,z> in the negative z direction through the part of the surface z=g(x,y)=16-x^2-y^2 that lies above the xy plane" (quoted verbatim)
I'm tryng to do the question at the bottom but I'm messing up on the integral part of $\iint_{S} F \cdot dS = \iint_{D} F \cdot (r_s \times r_\theta) dA$ (here $s$ is the radiuS)
For my normal, since I thought $r = \langle r \cos \theta , r \sin \theta, 16-r^2 \rangle$, I thought it would be something like this: $$ n = \begin{vmatrix} i & j & k \\ \cos \theta & \sin \theta & -2r \\ -r \sin \theta & r \cos \theta & 0 \end{vmatrix} $$
And $F = \langle r\sin\theta, r\cos\theta , 16-r^2 \rangle$?
I'm able to get down to how the normal vector is $n = \langle 2r^2 \cos \theta , -2r^2 \sin \theta, r \rangle$ and then $F\cdot n = 16r-r^3$ but that doesn't seems to work in the integral because I get something that isn't $128\pi$ (I'll be flipping the sign at the end so that I get the downward direction)
From my equation of $r(s, \theta)$ I have $s \in [0,4]$ and $\theta \in [0,2\pi]$ and I know that $$ \int_{0}^{2\pi} \int_{0}^{4} 16r - r^3 dr d \theta = 128\pi$$ but I don't think that's how the $dA$ should work in cylindrical coordinates? Shouldn't it be $r \ dr \ d\theta$? But then $$ \int_{0}^{2\pi} \int_{0}^{4} (16r - r^3) r dr d \theta \neq 128\pi$$
So my question is, if my $F\cdot n$ is correct, then how do I set up the integral in cylindrical coordinates to get the right answer.