$\displaystyle\iint_{B} x \,dx\,dy$ where $B$ is the circle $x^2+y^2 -x \leq 0$
I am having trouble with this integral.
I already know that $B$ is a circle with center $(1/2,0)$ and radius $1/2$.
I think it would be better to transform in polar coordinates, but what is the variation of $r$ then?
hint
Your disk can be parametrized as $$x=\frac 12 +r\cos(t)$$ $$y=r\sin(t)$$ with $$0\le t\le 2\pi$$ and $$0\le r\le \frac 12$$
the integral becomes
$$\int_0^{\frac 12}\int_0^{2\pi}(\frac 12+r\cos(t)rdrdt$$ $$=\frac{\pi}{8}$$
because $$\int_0^{2\pi}\cos(t)dt=0$$