Special Integrals Hermite(2n+1,x)*Cos (bx) and e^(-x^2/2)

  • Context: Graduate 
  • Thread starter Thread starter dongsh2
  • Start date Start date
  • Tags Tags
    Integrals
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
dongsh2
Messages
28
Reaction score
0
Do some one know how to integrate the
Hermite(2n+1,x)*Cos (bx) and e^(-x^2/2), x from 0 to infinity?
 
Physics news on Phys.org
Do some one know how to integrate the
Integrate [Hermite(2n+1,x)*Cos (bx)*e^(-x^2/2), {x,0, \infinity}]?
 
Svein said:
Check out http://en.wikipedia.org/wiki/Gaussian_integral. It tells you most of what you need to know about that integral.

Thanks. However, what I want to calculate is : Integrate[Exp[-x^2/2]Cos[ b x] HermiteH[2n+1,x],{x,0,\infinity}]. I have checked some references but I cannot find the result.
 
If we leave the Hermite polynoms for a moment, we can transform the rest: [itex]e^{-\frac{x^{2}}{2}}\cos(bx)[/itex] is the real part of [itex]e^{-\frac{x^{2}}{2}+ibx}[/itex]. The exponent can be further transformed: [itex]-\frac{x^{2}}{2}+ibx=-\frac{1}{2}(x^{2}-2ibx)=-\frac{1}{2}(x-ib)^{2}-\frac{1}{2}b^{2}[/itex]. Thus you end up with [itex]e^{-\frac{1}{2}(x-ib)^{2}}\cdot e^{-\frac{1}{2}b^{2}}[/itex], where the last part is constant. Now, put z = (x-ib), then dz = dx. Use that with the contents of the link I gave you and see where you end up.
 
Thanks. However, it is not easy as what you thought. The problem is: x \in (0,\infinity). If we take z=x-i b and we have dz=dx, but the Hermite polynomial becomes
H[2n+1, z+ib] and integral interval becomes (-i b,\infinity). Using the mathematica, it still cannot find the solutions.