So I have the following double integral
$$\int_{-2}^{0} \int_{-\sqrt{4-x^2}}^{\sqrt{4-x^2}} \sqrt{x^2+y^2} dydx$$
If I integrate with respect to y first I get: $\frac{1}{2}(y\sqrt{x^2+y^2}+x^2\log(\sqrt{x^2+y^2}+y)$
I understand that in polar coordinates $x=r\cos\theta$ and $y=r\sin\theta$, but am unsure how to convert the limits to polar coordinates? Thanks
Your integral is equal to $$\iint_D \sqrt{x^2+y^2}\,dx\,dy$$
Where $D$ is a set (see here for plot) defined in polar coordinates as:
$$D:0<r<2,\quad \tfrac12\pi< \theta<\tfrac32\pi$$
Use the fact that $x^2+y^2=r^2$ and rewrite your integral as $$\int_{\tfrac12\pi}^{\tfrac32\pi}\int_0^2\sqrt{r^2}r\,dr\,d\theta$$