Let $Q=[0,1]^2$, compute the integral:
$$\int_Q\frac{1}{|x|} \, dx$$
I tried to take $x=(x_1,x_2)$, then the integral is:
$$\int_Q\frac{1}{\sqrt{x_1^2+x_2^2}} \, dx_1 \, dx_2$$
Then I moved to polar coordinates $(x_1,x_2)=(r\cos\theta,r\sin\theta)$, so the integrand is $\frac{1}{\sqrt{r^2}}r=1$.
I could't find the integral's domain. I took $0\leq r\cos\theta\leq1$ and $0\leq r\sin\theta\leq1$ from $(x_1,x_2)\in Q$.
Then I got $0\leq r\leq\sqrt2$, but I didn't mange to find $\theta$'s interval, is it $\displaystyle \Big[0,\frac{\pi}{2}\Big]$?
Final result by WA is: $2\log(1 + \sqrt2)$
$$\begin{eqnarray*}\iint_{(0,1)^2}\frac{da\,db}{\sqrt{a^2+b^2}}&\stackrel{\text{symmetry}}{=}&2\int_{0}^{1}\int_{0}^{a}\frac{1}{\sqrt{a^2+b^2}}\,db\,da\\&\stackrel{b\mapsto a c}{=}&2\int_{0}^{1}\int_{0}^{1}\frac{1}{\sqrt{1+c^2}}\,dc\,da\\&=&2\,\text{arcsinh}(1)=\color{red}{2\log(1+\sqrt{2}).}\end{eqnarray*}$$