1462535394E textofChap8Mod1
1462535394E textofChap8Mod1
Hermite Polynomials
by
Sandip Banerjee
Department of Mathematics
Indian Institute of Technology Roorkee
Roorkee 247667, Uttarakhand.
E-mail: [email protected]
Module 1: Solution of Hermite equation.
1. Hermite Polynomials
In mathematics, the Hermite polynomials fall in the category of classical or-
thogonal polynomial sequence which occurs in
• probability, such as the Edgeworth series;
• combinatorics, as an example of an Appell sequence, obeying the umbral
calculus;
• in physics, where they give rise to the eigenstates of the quantum harmonic
oscillator.
Hermite polynomials are named in honor of Charles Hermite. However, they
were first defined by Laplace in 1810 and studied in detail by Chebyshev in
1859. Unfortunately, Chebyshev’s work was overlooked. In 1864, Charles Her-
mite wrote the polynomials, stating them as new and hence the name Hermite
polynomial in his honor.
dy d2 y
be the series solution of (1). We differentiate (2) to get dx , dx2 and substitute
them in (1) to obtain
∞
X ∞
X
Cm (k + m)(k + m − 1)xk+m−2 − 2xCm (k + m)xk+m−1 + 2n Cm xk+m = 0
m=0 m=0
∞
X ∞
X
⇒ Cm (k + m)(k + m − 1)xk+m−2 − 2 Cm (k + m − n)xk+m = 0 (3)
m=0 m=0
1
which are distinct and differ by an integer. We now equate to zero the coefficient
of xk−1 in (7) to obtain
C1 k(k + 1) = 0 (4)
Cm (k + m)(k + m − 1) − 2Cm−2 (k + m − 2 − n) = 0
2(k + m − 2 − n)
Cm = Cm−2 (5)
(k + m)(k + m − 1)
2(m − 2 − n)
Cm = Cm−2 (6)
m(m − 1)
2n 2n (−1)1 .21 .n
C2 = − C0 = − C0 = − C0
2.1 2! 2!
2(2 − n) (−1)2 .2(2 − n) 2n (−1)2 22 n(n − 2)
C4 = C2 = × C0 = C0 ,
4.3 4.3 2! 4!
... ... ... ... ...
and
(−1)m 2m .n(n − 2)...(n − 2m + 2)
C2m = C0
(2m)!
and
(−1)m 2m .(n − 1)(n − 3)...(n − 2m + 1)
C2m+1 = C1
(2m + 1)!
.
2
From (2), with k = 0, we get
y = C0 + C1 x + C2 x2 + C3 x3 + ....
⇒ y = (C0 + C2 x2 + C4 x4 ....) + (C1 x + C3 x3 + C5 x5 ....)
⇒ y = C0 u(x) + C1 v(x), where (7)
Clearly, u(x)
v(x) is not a constant, which implies, u(x) and v(x) form a linearly
independent set of solutions of (1). Therefore, we conclude (7) to be the most
general solution of (1), C0 and C1 being two arbitrary constants.
(m + 1)(m + 2)
Cm = Cm+2 (replacing m by m+2) (9)
2(n − m)
(n − 1)n n(n − 1)
Cn−2 = − Cn = − Cn
2(n − n + 2) 2.2
(n − 3)(n − 2) n(n − 1)(n − 2)(n − 3)
Cn−4 = − Cn−2 = − Cn
2(n − n + 4) 22 .2.4
.... ................................... and so on.
3
Substituting these values in (8), we get (after replacing Cn by An )
n n(n − 1) n−2 n(n − 1)(n − 2)(n − 3) n−4 r n(n − 1)(n − 2r + 1) n−2r
y = An x − x + x + ... + (−1) x + ...
2.2 22 .2.4 2r .2.4...2r
[n/2]
X n(n − 1)(n − 2r + 1) n−2r
= An (−1)r x
r=0
2r .2.4...2r
[n/2]
X n!
= An (−1)r xn−2r .
r=0
22r r!(n − 2r)!
where
n/2 if n is even
[n/2] =
(n − 1)/2 if n is odd
We take An = 2n and get the solution of (1) in the form, known as the
Hermite polynomial of order n, defined by
[n/2]
X n!
Hn (x) = (−1)r (2x)n−2r
r=0
r!(n − 2r)!
where,
n/2 if n is even
[n/2] =
(n − 1)/2 if n is odd
0
X 1!
H1 (x) = (−1)r (2x)1−2r
r=0
r!(1 − 2r)!
1
= (−1)0 (2x)1 = 2x.
0! 1!
1
X 2!
H2 (x) = (−1)r (2x)2−2r
r=0
r!(2 − 2r)!
2! 2!
= (−1)0 (2x)2 + (−1)1 (2x)0 = 4x2 − 2.
0! 2! 1! 0!
4
1
X 3!
H3 (x) = (−1)r (2x)3−2r
r=0
r!(3 − 2r)!
3! 3!
= (−1)0 (2x)3 + (−1)1 (2x)1 = 8x3 − 12x.
0! 3! 1! 1!
2
X 4!
H4 (x) = (−1)r (2x)4−2r
r=0
r!(4 − 2r)!
4! 4! 4!
= (−1)0 (2x)4 + (−1)1 (2x)2 + (−1)2 (2x)0
0! 4! 1! 2! 2! 0!
= 16x4 − 48x2 + 12.