I'm solving the below exercise.
Find the flux of the curl across $S$ in the direction $n$ of the field $F$, when $S : z = x^2 + 4y^2$ lying beneath the plane $z=1$, with the normal having a positive $k$-component, and $F = \langle y, -xz, xz^2\rangle$.
I applied two methods, but the results were not same.
When I let $S : g(x, y, z) = z - x^2 - 4y^2$, ($0 \leq z \leq 1$), then $n\,d\sigma = \nabla g / |\nabla g \cdot k| \,dx\,dy = \nabla g \,dx\,dy = \langle -2x, -8y, 1 \rangle\,dx\,dy$
If I define $x = u \cos v$, $y = (u/2) \sin v$, and $z = u^2$, ($0 \leq u \leq 1$, $0 \leq v \leq 2\pi$), then $n\,d\sigma = \langle -2u \cos v, -8u \sin v, 1\rangle u\,du\,dv$
However, when I let $ S : r(u, v) = (u \cos v, (u/2) \sin v, u^2)$, ($0 \leq u \leq 1$, $0 \leq v \leq 2\pi$), then $n\,d\sigma = (\partial r/ \partial u)\times(\partial r/\partial v)\,du\,dv= \langle -u^2 \cos v, -4u^2 \sin v, u/2\rangle\,du\,dv$
Here is the problem. The former is twice as large as the latter. What's wrong with the above?