This question is loosely related to a question I asked earlier today about surface parametrisation.
I have the vector field $\boldsymbol{v}=(2z,x,y)$ and want to find the surface integral
$$ \int_S (\nabla \times \boldsymbol{v}) \cdot d\boldsymbol{A} $$
where $S$ is the surface of the paraboloid $z=x^2+y^2$ underneath the plane $z=y$, bounded by the curve $C$ formed by the intersection of the paraboloid $z=x^2+y^2$ and the plane $z=y$.
I realise that there are simpler surfaces to pick (the disc) or I could use Stokes' Theorem and find the line integral over $C$, but my question specifically concerns the surface described above.
I can use the fact that we have a level set
$$ f=x^2+y^2-z=0 \implies \nabla f = (2x, 2y, -1)$$ which describes our surface and the normals to it. Then by a well known result,
$$ \begin{split} \int_S (\nabla \times \boldsymbol{v}) \cdot d\boldsymbol{A} &= \int_A \frac{ (\nabla \times \boldsymbol{v}) \cdot \nabla f}{\boldsymbol{e}_3 \cdot \nabla f} \, dx \, dy \\ &=\int_A(1-2x-4y) \, dx \, dy \end{split} $$
but I'm not really sure where to go from here (i.e. how to pick the limits of integration). I was thinking about parameterising the projection of $C$ in the $xy$ plane using polars but this seems completely wrong as I'm considering the surface of the paraboloid, not the disc. But I have no idea how you'd find the limits to use here/how you would even parameterise the paraboloid's surface to do the integral.
There are a lot of questions similar to this one on this site, but having read a lot of them, I'm still unsure as to whether a problem like this always gets reduced to a region in the $xy$ plane or if sometimes, you have to do some kind of a 3d parameterisation. The answer for me seems to be no, having looked at the proof of the result I've used above, and also simply due to the fact that the integral only has $dx \, dy$ at the end - no $dz$.
I'd be very grateful if anyone could shed some light on this - thanks.