Use polar coordinates to calculate the integral $\int\int_R(x²+y²)\,dx\,dy$ where $R$ is the region inside $x²-4x+y²=0$ and outside $x²-2x+y²=0$.
This is the graphic of the region: https://i.stack.imgur.com/Y2E3C.png
I assumed with such information the point $(1,0)$ as the center of the region, but don't know how to set the upper limit of the integral of $r$.
$$2\int_0^\pi\int_1^?r^2*r\, dr\,d\theta$$
What I put in '?', or I'm doing it wrong?
The outer circle is \begin{equation} r=4\cos \theta \end{equation}
and the inner circle is
\begin{equation} r=2\cos \theta \end{equation}
so the integral is
\begin{equation} 2\int _{0}^{\pi/2}\int _{2\cos \theta }^{4\cos \theta}r^{3}drd\theta \end{equation}
Note: symmetry allows you to integrate from $0$ to $\pi /2$ and multiply the result by $2$