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.
This formula provides a systematic way to generate any Legendre polynomial by differentiating a specific function n times.
The entire set of Legendre polynomials can be generated from the power series expansion of the following function:
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.
These relations connect polynomials of different orders, which is useful for simplifying complex expressions:
Any piecewise continuous function f(x) defined in the interval [-1, 1] can be expressed as a series of Legendre polynomials:
where the coefficient An is determined by using the orthogonality property:
Bessel functions, denoted as Jn(x), arise in problems involving cylindrical or circular symmetry. They are solutions to the Bessel differential equation.
Bessel functions of the first kind can be obtained from the following expansion:
Common relations used to calculate higher-order Bessel functions from lower-order ones:
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.
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.
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.
Laplace's equation is written as:
In 2D rectangular coordinates (x, y), it is:
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.
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.