Unit 3: Special Functions & Partial Differential Equations

Table of Contents

1. Properties of Legendre Polynomials

Legendre polynomials, denoted as Pn(x), are a set of orthogonal polynomials that emerge as solutions to the Legendre differential equation. In physics, they are particularly important in problems involving spherical symmetry, such as gravitation and electrostatics.

Rodrigues Formula

This formula provides a systematic way to generate any Legendre polynomial by differentiating a specific function n times.

Pn(x) = (1 / (2^n * n!)) * (d^n / dx^n) (x^2 - 1)^n

Generating Function

The entire set of Legendre polynomials can be generated from the power series expansion of the following function:

(1 - 2xt + t^2)^(-1/2) = Sum (from n=0 to infinity) [Pn(x) * t^n]

Orthogonality

Legendre polynomials are orthogonal over the interval [-1, 1]. This means the integral of the product of two different Legendre polynomials is zero.

Integral from -1 to 1 of [Pm(x) * Pn(x)] dx = 0, if m is not equal to n.

Simple Recurrence Relations

These relations connect polynomials of different orders, which is useful for simplifying complex expressions:

2. Expansion in Legendre Series

Any piecewise continuous function f(x) defined in the interval [-1, 1] can be expressed as a series of Legendre polynomials:

f(x) = Sum (from n=0 to infinity) [An * Pn(x)]

where the coefficient An is determined by using the orthogonality property:

An = ((2n + 1) / 2) * Integral from -1 to 1 of [f(x) * Pn(x)] dx

3. Bessel Functions of the First Kind

Bessel functions, denoted as Jn(x), arise in problems involving cylindrical or circular symmetry. They are solutions to the Bessel differential equation.

Generating Function for Jn(x)

Bessel functions of the first kind can be obtained from the following expansion:

exp((x / 2) * (t - 1/t)) = Sum (from n=-infinity to infinity) [Jn(x) * t^n]

Recurrence Relations for Jn(x)

Common relations used to calculate higher-order Bessel functions from lower-order ones:

4. Zeros and Orthogonality of Bessel Functions

Zeros of J0(x) and J1(x)

The values of x for which Jn(x) = 0 are called the zeros of the Bessel function. These zeros are crucial in physics for determining vibrational modes of circular membranes or electromagnetic fields in cylindrical cavities.

Orthogonality Property

Bessel functions of the same order n but with different arguments scaled by zeros are orthogonal.

Integral from 0 to a of [x * Jn(αm * x / a) * Jn(αk * x / a)] dx = 0, if m is not equal to k.

5. Partial Differential Equations: Separation of Variables

The method of separation of variables is a powerful technique to solve partial differential equations (PDEs) by assuming the solution is a product of functions, each depending on only one variable.

The Steps:

  1. Assume a product solution: e.g., Ψ(x, y) = X(x) * Y(y).
  2. Substitute this into the PDE.
  3. Divide the equation such that variables are separated on different sides.
  4. Equate each side to a separation constant.
  5. Solve the resulting ordinary differential equations (ODEs).

6. Laplace's Equation in Rectangular Symmetry

Laplace's equation is written as:

∇^2 Ψ = 0

In 2D rectangular coordinates (x, y), it is:

(d^2 Ψ / dx^2) + (d^2 Ψ / dy^2) = 0

Using separation of variables Ψ(x, y) = X(x)Y(y), we obtain:

The general solution depends on the boundary conditions of the physical problem, often involving sines, cosines, and hyperbolic functions.

Exam Focus Corner

Frequently Asked Questions

Common Mistakes

Exam Tips

Tip: Always memorize the first few values of Legendre Polynomials: P0(x) = 1, P1(x) = x, P2(x) = (1/2)(3x^2 - 1). These are frequently needed for small problems.