Find the surface area of the portion of $z^2=2xy$ where $0 \le x \le 2$ and $0 \le y \le 1.$
I tried parametrizing the surface as $$r(u,v) = ui+vj+\sqrt{2uv}k.$$ Using this, I got that $\lVert \frac{\partial r} {\partial u} \times \frac{\partial r} {\partial v} \rVert = \sqrt{ \frac{v}{2u} + \frac{u}{2v} }.$ I now need to integrate this over $0 \le x \le 2$ and $0 \le y \le 1,$ but I don't see how to do this. How should I proceed, or should I change my parameterization?