logo

Rodrigues' Formula for Hermite Polynomial 📂Functions

Rodrigues' Formula for Hermite Polynomial

Official

The explicit form of the Hermite polynomial is as follows.

Physicist’s Hermite Polynomial

Hn=(1)nex2dndxnex2(1) H_{n} = (-1)^{n} e^{x^2} {{d^{n}} \over {dx^{n}}} e^{-x^2} \tag{1}

Probabilist’s Hermite Polynomial

Hen=(1)nex22dndxnex22 H_{e_{n}} = (-1)^{n} e^{{x^2} \over {2}} {{d^{n}} \over {dx^{n}}} e^{- {{x^2} \over {2}}}

Derivation

The solution to the differential equation below

ynx2yn=(2n+1)yn(2) y_{n}^{\prime \prime} - x^{2}y_{n} = -(2n+1)y_{n} \tag{2}

is called the Hermite function, and is as follows.

yn=ex22Dnex2 y_{n} = e^{\frac{x^{2}}{2}}D^{n}e^{-x^{2}}

Here, D=ddxD = \dfrac{d}{dx} is the differential operator. The Hermite function and the Hermite polynomial satisfy the following equation.

yn=(1n)ex22Hn(x) y_{n} = (-1^{n})e^{-\frac{x^{2}}{2}}H_{n}(x)

Calculating the derivative of yny_{n} yields the following.

yn=(1n)(xex22)Hn(x)+(1n)ex22Hn(x)yn=(1n)[(ex22)Hn(x)+x2ex22Hn(x)+(xex22)Hn(x)]+(1n)[(xex22)Hn(x)+(1n)ex22Hn(x)] \begin{align*} y_{n}^{\prime} &= (-1^{n})(-xe^{-\frac{x^{2}}{2}})H_{n}(x) + (-1^{n})e^{-\frac{x^{2}}{2}}H_{n}^{\prime}(x) \\ y_{n}^{\prime \prime} &= (-1^{n})\left[ (-e^{-\frac{x^{2}}{2}})H_{n}(x) + x^{2}e^{-\frac{x^{2}}{2}}H_{n}(x) + (-xe^{-\frac{x^{2}}{2}})H_{n}^{\prime}(x)\right] \\ &\quad +(-1^{n})\left[ (-xe^{-\frac{x^{2}}{2}})H_{n}^{\prime}(x) + (-1^{n})e^{-\frac{x^{2}}{2}}H_{n}^{\prime \prime}(x) \right] \end{align*}

Substituting this result into (2)(2) gives the following.

[ex22Hn(x)2xex22Hn(x)+(x21)ex22Hn(x)]x2ex22Hn(x)+(2n+1)ex22Hn(x)=0 \left[ e^{-\frac{x^{2}}{2}}H_{n}^{\prime \prime}(x) - 2xe^{-\frac{x^{2}}{2}}H_{n}^{\prime}(x) + (x^{2}-1)e^{-\frac{x^{2}}{2}}H_{n}(x) \right] - x^{2}e^{-\frac{x^{2}}{2}}H_{n}(x) + (2n + 1)e^{-\frac{x^{2}}{2}}H_{n}(x) = 0

In summary, we obtain the following equation.

Hn(x)2xHn(x)+2nHn(x)=0 H_{n}^{\prime \prime}(x) - 2xH_{n}^{\prime}(x) + 2nH_{n}(x) = 0