I've got to calculate the flux of the vector field $\mathbf{V} = \nabla \times (-y, x, 0) = (0, 0, 2)$ through a spherical cap $E = \{ (x, y, z): x^2 + y^2 + (z - 4)^2 = 25, z \geq 0. \}$. So I say, using the Divergence Theorem we have: $$Flux \mathbf{V} = \iint_{\partial E } \mathbf{V} \cdot d \mathbf{S} = \iiint_{E} div (\mathbf{V}) \hspace{.1cm} dV = \iiint_{E} 0 \hspace{.1cm} dV = 0.$$
My question is: is what I just did correct?
This problem is supposed to be taken from a final exam in a course a couple semesters ago, but seems a little to easy, that's why I'm hesitant.
UPDATE:
Okay, so the spherical cap has equation $z = 4 + \sqrt{25 - x^2 - y^2}.$ Then $$\iint_{\partial E } \mathbf{V} \cdot d \mathbf{S} = \iint_{D} (- 0 \frac{\partial z}{\partial x} - 0 \frac{\partial z}{\partial y} + 2) dA = \int_{0} ^{2 \pi} \int_{0} ^{5} 2 r dr d\theta = 50\pi.$$ Is this right?
UPDATE 2:
I think something in the statement of the problem might be important. The problem has context: the spherical cap represents a hot air balloon and the hot air escapes through the balloon's porous surface according to the speed field $\mathbf{V}.$
Maybe the word escapes is important. I'm sorry I didn't write it from the beginning.