I was trying to figure the volume of a convex body and I ran into the following integral:
$$\displaystyle\int_0^{\frac{\pi}{2}}\left( \int_{-1}^1\int_{-1}^1 |x\cos(\theta)+y\sin(\theta)|\,dxdy \right)^{-2}d\theta.$$
So you have a geometric idea we are integrating on the first quadrant of the 2-dimensional sphere and on centered square of side 2. As it's the volume of a convex body I know it must be finite but I'm incapable to solve it. I will appreciate any help. Thank you in advance!
Tricky question. If we exploit $$ |K|=\int_{-\infty}^{+\infty}\frac{1-\cos(K s)}{\pi s^2}\,ds \tag{1} $$ we get that $$ \iint_{[-1,1]^2}\left|ax+by\right|\,dx\,dy = \frac{4}{\pi}\int_{-\infty}^{+\infty}\frac{a b s^2-\sin(a s)\sin(b s)}{a b s^4}\,ds \tag{2}$$ so by computing the RHS of $(2)$ through Fourier or Laplace transforms: $$ \iint_{[-1,1]^2}\left|ax+by\right|\,dx\,dy = \frac{2}{3\max(a,b)}\left[a^2+b^2+2\max(a,b)^2\right]\tag{3} $$ for any $a,b\geq 0$. By setting $a=\cos\theta$ and $b=\sin\theta$, for any $\theta\in\left(0,\frac{\pi}{2}\right)$ we have $$ \iint_{[-1,1]^2}\left|x\cos\theta+y\sin\theta\right|\,dx\,dy = \frac{2}{3\max(\sin\theta,\cos\theta)}\left[1+2\max(\cos\theta,\sin\theta)^2\right]\tag{4}$$ and the original integral equals
$$ I=\int_{0}^{\pi/4}\left[\frac{3\cos\theta}{2(1+2\cos^2\theta)}\right]^2\,d\theta+\int_{\pi/4}^{\pi/2}\left[\frac{3\sin\theta}{2(1+2\sin^2\theta)}\right]^2\,d\theta \tag{5}$$ and by symmetry and the substitution $\theta=\arctan u $ it follows that: $$\boxed{ I = \color{red}{\frac{1}{48}\left(9+2\pi\sqrt{3}\right)}}\tag{6} $$