I'm trying to follow a proof (with many steps omitted) and got to the left-hand side of the equation below. The proof, however, continues with the right-hand side.
$$\int_{-\infty}^{\infty}\frac{e^{imx}-xime^{imx}}{(x^2+a^2)^{3/2}}dx = 2\int_{0}^{\infty} \frac{\cos (mx)+mx \sin (mx)}{(x^2+a^2)^{3/2}}dx$$
Is there a good reason for the complex component of the integral on the left to be zero? Sorry, my mathematics isn't great...
Thank you in advance!
If $f$ is an odd function then, $\forall a \in \mathbb{R}$ $$\int_{-a}^{a} f=0$$ And if $\exists \int_{0}^{\infty} f$ and $\exists\int_{-\infty}^{0} f$ (it's not infinity), then $$\int_{-\infty}^{\infty} f=0$$ And in the case of even function, $\forall a \in \mathbb{R}$ $$\int_{-a}^{a}f=2\int_{0}^{a}f$$ And if $\exists \int_{0}^{\infty} f$ and $\exists\int_{-\infty}^{0} f$ (it's not infinity), then $$\int_{-\infty}^{\infty} f=2\int_{0}^{\infty}f$$ In your case, $\frac{i\sin(mx)}{(x^2+a^2)^{3/2}}$ and $\frac{-mix\cos(x)}{(x^2+a^2)^{3/2}}$ are odd, and $\frac{\cos(mx)}{(x^2+a^2)^{3/2}}$ and $\frac{mx\sin(mx)}{(x^2+a^2)^{3/2}}$ are even.