$$ \iint 4y - (x^2 + y^2) dxdy$$ over region $x^2 + (y-2)^2 = 2^2$. Basically I tried to solve this using twoo methods but I am getting different results.I want to know whether my method are correct (not computation part but otherwise setting up of integral)
I put $x = r \cos\theta$ and $y = r \sin\theta$ and my $r$ goes from $0$ to $4\sin\theta$ and $\theta $ goes from $0$ to $\pi$
I use change of variables by putting $x = r \cos\theta$ and $y = 2 + 2r \sin\theta$. and i get $J= 4r\,drd\theta$. o integral limits are $r$ goes from $0$ to $1$ and theta goes from $0$ to $2\pi$
My question is if my limits and integrand are correct in both methods or not