Legendre, Hermite and Laguerre Equations - Basic Properties
Introduction to Differential Equations
Differential equations are mathematical equations that relate a function with its derivatives. They are fundamental to describing phenomena in physics, engineering, economics, and biology. Many physical laws, such as Newton's laws of motion, Maxwell's equations for electromagnetism, and the Schrödinger equation in quantum mechanics, are expressed as differential equations.
In physics, we often encounter differential equations that arise from symmetries or specific boundary conditions. Some of these equations have solutions that are special functions, which have names and well-studied properties. Legendre, Hermite, and Laguerre equations are examples of such important differential equations whose solutions are widely used in various branches of physics, particularly in quantum mechanics, atomic physics, and mathematical physics.
Legendre's Equation and its Properties
The Legendre Differential Equation
Legendre's differential equation is a second-order linear ordinary differential equation. It is given by:
(1 - x2) y'' - 2x y' + n(n+1) y = 0
where y'' represents the second derivative of y with respect to x, y' represents the first derivative, and 'n' is a real or complex number, often an integer in physical applications. This equation is crucial in problems involving spherical symmetry, such as the solution of Laplace's equation in spherical coordinates.
Solutions: Legendre Polynomials
When 'n' is a non-negative integer (n = 0, 1, 2, ...), one of the two linearly independent solutions to Legendre's equation is a polynomial. These polynomial solutions are called Legendre polynomials, denoted by Pn(x). The other solution is a divergent series (or a polynomial if n is not an integer, but these are not typically used in physical contexts).
The Legendre polynomials are defined by Rodrigues' formula:
Pn(x) = 1 / (2n n!) * dn/dxn [(x2 - 1)n]
Let's derive the first few Legendre polynomials using Rodrigues' formula:
- For n = 0: P0(x) = 1 / (20 0!) * d0/dx0 [(x2 - 1)0] = 1 * 1 = 1
- For n = 1: P1(x) = 1 / (21 1!) * d1/dx1 [(x2 - 1)1] = 1/2 * d/dx (x2 - 1) = 1/2 * (2x) = x
- For n = 2: P2(x) = 1 / (22 2!) * d2/dx2 [(x2 - 1)2] = 1 / (4 * 2) * d2/dx2 (x4 - 2x2 + 1) = 1/8 * d/dx (4x3 - 4x) = 1/8 * (12x2 - 4) = 3/2 x2 - 1/2
- For n = 3: P3(x) = 1 / (23 3!) * d3/dx3 [(x2 - 1)3] = 1 / (8 * 6) * d3/dx3 (x6 - 3x4 + 3x2 - 1) = 1/48 * d2/dx2 (6x5 - 12x3 + 6x) = 1/48 * d/dx (30x4 - 36x2 + 6) = 1/48 * (120x3 - 72x) = 5/2 x3 - 3/2 x
Basic Properties of Legendre Polynomials
Legendre polynomials Pn(x) have several important properties:
- Orthogonality: Legendre polynomials are orthogonal over the interval [-1, 1] with respect to the weight function 1. This means: ∫-11 Pm(x) Pn(x) dx = (2 / (2n+1)) δmn where δmn is the Kronecker delta (δmn = 1 if m = n, and 0 if m ≠ n). This property is crucial for expanding arbitrary functions in terms of Legendre polynomials.
- Symmetry: Pn(-x) = (-1)n Pn(x). This means Pn(x) is an even function if n is even, and an odd function if n is odd.
- Values at x = ±1: Pn(1) = 1 for all n, and Pn(-1) = (-1)n.
- Recurrence Relations: There are several recurrence relations that allow calculation of higher-order polynomials from lower ones. A common one is: (2n+1) x Pn(x) = (n+1) Pn+1(x) + n Pn-1(x) Another useful one is: Pn+1(x) = (2n+1) x Pn(x) - n Pn-1(x)
- Derivative: d/dx [Pn+1(x) - Pn-1(x)] = (2n+1) Pn(x)
These properties make Legendre polynomials a powerful tool in solving boundary value problems in physics, especially those with spherical symmetry.
Hermite's Equation and its Properties
The Hermite Differential Equation
Hermite's differential equation is another second-order linear ordinary differential equation. It is given by:
y'' - 2x y' + 2n y = 0
where 'n' is a non-negative integer. This equation appears in quantum mechanics, particularly in the study of the quantum harmonic oscillator.
Solutions: Hermite Polynomials
For non-negative integer values of 'n', one of the two linearly independent solutions is a polynomial, known as the Hermite polynomial, denoted by Hn(x). The general solution is a linear combination of Hn(x) and another linearly independent solution, which is generally not a polynomial.
Hermite polynomials are often defined by their generating function:
e-t2 + 2tx = Σn=0∞ Hn(x) tn / n!
Alternatively, they can be defined using Rodrigues' formula for the generalized Hermite polynomials (with a weight function e-x2):
Hn(x) = (-1)n ex2 dn/dxn [e-x2]
Let's derive the first few Hermite polynomials using the Rodrigues' formula:
- For n = 0: H0(x) = (-1)0 ex2 d0/dx0 [e-x2] = 1 * ex2 * e-x2 = 1
- For n = 1: H1(x) = (-1)1 ex2 d/dx [e-x2] = -ex2 * (-2x e-x2) = 2x
- For n = 2: H2(x) = (-1)2 ex2 d2/dx2 [e-x2] = ex2 * d/dx (-2x e-x2) = ex2 * (-2 e-x2 - 2x (-2x e-x2)) = ex2 * e-x2 (-2 + 4x2) = 4x2 - 2
- For n = 3: H3(x) = (-1)3 ex2 d3/dx3 [e-x2] = -ex2 * d2/dx2 (-2x e-x2) = -ex2 * d/dx (4x2 - 2) e-x2 = -ex2 * [(8x - 4x3) e-x2] = - (8x - 4x3) = 4x3 - 8x
Basic Properties of Hermite Polynomials
Hermite polynomials Hn(x) have several important properties:
- Orthogonality: Hermite polynomials are orthogonal over the interval (-∞, ∞) with respect to the weight function e-x2. This means: ∫-∞∞ e-x2 Hm(x) Hn(x) dx = 2n n! √π δmn This is essential for solving problems involving the quantum harmonic oscillator.
- Symmetry: Hn(-x) = (-1)n Hn(x). Similar to Legendre polynomials, Hn(x) is even for even n and odd for odd n.
- Recurrence Relations: Hn+1(x) = 2x Hn(x) - 2n Hn-1(x) Another common relation: d/dx Hn(x) = 2n Hn-1(x) And: 2x Hn(x) = Hn+1(x) + 2n Hn-1(x)
- Leading Coefficient: The coefficient of xn in Hn(x) is 2n.
The orthogonality property is particularly significant, allowing for the expansion of wave functions in the quantum harmonic oscillator basis.
Laguerre's Equation and its Properties
The Laguerre Differential Equation
Laguerre's differential equation is a second-order linear ordinary differential equation. The standard form is:
x y'' + (1 - x) y' + n y = 0
where 'n' is a non-negative integer. This equation arises in quantum mechanics, particularly in the solution of the Schrödinger equation for the hydrogen atom, where it describes the radial part of the wave function.
Solutions: Laguerre Polynomials
For non-negative integer values of 'n', one of the two linearly independent solutions is a polynomial known as the Laguerre polynomial, denoted by Ln(x). The other solution is generally a divergent series.
Laguerre polynomials can be defined by Rodrigues' formula for the generalized Laguerre polynomials (with a weight function e-x):
Ln(x) = ex dn/dxn [e-x xn]
Let's derive the first few Laguerre polynomials using Rodrigues' formula:
- For n = 0: L0(x) = ex d0/dx0 [e-x x0] = ex * e-x * 1 = 1
- For n = 1: L1(x) = ex d/dx [e-x x1] = ex * d/dx [x e-x] = ex * (-x e-x + e-x) = ex * e-x (1 - x) = 1 - x
- For n = 2: L2(x) = ex d2/dx2 [e-x x2] = ex * d/dx [2x e-x - x2 e-x] = ex * d/dx [(2x - x2) e-x] = ex * [(2 - 2x) e-x - (2x - x2) e-x] = ex * e-x [2 - 2x - 2x + x2] = x2 - 4x + 2
- For n = 3: L3(x) = ex d3/dx3 [e-x x3] = ex * d2/dx2 [3x2 e-x - x3 e-x] = ex * d2/dx2 [(3x2 - x3) e-x] = ex * d/dx [(6x - 3x2) e-x - (3x2 - x3) e-x] = ex * d/dx [(6x - 6x2 + x3) e-x] = ex * [(6 - 12x + 3x2) e-x - (6x - 6x2 + x3) e-x] = ex * e-x [6 - 18x + 9x2 - x3] = -x3 + 9x2 - 18x + 6
Basic Properties of Laguerre Polynomials
Laguerre polynomials Ln(x) have the following important properties:
- Orthogonality: Laguerre polynomials are orthogonal over the interval [0, ∞) with respect to the weight function e-x. This means: ∫0∞ e-x Lm(x) Ln(x) dx = δmn (Note: For generalized Laguerre polynomials Lnα(x), the integral is ∫0∞ e-x xα Lnα(x) Lmα(x) dx = [Γ(n+α+1)/n!] δmn). This property is vital for solving radial parts of the Schrödinger equation for central potentials.
- Recurrence Relations: (n+1) Ln+1(x) = (2n+1 - x) Ln(x) - n Ln-1(x) Another useful relation: x Ln'(x) = n Ln(x) - n Ln-1(x)
- Values at x = 0: Ln(0) = 1 for all n.
- Leading Coefficient: The coefficient of xn in Ln(x) is (-1)n / n!.
The orthogonality of Laguerre polynomials is fundamental in the context of atomic physics, enabling the expansion of wave functions in a complete set of basis states.
Gamma and Beta Functions
The Gamma Function (Γ(z))
The Gamma function is a generalization of the factorial function to complex and real numbers. It is defined by the integral:
Γ(z) = ∫0∞ tz-1 e-t dt
This integral converges for Re(z) > 0.
Basic Properties of the Gamma Function
- Relation to Factorial: For positive integers n, Γ(n) = (n-1)!. Example: Γ(5) = (5-1)! = 4! = 4 * 3 * 2 * 1 = 24. Γ(1) = 0! = 1.
- Recurrence Relation: Γ(z+1) = z Γ(z). This is the most important property, as it allows extension of the definition to other values of z and relates it to the factorial. Using this: Γ(z+1) = z * (z-1) * ... * Γ(z-k+1). If z is a positive integer, Γ(z+1) = z!
- Reflection Formula: For real z, not an integer: Γ(z) Γ(1-z) = π / sin(πz) This formula is particularly useful. For z = 1/2: Γ(1/2) Γ(1 - 1/2) = π / sin(π/2) Γ(1/2) Γ(1/2) = π / 1 [Γ(1/2)]2 = π Γ(1/2) = √π
- Values: Γ(1) = 1 Γ(1/2) = √π
- Integral Representation: Γ(z) = ∫0∞ tz-1 e-t dt (for Re(z) > 0) Γ(z) = ∫01 (ln(1/t))z-1 dt (for Re(z) > 0)
The Gamma function is ubiquitous in mathematics and physics, appearing in integrals, probability distributions, and solutions to differential equations.
The Beta Function (B(x, y))
The Beta function, also known as the Euler integral of the first kind, is related to the Gamma function and is defined by the integral:
B(x, y) = ∫01 tx-1 (1-t)y-1 dt
This integral converges for Re(x) > 0 and Re(y) > 0.
Relation between Beta and Gamma Functions
The Beta function can be expressed in terms of the Gamma function as:
B(x, y) = Γ(x) Γ(y) / Γ(x + y)
This relationship is extremely useful for evaluating definite integrals.
Basic Properties of the Beta Function
- Symmetry: B(x, y) = B(y, x). The order of x and y does not matter.
- Integral Representations: B(x, y) = ∫01 tx-1 (1-t)y-1 dt B(x, y) = 2 ∫0π/2 (sin θ)2x-1 (cos θ)2y-1 dθ B(x, y) = 1 / (x + y) * (x+y-1Cx-1) (if x, y are integers)
- Relation to Binomial Coefficients: For positive integers m and n: B(m, n) = (m-1)! (n-1)! / (m+n-1)! = 1 / (m+n-1) * (m+n-2Cm-1)
The Beta function and its relation to the Gamma function are fundamental in various areas, including probability theory, statistics, and certain types of definite integrals encountered in physics.
Applications in Physics
Legendre, Hermite, and Laguerre polynomials are solutions to fundamental differential equations that appear naturally in physical problems involving specific symmetries or potentials.
- Legendre Polynomials: Used in problems with spherical symmetry, such as electrostatics (potential due to a multipole expansion), gravitational fields, and the solution of Laplace's equation in spherical coordinates.
- Hermite Polynomials: Central to the quantum harmonic oscillator, where they form the basis for the energy eigenfunctions. They also appear in the study of probability distributions (e.g., Gaussian distribution).
- Laguerre Polynomials: Crucial for solving the radial part of the Schrödinger equation for the hydrogen atom and other central potentials. They describe the energy levels and wave functions of electrons in atoms.
- Gamma and Beta Functions: Appear in the normalization constants of wave functions, in various integrals for calculating expectation values, in statistical mechanics, and in quantum field theory. For instance, the normalization constant for the hydrogen atom wave function involves Gamma functions.
Understanding these special functions and their properties is essential for advanced study in theoretical physics.