$$\int_{-\infty}^{\infty} \frac{\sin(t)}{t(1+t^2)} dt$$
$$\int_{-\infty}^{\infty} \frac{\sin(t)}{t(1+t^2)} dt={\bf Im} \int_{-\infty}^{\infty} \frac{e^{it}}{t(1+t^2)} dt $$ for denominator roots $$t(1+t^2)=0$$ then roots are: $$(0,i,-i)$$
I am going to calculate the integral value by determining residues associated to $0$ and $i$
\begin{eqnarray} {\bf Im}\int_{-\infty}^{\infty} \frac{e^{it}}{t(1+t^2)} dt &=&{\bf Im}\Big( \pi i \ \lim_{t \to 0} \frac{e^{it}}{1+t^2}+2 \pi i \ \lim_{t \to i} \frac{e^{it}}{t(t+i)}\Big)\\&=&{\bf Im}(\pi i + 2 \pi i \frac{e^{-1}}{-2})\\&=&\pi(1-e^{-1}) \end{eqnarray}
Is it correct?
How can I apply Plancherel theorem to calculate the same integral?
Thanks!