Rodrigues' Formula for Hermite Polynomial
📂FunctionsRodrigues' Formula for Hermite Polynomial
Official
The explicit form of the Hermite polynomial is as follows.
Physicist’s Hermite Polynomial
Hn=(−1)nex2dxndne−x2(1)
Probabilist’s Hermite Polynomial
Hen=(−1)ne2x2dxndne−2x2
Derivation
The solution to the differential equation below
yn′′−x2yn=−(2n+1)yn(2)
is called the Hermite function, and is as follows.
yn=e2x2Dne−x2
Here, D=dxd is the differential operator. The Hermite function and the Hermite polynomial satisfy the following equation.
yn=(−1n)e−2x2Hn(x)
Calculating the derivative of yn yields the following.
yn′yn′′=(−1n)(−xe−2x2)Hn(x)+(−1n)e−2x2Hn′(x)=(−1n)[(−e−2x2)Hn(x)+x2e−2x2Hn(x)+(−xe−2x2)Hn′(x)]+(−1n)[(−xe−2x2)Hn′(x)+(−1n)e−2x2Hn′′(x)]
Substituting this result into (2) gives the following.
[e−2x2Hn′′(x)−2xe−2x2Hn′(x)+(x2−1)e−2x2Hn(x)]−x2e−2x2Hn(x)+(2n+1)e−2x2Hn(x)=0
In summary, we obtain the following equation.
Hn′′(x)−2xHn′(x)+2nHn(x)=0
■