How can I show the expansion of Hermite Polynomials using exponential functions?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
Messages
4,662
Reaction score
372
I need to show that:
[tex]\sum_{n=0}^{\infty}\frac{H_n(x)}{n!}y^n=e^{-y^2+2xy}[/tex]
where H_n(x) is hermite polynomial.

Now I tried the next expansion:
[tex]e^{-y^2}e^{2xy}=\sum_{n=0}^{\infty}\frac{(-y)^{2n}}{n!}\cdot \sum_{k=0}^{\infty}\frac{(2xy)^k}{k!}[/tex]
after some simple algebraic rearrangemnets i got:
[tex]\sum_{n=0}^{\infty}(2x-y)^n\frac{y^n}{n!}[/tex]
which looks similar to what i need to show, the problem is that the polynomial (2x-y)^n satisifes only the condition: H_n'(x)=2nH_n-1(x)
and not the other two conditions, so i guess something is missing, can anyone help me on this?

thanks in advance.
 
Last edited:
on Phys.org
[tex]e^{-y^2}=\sum_{n=0}^{\infty}\frac{(-y)^{2n}}{n!}[/tex]
Is this correct?

I'm inclined to think that:
[tex]e^{-y^2}=\sum_{n=0}^{\infty}\frac{(-y^2)^{n}}{n!}[/tex]
[tex]=\sum_{n=0}^{\infty}\frac{(-1)^n y^{2n}}{n!}[/tex].?
 
What two other conditions do these polynomials have to satisfy?
 
H''_n-2xH'_n+2nH_n=0
H_n+1-2xH_n+2nH_n-1=0

according to this exercise.

well I looked at wikipedia, and I guess I only need to use the first definition given at wikipedia.