So I was told to find the surface integral $$\iint_{S} yz \mathrm dS$$ for the surface $S$ parametized as $$x=u^2,y=u \sin{v}, z=u \cos{v}$$ for the region $0\leq u\leq1$ and $0\leq v \leq \pi/2$.
So whati did was I computed the magnitude of the cross product, and I got $$\left|\mathbf{r_u} \times \mathbf{r_v}\right|=u\sqrt{1+4u^2}$$ which meant that I had to solve the double integral $$\int_{0}^{1}\int_{0}^{\pi/2}u^2\sin{v}\cos{v} \cdot u\sqrt{1+4u^2}\space \mathrm d u \mathrm d v.$$
If I split the integral using Fubini's Theorem, I'd then evaluate $$\int_{0}^{1}\sin{v}\cos{v} \space\mathrm d v\int_{0}^{\pi/2}u^2 \cdot u\sqrt{1+4u^2} \space \mathrm du.$$
Is this approach correct?