I want to compute $\int_0^{\infty} \dfrac{1}{(1+x^2)^2}dx$, using Plancherel.
So define $f(x) = \dfrac{1}{1+x^2}$ , then $f\in L_1\cap L_2$ so by Plancherel we know that $||f||_2 =||\hat{f}||_2$ where $\hat{f}(t) = \dfrac{1}{\sqrt{2\pi}}\int_{-\infty}^{\infty}f(x)e^{-ixt}dx$.
So we have that $$\int_0^{\infty} \dfrac{1}{(1+x^2)^2}dx = ||f||_2^2 = ||\hat{f}||_2^2 = \int_0^{\infty}( \dfrac{1}{\sqrt{2\pi}}\int_{0}^{\infty}f(x)e^{-ixt}dx)^2dt = $$
$$\dfrac{1}{2\pi}\int_0^\infty(\int_0^\infty\dfrac{e^{-ixt}}{1+x^{2}}dx)^2dt$$
This was the guidance in the exercise (using Plancherel) and it seems a bit difficult (or maybe I'm missing something). Is the inner integral easy to compute? If so, how?
Thanks for helping!