How many cubic metres of fluid cross the upper hemisphere $x^{2}+y^{2}+z^{2}=1$, $z\ge0$ per second if the velocity of the flow is $\mathbf{u} = \mathbf{i}+x\mathbf{j}+z\mathbf{k}$ metres per second.
I don't really know how to start here, I know I have to parametrise the hemisphere but i'm not really sure how to, then I must find the surface normal to this and so on but I don't really know how to parametrise this surface.
Hint: The normal is in the radial direction, so it's just $\hat n = {1 \over \sqrt{x^2 + y^2 + z^2}}\langle x,y,z\rangle$.
Write down the surface integral over the hemisphere $S$ and it's ugly:
$$I = \iint_S {1 \over \sqrt{x^2 + y^2 + z^2}}\langle x,y,z\rangle \cdot \langle 1,x,z\rangle \ dA = \iint_S (x + xy + z^2) \ dA$$
To me at least, this suggests spherical polars aren't going to save us a pesky calculation. Who doesn't like nice, clean easy calculations? Hmm, how about Gauss's theorem. Looks promising as the divergence of the flow is just $\nabla\cdot\langle 1,x,z\rangle = 1$.
If you do use Gauss's theorem, don't forget to consider the second boundary of the hemisphere, the disk $D = \{ (x,y,z) \in \mathbb R^3 : x^2 + y^2 \leq 1, z = 0 \}$. It's normal is $-\hat z$.