$$\iint\limits_{D} \left(x^2+y^2\right)\mathrm{d}x \mathrm{d}y$$
Where the domain is $D$: $x\le x^2+y^2 \le 2x,\ \ y\ge 0$
So far I have tried getting the bounds by working on the domain and taking the right part i could determine that $y^2+(x-1)^2 = 1$ which would be a circle, but other than that i have no idea how to work the first part of the inequality
The two conditions $$ x\le x^2+y^2\le 2x$$ collect all points $(x,y)$
The picture for these two conditions only is:
We further have to restrict to the part $y\ge 0$. But note the symmetry of both the blue domain $D$ above, and of the function under the integral w.r.t. the $Ox$ axis. So we may integrate on $D-D'$, and take half of the result.
The integral to be computed, call it $$ J \ ,$$ is a difference of two integrals. Each of the two integrals can be then computed
by either splitting the variables via Cavalieri / Fubini, and to have a simpler bound among the two, we may want to use the symmetry w.r.t. the $Ox$-axis, and start in $y=0$,
or by passing to polar coordinates
We will integrate on the whole blue part, so that in case the sine integral appearing is done on a full period, and vanishes $\int_0^{2\pi}\sin t\; dt=0$. Alternatively, we may switch $\sin$ and $\cos$ in the polar coordinate parametrizations. $$ \begin{aligned} J&=\frac 12\int_{D-D'}(x^2 +y^2)\; dx\; dy \\ &= \frac 12\int_{D}(x^2 +y^2)\; dx\; dy - \frac 12\int_{D'}(x^2 +y^2)\; dx\; dy \\ &= \int_{D\ :\ x\ge 0}(x^2 +y^2)\; dx\; dy - \int_{D'\ :\ x\ge 0}(x^2 +y^2)\; dx\; dy \\ &= \int_{x=0}^{x=2}dx\int_{y=0}^{y=\sqrt{2x-x^2}}(x^2+ y^2)\; dy - \int_{x=0}^{x=1}dx\int_{y=0}^{y=\sqrt{x-x^2}}(x^2+ y^2)\; dy \\ &= \int_{x=0}^{x=2}dx\left[x^2y +\frac 13y^3\right]_{y=0}^{y=\sqrt{2x-x^2}} - \int_{x=0}^{x=1}dx\left[x^2y +\frac 13y^3\right]_{y=0}^{y=\sqrt{x-x^2}} \\ &= \int_0^2 dx\left[x^2 +\frac 13(2x-x^2)\right]\sqrt{2x-x^2} - \int_0^1 dx\left[x^2 +\frac 13(x-x^2)\right]\sqrt{x-x^2} \\ &= \cdot\frac{3\pi}{4} - \cdot\frac{3\pi}{64} = \frac{3(16-1)\pi}{64} = \bbox[yellow]{\ \frac{45\pi}{64}\ }\ . \\[4mm] &\qquad\qquad\text{ Alternatively:} \\[4mm] J&=\frac 12\int_{D-D'}(x^2 +y^2)\; dx\; dy \\ &= \frac 12\int_{D}(x^2 +y^2)\; dx\; dy - \frac 12\int_{D'}(x^2 +y^2)\; dx\; dy \\ &= \frac 12\int_0^1\int_0^{2\pi}(1+2r\sin t+r^2)\; r\; dt\; dr - \frac 12\int_0^{1/2}\int_0^{2\pi}\left(\frac 14+r\sin t+r^2\right)\; r\; dt\; dr \\ &= \pi\int_0^1(1+r^2)\; r\; dr - \pi\int_0^{1/2}\left(\frac 14+r^2\right)\; r\; dr \\ &= \pi\left[\frac 12r^2+\frac 14r^4\right]_0^1 - \pi\left[\frac 18r^2+\frac 14r^4\right]_0^{1/2} \\ &= \pi\left[\frac 12+\frac 14\right] - \pi\left[\frac 1{32}+\frac 1{64}\right] = \bbox[yellow]{\ \frac{45\pi}{64}\ }\ . \end{aligned} $$