Compute the following integral: $\int_D \ln(x^2+y^2)dxdy$ where $D$ is the disc $x^2+y^2 \le1$ in $R$ into polar coordinates.
What I have tried: $r^2\le1 \implies r\le1$ we also have $0 \le\theta\le2\pi$
This produces $$\int_0^{2\pi} d\theta\int_0^1\ln(r)\cdot r dr \implies 2\pi\int \ln(r)\cdot r dr$$
Taking the integral by parts to tackle the $dr$ integral we have $du = \frac{1}{r}$ and $v = \frac{r^2}{2}$
Which gives $$2\pi \left[\frac{\ln(r)r^2}{2}\Biggr|_0^1-\frac{1}{2}\int_0^1 rdr\right]\implies-\frac{2\pi}{4}$$
However, the right answer should be $-\pi$ any idea where I went wrong? Also, the actual question asks me to let "$D_\delta$ be the annulus $\delta^2\le x^2+y^2\le1$ as I'm supposed to show that this integral has a finite limit which is $-\pi$ although I'm unsure on how to proceed with this and would really appreciate the communities support.