Hermite Polynomials' Recursive Relations
📂FunctionsHermite Polynomials' Recursive Relations
Theorem
The Hermite polynomials satisfy the following recursive relation.
Hn′(x)Hn+1(x)=2nHn−1(x)=2xHn(x)−2nHn−1(x)=2xHn(x)−Hn′(x)
Proof
(1)
Solving using the Generating Function
Generating function of the Hermite polynomials
Φ(x,t)=e2xt−t2=n=0∑∞Hn(x)n!tn
Differentiating the generating function of the Hermite polynomials gives,
2te2xt−t2=n=0∑∞Hn′(x)n!tn
Then, the left side, by the definition of the generating function, is,
2tn=0∑∞Hn(x)n!tn=2te2xt−t2=n=0∑∞Hn′(x)n!tn
Rearranging gives,
n=0∑∞Hn′(x)n!tn=n=0∑∞2tHn(x)n!tn=n=0∑∞2(n+1)Hn(x)(n+1)!tn+1
Comparing the coefficients of n!tn in both sides gives,
Hn′(x)=2nHn−1(x)
■
Solving using the Differential Operator
Hermite polynomials
Hn(x)=(−1)nex2dxndne−x2
Let’s denote the differential operator as D=dxd. Differentiating the Hermite polynomial once gives,
DHn(x)=D[(−1)nex2Dne−x2]=(−1)n2xex2Dne−x2+(−1)nex2Dn+1e−x2=(−1)n2xex2Dne−x2+(−1)nex2Dn[(−2x)e−x2]
Applying the Leibniz rule to the second term gives
DHn(x)=(−1)n2xex2Dne−x2+(−1)nex2k=0∑n(n−k)!k!n!Dk(−2x)Dn−ke−x2=(−1)n2xex2Dne−x2+(−1)nex2k=0∑1(n−k)!k!n!Dk(−2x)Dn−ke−x2=(−1)n2xex2Dne−x2+(−1)nex2[−2xDne−x2−2nDn−1e−x2]=2n(−1)n+1ex2Dn−1e−x2=2n(−1)n−1ex2Dn−1e−x2=2nHn(x)
The second equality is valid when k≥2 is Dk(−2x)=0.
■
(2)
The proof follows the same methodology as for (1). Differentiating the generating function for t gives,
(2x−2t)n=0∑∞Hn(x)n!tn=(2x−2t)e2xt−t2=n=0∑∞Hn(x)(n−1)!tn−1
Reorganizing gives,
n=0∑∞Hn(x)(n−1)!tn−1=n=0∑∞[2xHn(x)−2tHn(x)]n!tn
Comparing the coefficients of n!tn on both sides gives,
Hn+1(x)=2xHn(x)−2tHn(x)
Furthermore, by (1) the following is true,
Hn+1(x)=2xHn(x)−Hn′(x)
■