I'm trying to solve this exercise about Stokes Theorem: prove the validity of Stokes Theorem when $F(x,y,z)=(y,2x,2z)$ and $S$ is the part of the plane $z=y$ that lies in the cylinder $x^2+y^2=4y$ and $C$ is the area where the cylinder and the plane meet.
Solution:using stokes theorem $$\oint F.dR = \int \int_{S}(\operatorname {curl} F).n ds$$ From here I did some straight forward calculations. $$\operatorname {curl}F=(0,0,1)$$ $$n= \frac {(x,y,-2)}{\sqrt{x^2+y^2+4}}$$ $$ds= \frac{1}{2}\sqrt{x^2+y^2+4}$$
And finally we have $$\oint F.dR= -\int \int 1 dxdy$$ Here's my question: first why am I getting a negative integration? And second the last double integral means the area of what?? Or how do I determine the bounds for the integrals? Sorry if this is dumb? I'm just so confused!