How do we use Fourier’s transform to solve integral:
$$ \int_{-\infty }^{\infty }\frac{t^2\cos^2(t)+\sin^2(t)-t\sin(2t)}{t^4}dt $$
The answer is $\pi/3.$
May I know the approach for solving this integral? I think Parseval’s theorem is one of the approach. Apart from that, is there any other methods to solve this integral?
If the complex integration is acceptable, we can do the following. Using the relations $\displaystyle \cos^2t=\frac{1+\cos2t}{2}; \,\sin^2t=\frac{1-\cos2t}{2}$ and making the substitution $t=\frac{x}{2}$, we can write the integral in the form $$I=\int_{-\infty}^\infty\Big(x^2(1+\cos x)+4(1-\cos x)-4x\sin x\Big)\frac{dx}{x^4}$$ $$=\Re\int_{-\infty}^\infty\Big(x^2(1+e^{ix})+4(1-e^{ix})+4ixe^{ix}\Big)\frac{dx}{x^4}=\Re\int_{-\infty}^\infty f(x)dx=\Re J$$ Now we create a closed contour, adding a big half-circle in the upper half of the complex plane ($I_R$, counter-clockwise) and a small half-circle around $x=0$ ($I_r$, clockwise). There are no singularities inside our contour; therefore $$\oint f(x)dx=J+I_R+I_r=0$$ Integral along a big half-circle $I_R\,\to 0$ as $R\to\infty$ , and we are left with $$J=-I_r=\pi i\,Res_{x=0}f(x)$$ To find the residue, we decompose the integrand near $x=0$: $$f(x)=\frac{1}{x^4}\Big(x^2(2+ix+...)+4(-ix+\frac{x^2}{2!}+\frac{ix^3}{3!}+..)+4ix(1+ix-\frac{x^2}{2!}+..)\Big)$$ The residue is the coefficient at $\displaystyle\frac{1}{x}:\,\,\,i+\frac{4}{6}i-2i=-\frac{i}{3}$ $$I=\Re\,J=\Re\,\Big(\pi i\cdot\frac{-i}{3}\Big)=\frac{\pi}{3}$$