Hermite polynomial expression

282 Views Asked by At

I want to expand $e^{-a^2 x^2}$ to a series with the hermite polynomials $H_{2n}(x)$ but i can't find out how. I've already expanded $x^{2n}$,$x^{2n+1}$ and $e^{ax}$ to a series of$H_n(x)$ but i can't relate them. Any help?

1

There are 1 best solutions below

2
On BEST ANSWER

It is known that $$\sum_{n=0}^\infty \frac{H_n(x)H_n(y)}{n!}\left(\frac u 2\right)^n= \frac{1}{\sqrt{1-u^2}} e^{\frac{2u}{1+u}x y-\frac{u^2}{1-u^2}(x-y)^2}$$ If we let $y=0$ we find that $$\sqrt{1-u^2}\sum_{n=0}^\infty \frac{H_n(x)H_n(0)}{n!}\left(\frac u 2\right)^n= e^{-\frac{u^2}{1-u^2}x^2}$$ If we run the substitution $a^2 = \frac{u^2}{1-u^2}$ we can solve for $u$ and subsitute in to get a closed form for your series. Wikipedia cites this source, which is in German but provides the needed documents for free as far as I could tell. Note that you can probably clean this up a bit to be in terms of $H_{2n}(x)$, since the Hermite Numbers $H_n(0)$ are defined to be $0$ for odd $n$.