A net is dipped in a river. Determine the flow rate of water across the net if the velocity vector field for the river is given by $\vec{v}=(x-y)\vec{i}+(z+y)\vec{j}+z^2\vec{k}$ and the net is given by $y=\sqrt{1-x^2-z^2}, y\geq 0$, oriented in the positive $y$-direction.
My attempt:
We need to find $\iint_{S}\vec{v}\,d\vec{S}$
The surface describes a hemisphere whose bottom is the disk $x^2+z^2\leq 1$ in the $xz$-plane. This sphere can be parameterized as $\vec{r}(\theta,\phi)=\cos\theta \sin\phi\vec{i}+\sin\theta \sin\phi\vec{j}+\cos\phi\vec{k}$ with $0\leq\theta\leq \pi$ and $0\leq\phi\leq \pi$.
Then I calculated $\vec{r}_{\theta}\times\vec{r}_{\phi}$ which turns out to be $-\cos\theta \sin^2\phi\vec{i}-\sin\theta \sin^2\phi\vec{j}-\sin\phi \cos\phi\vec{k}$.
Since we are interested in the positive $y$-direction, our normal vector $\vec{n}=-\vec{r}_{\theta}\times\vec{r}_{\phi}=\cos\theta \sin^2\phi\vec{i}+\sin\theta \sin^2\phi\vec{j}+\sin\phi \cos\phi\vec{k}$ because the $y$-component, which is $\sin\theta \sin^2\phi$ is always positive in the interval $0\leq\theta\leq \pi$.
Rewriting $\vec{v}$ in terms of our parameters we get, $\vec{v}=(\cos\theta \sin\phi-\sin\theta \sin\phi)\vec{i}+(\cos\phi+\sin\theta \sin\phi)\vec{j}+\cos^2\phi\vec{k}$
So we can express what we are seeking as the double integral $\int^\pi_{0}\int^\pi_{0}\vec{v}\cdot\vec{n}\,d\phi\,d\theta$ which equals $\int^\pi_{0}\int^\pi_{0}((\cos\theta \sin\phi-\sin\theta \sin\phi)\vec{i}+(\cos\phi+\sin\theta \sin\phi)\vec{j}+\cos^2\phi\vec{k})\cdot(\cos\theta \sin^2\phi\vec{i}+\sin\theta \sin^2\phi\vec{j}+\sin\phi \cos\phi\vec{k})\,d\phi\,d\theta$
This looks extremely tedious to deal with. I expanded the brackets but could not see any similar terms that could be simplifed. Am I miscalculating something or is my approach not the best one? This is a freshman year multivariable calculus problem so I don't know any other fancy methods to solve this.
The divergence theorem works well here, provided you close the surface beforehand with the disk $S_1$ of equation $x^2+z^2=1$ in the $xz$ plane.
Your flux equals $$ \iint_S \vec{v}\cdot d\vec{S}+\iint_{S_1} \vec{v}\cdot d\vec{S}-\iint_{S_1} \vec{v}\cdot d\vec{S}\\ =\iint_{S\cup S_1} \vec{v}\cdot d\vec{S}-\iint_{S_1} \vec{v}\cdot d\vec{S}\\ =\iiint_E \nabla \cdot\vec{v} \;dV-\iint_{S_1} \vec{v}\cdot d\vec{S}\\ =\iiint_E (1+1+2z)\; dV + \iint_{S_1}z \;dS $$
Computations are easier once you are there.