-1

We have: $$I(a) =\int_{-\infty}^{+\infty}e^{-(ax^2+2bx)}dx $$ To prove: $$I(a) = \sqrt{\frac\pi a}e^{b^2/a}$$

I tried to differencate both sides, and got this:

Left side:

$$I'(a) = -2a\int_{-\infty}^{+\infty}xe^{-(ax^2+2bx)}dx -I(a)$$

Right side:

$$I'(a) = -I(a)\frac{b^2}{a^2}-I(a)\frac{1}{2a}$$

Vasily Mitch
  • 10,129
Egor
  • 283

2 Answers2

2

Use $y=x+b/a$ so $I(a)=\int_{\Bbb R}e^{-ay^2+b^2/a}dy$, so the problem reduces to proving $\int_{\Bbb R}e^{-ay^2}dy=\sqrt{\frac{\pi}{a}}$. You can do the rest yourself (there are many ways to get $I(1)$, which is the crux of it).

J.G.
  • 115,835
1

notice that: $$ax^2+2bx=\left(\sqrt{a}x+\frac{b}{\sqrt{a}}\right)^2-\frac{b^2}{a}$$ Then you can make the substitution $u=\sqrt{a}x+\frac{b}{\sqrt{a}}$ and it can then be easily defined using well known definitions

Henry Lee
  • 12,215