SERIES SOLUTIONS - BESSEL'S EQUATION, LEGENDRE AND HERMITE POLYNOMIALS AND THEIR PROPERTIES

In mathematics, differential equations are fundamental tools used to model a vast array of phenomena in science and engineering. When dealing with certain types of differential equations, particularly those arising from problems with spherical or cylindrical symmetry, we often encounter equations whose solutions cannot be expressed in terms of elementary functions. In such cases, we turn to series solutions. This approach involves representing the solution as an infinite series, which can then be manipulated to find its coefficients and understand its behavior.

This unit focuses on three important second-order linear ordinary differential equations: Bessel's equation, Legendre's equation, and Hermite's equation. These equations and their solutions, known as Bessel functions, Legendre polynomials, and Hermite polynomials, respectively, are ubiquitous in physics and engineering. We will explore how to find series solutions for these equations and delve into the significant properties of their polynomial solutions.

BESSEL'S EQUATION

Bessel's equation is a second-order linear ordinary differential equation that appears in many problems involving cylindrical or spherical symmetry. It is given by:

x2y'' + xy' + (x2 - ν2)y = 0

Here, y'' represents the second derivative of y with respect to x, y' represents the first derivative, and ν (nu) is a real or complex constant known as the order of the Bessel equation. The nature of the solutions depends significantly on the value of ν.

Series Solution of Bessel's Equation

We will find a series solution of the form y(x) = Σn=0 anxn+r, where 'r' is a constant to be determined, and an are the coefficients.

First, we need to find the derivatives of y(x):

y'(x) = Σn=0 (n+r)anxn+r-1

y''(x) = Σn=0 (n+r)(n+r-1)anxn+r-2

Substitute these into Bessel's equation:

x2 Σn=0 (n+r)(n+r-1)anxn+r-2 + x Σn=0 (n+r)anxn+r-1 + (x2 - ν2) Σn=0 anxn+r = 0

Simplify the terms:

Σn=0 (n+r)(n+r-1)anxn+r + Σn=0 (n+r)anxn+r + Σn=0 anxn+r+2 - ν2 Σn=0 anxn+r = 0

Combine the first, second, and fourth sums:

Σn=0 [(n+r)(n+r-1) + (n+r) - ν2]anxn+r + Σn=0 anxn+r+2 = 0

Simplify the coefficient:

Σn=0 [(n+r)2 - ν2]anxn+r + Σn=0 anxn+r+2 = 0

To equate coefficients of the same powers of x, we need to adjust the indices of the second summation. Let k = n+2, so n = k-2. When n=0, k=2.

Σn=0 [(n+r)2 - ν2]anxn+r + Σk=2 ak-2xk+r = 0

Rewrite the second sum using 'n' as the index:

Σn=0 [(n+r)2 - ν2]anxn+r + Σn=2 an-2xn+r = 0

Now, we expand the first few terms of the first summation to isolate the n=0 and n=1 terms:

[(0+r)2 - ν2]a0xr + [(1+r)2 - ν2]a1x1+r + Σn=2 [(n+r)2 - ν2]anxn+r + Σn=2 an-2xn+r = 0

Combine the summations:

[(r)2 - ν2]a0xr + [(1+r)2 - ν2]a1x1+r + Σn=2 {[(n+r)2 - ν2]an + an-2}xn+r = 0

For this equation to hold for all x, the coefficients of each power of x must be zero.

Equating the coefficient of xr to zero:

(r2 - ν2)a0 = 0

Assuming a0 ≠ 0 (otherwise, the solution would be trivial), we get the indicial equation:

r2 - ν2 = 0 => r = ±ν

Equating the coefficient of x1+r to zero:

[(1+r)2 - ν2]a1 = 0

Equating the coefficients for n ≥ 2:

[(n+r)2 - ν2]an + an-2 = 0

This gives us the recurrence relation:

an = - an-2 / [(n+r)2 - ν2] for n ≥ 2

Bessel Functions of the First Kind (Jν(x))

Let's consider the case where ν is not an integer or half-integer. We choose the positive root for r: r = ν.

From the coefficient of x1+r: [(1+ν)2 - ν2]a1 = 0. Since (1+ν)2 - ν2 = 1 + 2ν + ν2 - ν2 = 1 + 2ν, if ν ≠ -1/2, then a1 = 0.

Using the recurrence relation an = - an-2 / [(n+ν)2 - ν2]:

For odd values of n (1, 3, 5, ...), since a1 = 0, all odd-indexed coefficients a3, a5, ... will also be zero.

For even values of n (2, 4, 6, ...):

a2 = - a0 / [(2+ν)2 - ν2] = - a0 / (4 + 4ν) = - a0 / [4(1+ν)]

a4 = - a2 / [(4+ν)2 - ν2] = - a2 / (16 + 8ν) = - a2 / [8(2+ν)] = - [- a0 / [4(1+ν)]] / [8(2+ν)] = a0 / [32(1+ν)(2+ν)]

This process can be continued. However, to obtain the standard Bessel functions, a specific normalization is used. We set a0 = 1 / [2νΓ(ν+1)], where Γ is the Gamma function.

With this normalization and setting r=ν, we obtain the Bessel function of the first kind of order ν, denoted by Jν(x):

Jν(x) = Σk=0 (-1)k x2k+ν / [k! Γ(k+ν+1) 22k+ν]

The Gamma function Γ(z) is a generalization of the factorial function, with Γ(n+1) = n! for integer n ≥ 0, and Γ(z+1) = zΓ(z).

Bessel Functions of the Second Kind (Yν(x))

When ν is not an integer, the second linearly independent solution can be obtained using the relation:

Yν(x) = [Jν(x)cos(νπ) - J(x)] / sin(νπ)

J(x) is obtained by replacing ν with -ν in the series for Jν(x).

If ν is an integer, say ν = m, then J-m(x) = (-1)m Jm(x), and the above formula becomes indeterminate. In this case, Ym(x) is defined using a limiting process or as a linear combination of Jm(x) and another function.

Properties of Bessel Functions

Bessel functions satisfy several important recurrence relations:

  • d/dx [xνJν(x)] = xνJν-1(x)
  • d/dx [xJν(x)] = -xJν+1(x)
  • Jν-1(x) + Jν+1(x) = (2ν/x)Jν(x)
  • Jν-1(x) - Jν+1(x) = 2J'ν(x)
  • Jν+1(x) = (2ν/x)Jν(x) - Jν-1(x)
  • Jν+1(x) = J'ν(x) - (ν/x)Jν(x)
  • Jν-1(x) = J'ν(x) + (ν/x)Jν(x)

The roots of Jν(x) = 0 are important in many physical applications, such as the vibration of circular membranes.

LEGENDRE'S EQUATION AND LEGENDRE POLYNOMIALS

Legendre's equation is a second-order linear ordinary differential equation that arises in problems with spherical symmetry, particularly in solving Laplace's equation in spherical coordinates. It is given by:

(1-x2)y'' - 2xy' + n(n+1)y = 0

Here, n is a non-negative constant. The behavior of the solutions depends on whether n is an integer.

Series Solution of Legendre's Equation

We again seek a series solution of the form y(x) = Σk=0 akxk.

y'(x) = Σk=1 kakxk-1

y''(x) = Σk=2 k(k-1)akxk-2

Substitute into Legendre's equation:

(1-x2) Σk=2 k(k-1)akxk-2 - 2x Σk=1 kakxk-1 + n(n+1) Σk=0 akxk = 0

Expand and shift indices to get all terms in xk:

Σk=2 k(k-1)akxk-2 - Σk=2 k(k-1)akxk - 2 Σk=1 kakxk + n(n+1) Σk=0 akxk = 0

Let j = k-2 in the first sum, so k = j+2. When k=2, j=0.

Σj=0 (j+2)(j+1)aj+2xj - Σk=2 k(k-1)akxk - 2 Σk=1 kakxk + n(n+1) Σk=0 akxk = 0

Rewrite using 'k' as the index:

Σk=0 (k+2)(k+1)ak+2xk - Σk=2 k(k-1)akxk - 2 Σk=1 kakxk + n(n+1) Σk=0 akxk = 0

Separate the initial terms (k=0 and k=1) from the summations that start at k=2:

For k=0: (2)(1)a2 + n(n+1)a0 = 0 => a2 = - n(n+1)a0 / 2

For k=1: (3)(2)a3 - 2(1)a1 + n(n+1)a1 = 0 => 6a3 + (n2+n-2)a1 = 0 => a3 = - (n2+n-2)a1 / 6 = - (n+2)(n-1)a1 / 6

For k ≥ 2: (k+2)(k+1)ak+2 - k(k-1)ak - 2kak + n(n+1)ak = 0

(k+2)(k+1)ak+2 - [k(k-1) + 2k - n(n+1)]ak = 0

(k+2)(k+1)ak+2 - [k2 - k + 2k - n2 - n]ak = 0

(k+2)(k+1)ak+2 - [k2 + k - n2 - n]ak = 0

(k+2)(k+1)ak+2 - [k(k+1) - n(n+1)]ak = 0

This gives the recurrence relation:

ak+2 = [n(n+1) - k(k+1)]ak / [(k+2)(k+1)] for k ≥ 0

This relation shows that ak+2 depends on ak. This means the coefficients for even powers of x depend on a0, and the coefficients for odd powers of x depend on a1. We can choose a0 and a1 freely.

Legendre Polynomials (Pn(x))

When n is a non-negative integer, one of the series solutions terminates, resulting in a polynomial. These polynomial solutions are called Legendre polynomials, denoted by Pn(x).

To obtain the standard Legendre polynomials, we impose the condition that Pn(1) = 1. This normalization fixes the arbitrary constants a0 and a1.

The recurrence relation is ak+2 = [n(n+1) - k(k+1)]ak / [(k+2)(k+1)].

If n is an even integer, say n=2m, then for k=n, the numerator n(n+1) - k(k+1) becomes n(n+1) - n(n+1) = 0. Thus, an+2 = 0, an+4 = 0, and so on. The series terminates, yielding a polynomial of degree n. In this case, we set a1 = 0.

If n is an odd integer, say n=2m+1, then for k=n-1, the numerator n(n+1) - k(k+1) becomes n(n+1) - (n-1)n = 0. Thus, an+1 = 0, an+3 = 0, and so on. The series terminates, yielding a polynomial of degree n. In this case, we set a0 = 0.

Let's compute the first few Legendre polynomials:

n=0: P0(x). Here n=0 is even, so set a1=0. The recurrence relation becomes ak+2 = [-k(k+1)]ak / [(k+2)(k+1)]. a2 = [0(1) - 0(1)]a0 / (2*1) = 0. So ak = 0 for all k ≥ 2. We need P0(1) = 1. If we set a0 = 1, then y(x) = a0 = 1. So, P0(x) = 1.

n=1: P1(x). Here n=1 is odd, so set a0=0. The recurrence relation is ak+2 = [1(2) - k(k+1)]ak / [(k+2)(k+1)]. a2 = [1(2) - 0(1)]a0 / (2*1) = 0. So ak = 0 for all k ≥ 2. We need P1(1) = 1. y(x) = a1x. Setting a1 = 1 gives y(x) = x. So, P1(x) = x.

n=2: P2(x). Here n=2 is even, so set a1=0. The recurrence relation is ak+2 = [2(3) - k(k+1)]ak / [(k+2)(k+1)]. a2 = [2(3) - 0(1)]a0 / (2*1) = 6a0 / 2 = 3a0. a4 = [2(3) - 2(3)]a2 / (4*3) = 0. So ak = 0 for all k ≥ 4. y(x) = a0 + 3a0x2. We need P2(1) = 1. So, a0 + 3a0(1)2 = 1 => 4a0 = 1 => a0 = 1/4. Thus, P2(x) = (1/4) + 3(1/4)x2 = (1/4)(3x2 + 1). To match the standard convention, we often set a0 = 1/2, which leads to P2(x) = (1/2)(3x2 - 1). Let's re-evaluate the normalization.

The standard normalization is Pn(1) = 1. Let's re-calculate P2(x) properly. a2 = [n(n+1) - 0(1)]a0 / (2*1) = [2(3) - 0]a0 / 2 = 3a0. a4 = [2(3) - 2(3)]a2 / (4*3) = 0. All higher even terms are zero. Since n=2 is even, a1=0. So, y(x) = a0 + a2x2 = a0 + 3a0x2 = a0(1 + 3x2). We need P2(1) = 1. So, a0(1 + 3(1)2) = 1 => a0(4) = 1 => a0 = 1/4. This gives P2(x) = (1/4)(1 + 3x2). The commonly accepted form is P2(x) = (1/2)(3x2 - 1). This implies a different choice of initial coefficients. Let's use the standard recurrence relation for Legendre polynomials directly.

Rodrigues' Formula and Properties of Legendre Polynomials

Legendre polynomials Pn(x) can be generated by Rodrigues' formula:

Pn(x) = (1 / 2n n!) * dn/dxn (x2 - 1)n

The first few Legendre polynomials are:

P0(x) = 1

P1(x) = x

P2(x) = (1/2)(3x2 - 1)

P3(x) = (1/2)(5x3 - 3x)

P4(x) = (1/8)(35x4 - 30x2 + 3)

They satisfy the following properties:

  • Orthogonality: For n ≠ m, the Legendre polynomials are orthogonal over the interval [-1, 1] with respect to the weight function 1: ∫-11 Pn(x)Pm(x) dx = 0 if n ≠ m ∫-11 [Pn(x)]2 dx = 2 / (2n+1)
  • Recurrence Relation: (n+1)Pn+1(x) = (2n+1)xPn(x) - nPn-1(x)
  • Symmetry: Pn(-x) = (-1)nPn(x) (i.e., they are even or odd functions)
  • Values at x=1 and x=-1: Pn(1) = 1 and Pn(-1) = (-1)n
  • Roots: The roots of Pn(x) = 0 are real, distinct, and lie strictly between -1 and 1.
Memory Trick for Legendre Polynomials: Remember P0(x)=1 and P1(x)=x. The recurrence relation (n+1)Pn+1(x) = (2n+1)xPn(x) - nPn-1(x) is key. For P2(x): n=1. (1+1)P2(x) = (2*1+1)xP1(x) - 1*P0(x) 2P2(x) = 3x(x) - 1(1) = 3x2 - 1 P2(x) = (1/2)(3x2 - 1). For P3(x): n=2. (2+1)P3(x) = (2*2+1)xP2(x) - 2*P1(x) 3P3(x) = 5x[(1/2)(3x2 - 1)] - 2(x) 3P3(x) = (5/2)(3x3 - x) - 2x = (15/2)x3 - (5/2)x - 2x = (15/2)x3 - (9/2)x P3(x) = (1/3)[(15/2)x3 - (9/2)x] = (5/2)x3 - (3/2)x = (1/2)(5x3 - 3x).

HERMITE'S EQUATION AND HERMITE POLYNOMIALS

Hermite's equation is a second-order linear ordinary differential equation that appears in quantum mechanics, particularly in the study of the quantum harmonic oscillator. It is given by:

y'' - 2xy' + 2ny = 0

Here, n is a non-negative constant.

Series Solution of Hermite's Equation

We again seek a series solution of the form y(x) = Σk=0 akxk.

y'(x) = Σk=1 kakxk-1

y''(x) = Σk=2 k(k-1)akxk-2

Substitute into Hermite's equation:

Σk=2 k(k-1)akxk-2 - 2x Σk=1 kakxk-1 + 2n Σk=0 akxk = 0

Shift indices to get powers of xk:

Σk=0 (k+2)(k+1)ak+2xk - 2 Σk=1 kakxk + 2n Σk=0 akxk = 0

Separate terms for k=0:

k=0: (2)(1)a2 + 2na0 = 0 => a2 = -2na0 / 2 = -na0

For k ≥ 1: (k+2)(k+1)ak+2 - 2kak + 2nak = 0

(k+2)(k+1)ak+2 + (2n - 2k)ak = 0

This gives the recurrence relation:

ak+2 = - (2n - 2k)ak / [(k+2)(k+1)] = 2(k-n)ak / [(k+2)(k+1)] for k ≥ 0

As with Legendre's equation, ak+2 depends on ak. The even and odd terms are independent.

Hermite Polynomials (Hn(x))

When n is a non-negative integer, one of the series solutions terminates, resulting in a polynomial called the Hermite polynomial, denoted by Hn(x).

The recurrence relation is ak+2 = 2(k-n)ak / [(k+2)(k+1)].

If n is an even integer, say n=2m, then for k=n, the numerator 2(k-n) becomes 2(n-n) = 0. Thus, an+2 = 0, an+4 = 0, and so on. The series terminates, yielding a polynomial of degree n. We set a1 = 0.

If n is an odd integer, say n=2m+1, then for k=n-1, the numerator 2(k-n) becomes 2(n-1-n) = -2. For k=n+1, the numerator 2(k-n) becomes 2(n+1-n) = 2. If n is odd, let's check k=n-1. an+1 = 2(n-1-n)an-1 / [(n+1)n] = -2an-1 / [n(n+1)]. If n is odd, k=n-1 is even. Let's check if the series terminates for odd n. If n is odd, then for k=n, the term an+2 depends on an. Let's re-examine. If n is an integer, then for k=n, the term an+2 = 2(n-n)an / [(n+2)(n+1)] = 0. This means all coefficients ak for k > n and k have the same parity as n will be zero. So, if n is even, an+2=0, an+4=0, ... and we set a1=0. If n is odd, an+2=0, an+4=0, ... and we set a0=0.

The standard normalization for Hermite polynomials is that the coefficient of xn is 2n.

Let's compute the first few Hermite polynomials:

n=0: H0(x). n=0 is even. Set a1=0. a2 = 2(0-0)a0 / (2*1) = 0. So ak=0 for k ≥ 2. y(x) = a0. We need the coefficient of x0 to be 20 = 1. So a0 = 1. H0(x) = 1.

n=1: H1(x). n=1 is odd. Set a0=0. a2 = 2(0-1)a1 / (2*1) = -2a1 / 2 = -a1. a3 = 2(1-1)a1 / (3*2) = 0. So ak=0 for k ≥ 3. y(x) = a1x. We need the coefficient of x1 to be 21 = 2. So a1 = 2. H1(x) = 2x.

n=2: H2(x). n=2 is even. Set a1=0. a2 = 2(0-2)a0 / (2*1) = -4a0 / 2 = -2a0. a4 = 2(2-2)a2 / (4*3) = 0. So ak=0 for k ≥ 4. y(x) = a0 + a2x2 = a0 - 2a0x2 = a0(1 - 2x2). We need the coefficient of x2 to be 22 = 4. So -2a0 = 4 => a0 = -2. H2(x) = -2(1 - 2x2) = 4x2 - 2.

n=3: H3(x). n=3 is odd. Set a0=0. a2 = 2(0-3)a0 / (2*1) = -6a0 / 2 = 0. So ak=0 for k ≥ 2. (This is incorrect, a2 depends on a0, which is 0). Let's re-evaluate the recurrence for n=3. ak+2 = 2(k-3)ak / [(k+2)(k+1)] Since n=3 is odd, we set a0=0. a2 = 2(0-3)a0 / (2*1) = 0. a4 = 2(2-3)a2 / (4*3) = 0. So all even terms are zero. We need to check odd terms. a3 depends on a1. a3 = 2(1-3)a1 / (3*2) = -4a1 / 6 = -(2/3)a1. a5 = 2(3-3)a3 / (5*4) = 0. So ak=0 for k ≥ 5. y(x) = a1x + a3x3 = a1x - (2/3)a1x3 = a1(x - (2/3)x3). We need the coefficient of x3 to be 23 = 8. So, -(2/3)a1 = 8 => a1 = -12. H3(x) = -12(x - (2/3)x3) = -12x + 8x3 = 8x3 - 12x.

The first few Hermite polynomials are:

H0(x) = 1

H1(x) = 2x

H2(x) = 4x2 - 2

H3(x) = 8x3 - 12x

H4(x) = 16x4 - 48x2 + 12

Properties of Hermite Polynomials

Hermite polynomials satisfy the following properties:

  • Orthogonality: Hermite polynomials are orthogonal over the interval (-∞, ∞) with respect to the weight function e-x2: ∫-∞ e-x2 Hn(x)Hm(x) dx = 0 if n ≠ m ∫-∞ e-x2 [Hn(x)]2 dx = 2n n! √π
  • Recurrence Relation: Hn+1(x) = 2xHn(x) - 2nHn-1(x)
  • Alternative Recurrence Relation: d/dx Hn(x) = 2nHn-1(x)
  • Symmetry: Hn(-x) = (-1)nHn(x) (i.e., they are even or odd functions)
  • Values at x=0: Hn(0) = (-1)n/2 (n! / ( (n/2)! )) if n is even, and Hn(0) = 0 if n is odd.
Memory Trick for Hermite Polynomials: Start with H0(x)=1 and H1(x)=2x. Use the recurrence Hn+1(x) = 2xHn(x) - 2nHn-1(x). For H2(x): n=1. H2(x) = 2xH1(x) - 2(1)H0(x) H2(x) = 2x(2x) - 2(1) = 4x2 - 2. For H3(x): n=2. H3(x) = 2xH2(x) - 2(2)H1(x) H3(x) = 2x(4x2 - 2) - 4(2x) = 8x3 - 4x - 8x = 8x3 - 12x. For H4(x): n=3. H4(x) = 2xH3(x) - 2(3)H2(x) H4(x) = 2x(8x3 - 12x) - 6(4x2 - 2) H4(x) = 16x4 - 24x2 - 24x2 + 12 = 16x4 - 48x2 + 12.

SUMMARY AND APPLICATIONS

Bessel's equation, Legendre's equation, and Hermite's equation are fundamental differential equations whose solutions are crucial in various fields of physics and engineering.

Bessel Functions are essential for problems with cylindrical symmetry, such as heat conduction in a cylinder, wave propagation in a circular waveguide, and the vibration of a circular membrane.

Legendre Polynomials are vital for problems with spherical symmetry, particularly in solving Laplace's equation and the wave equation in spherical coordinates. They are used in areas like electrostatics, gravitational potential, and quantum mechanics.

Hermite Polynomials are central to quantum mechanics, especially in describing the energy states of the quantum harmonic oscillator. They also appear in probability theory and statistics.

Understanding the series solution methods and the properties of these special functions (Bessel functions, Legendre polynomials, and Hermite polynomials) provides a powerful toolkit for solving a wide range of complex physical and mathematical problems. The orthogonality properties, in particular, are fundamental for developing solutions in terms of series expansions, analogous to Fourier series.