3
$\begingroup$

I want to evaluate the following integral ($n \in \mathbb{N}\setminus \{0\}$): $\frac{1}{\sqrt{2\pi}}\int_{-\infty}^{\infty}\exp\left(n x-\frac{x^2}{2}\right) \sin(2 \pi x)\ dx$ Maple and WolframAlpha tell me that this is zero and I also hope it is zero, but I don't see how I can argue for it.

I thought of rewriting the sine via $\displaystyle \sin(x)=\frac{e^{ix}-e^{-ix}}{2i}$ or using Euler's identity on $\exp(n x-\frac{x^2}{2})$. However, in both ways I am stuck...

Thanks for any hint.

1 Answers 1

7

$I = \frac{e^{n^2/2}}{\sqrt{2\pi}} \int_{-\infty}^{+\infty} e^{-\frac{(x-n)^2}{2}} \sin (2\pi x) \, dx \stackrel{x = x-n}{=} \frac{e^{n^2/2}}{\sqrt{2\pi}} \int_{-\infty}^{+\infty} e^{-\frac{x^2}{2}} \sin (2\pi x) \, dx$

Now divide the integral into two parts:

$\int_{-\infty}^{+\infty} e^{-\frac{x^2}{2}} \sin (2\pi x) \, dx = \int_{-\infty}^{0} e^{-\frac{x^2}{2}} \sin (2\pi x) \, dx + \int_{0}^{+\infty} e^{-\frac{x^2}{2}} \sin (2\pi x) \, dx$ Take one of them and substitute $t=-x$: $\int_{-\infty}^{0} e^{-\frac{x^2}{2}} \sin (2\pi x) \, dx = -\int_0^{+\infty}e^{-\frac{t^2}{2}} \sin (2\pi t) \, dt$ Because these integrals are finite, i.e.: $\int_0^{+\infty} \left| e^{-\frac{t^2}{2}} \sin (2\pi t) \right| \, dt \le \int_0^{+\infty}e^{-\frac{t^2}{2}} \, dt = \sqrt{\frac{\pi}{2}}$ We can write $I = 0$ and we are not dealing with any kind of indeterminate form like $\infty - \infty$.

  • 0
    I think the first line is not enough until you show the integral is finite. This is because $I$ is an improper integral and the $x$ variable can approach to $\pm\infty$ independently.2017-04-15