Integral of a squared Hermite Polynomial with a Gaussian that is not mean 0

214 Views Asked by At

I am interested in integrals of the following form: $$\text{I}(\mu,\sigma^2) = \int_{-\infty}^\infty dxH_n^2(x)e^{-(x-\mu)^2/2\sigma^2} $$ I know that in the case when $\mu = 0$ and $\sigma^2 = 1/2$ then $ I(0,1/2) = \sqrt{\pi}2^n n!$. I have tried following along the analysis by Jack D'Aurizio in Fourier transform of squared Gaussian Hermite polynomial, but using integrals of the form I am interested in. When doing this I end up with integrals of the form $$ \int_{-\pi}^\pi d\phi e^{a(cos(\phi)+b)^2}$$ which I believe have no solution in terms of elementary functions.

I have not been able to find a change of variables combined with properties of the Hermite Polynomials that simplify my integral into pieces with known solutions, but I am not very familiar with the properties of these polynomials.

1

There are 1 best solutions below

0
On

(Not a complete answer, more a naive suggestion.) For Hermite polynomials there is the transation formula $$H_n(x+y)=\sum_{k,s=0}^n\frac{H_s(x)}{s!}\,\frac{H_{n-2k-s}(y)}{(n-2k-s)!}\,\frac1{k!},\tag{1}$$ and the scaling formula $$H_n(cx)=\sum_{k=0}^{\lfloor n/2\rfloor}\frac{n!\,(-1)^k}{k!(n-2k)!}{(1-c^2)}^k\,c^{n-2k}\,H_{n-2k}(x);\tag{2}$$ see (4.6.33) and (4.6.36) in Mourad Ismail's book “Classical and quantum orthogonal polynomials in one variable”. So one (arguably tedious) way to compute this could be as follows:

  1. Perform the change of variable $t=\frac{x-\mu}{\sigma\sqrt2}$ so the integrand becomes ${H_n(t\sigma\sqrt2+\mu)}^2\,\mathrm e^{-t^2}$.
  2. Expand $H_n(t\sigma\sqrt2+\mu)$ using formula (1) with $x=t\sigma\sqrt2$ and $y=\mu$.
  3. Expand the square, so you will have many integrands but all of the form $H_s(t\sigma\sqrt2)H_{s'}(t\sigma\sqrt2)\,\mathrm e^{-t^2}$.
  4. Expand each $H_s(t\sigma\sqrt2)$ using (2) with $c=\sigma\sqrt2$ and $x=t$, so you get even more integrands but they all are of the form $H_s(t)H_{s'}(t)\,\mathrm e^{-t^2}$.
  5. Simplify all integrals using the orthogonality relations.
  6. It remains a (relatively complicated) binomial sum over several indices, but hopefully it simplifies nicely (using a CAS like Mathematica could help).