0

$$ \int_{-\infty}^{\infty} e^{-i a x} e^{-b x^2} \,\mathrm d x$$

Is there any good trick to solve this type integral? I guess there's a way to make that form like $\int e^{-x^2} \,\mathrm d x$. So I could get answer in terms of $\pi$. Is there any good trick that I can solve this easily?

3 Answers3

3

If we can differentiate under the integration sign,

$$\frac{\partial I}{\partial a}=-i\int x\,e^{-iax-bx^2/2}dx.$$ (Notice the $/2$ for convenience.)

Then we can write $$-iaI+\frac bi\frac{\partial I}{\partial a}=\int(-ia-bx)e^{-iax-bx^2/2}dx=\left.e^{-iax-bx^2/2}dx\right|_{-\infty}^\infty=0.$$

Hence the differential equation

$$\frac{\partial I}{\partial a}+\frac abI=0$$

that is separable and solved by

$$I=Ce^{-a^2/2b}.$$

The integration constant can be determined by setting $a=0$,

$$C=\int_{-\infty}^\infty e^{-bx^2/2}dx=\frac1{\sqrt b}\int_{-\infty}^\infty e^{-x^2/2}dx.$$

  • How did you know which to use as a parameter between a and b? I really like it. – Rumplestillskin Jun 14 '18 at 09:56
  • Using $b$ leads nowhere because it will introduce a factor $x^2$ when what you need is $x$ to form the derivative of $iax+bx^2/2$. –  Jun 14 '18 at 10:35
  • if for example the exponent of the $e^{-bx^2/2}$ was something different that required you to include an $x$ term in the differential equation for $I$. Is this legal? So for example if the DE was $-iaI + bx/i \frac{\partial I}{\partial a} = \cdots = 0$. – Rumplestillskin Jul 17 '18 at 06:14
-1

Trick, is that what you want? $$ F(z) = \int_{-\infty}^\infty e^{zx}e^{-bx^2} $$ is an analytic function of $z$, so if you know it on an infinite set (such as $z \in \mathbb R$, where Rhys's change of variables works without extra effort), then you get it for free on the rest of the values of $z$.

GEdgar
  • 111,679
-3

You have $$\int_{-\infty}^{\infty}{\frac{1}{e^{bx^2+axi}}dx}$$ Try substituting out $u=bx^2+axi$

Rhys Hughes
  • 12,842