Special Functions Overview
Special Functions Overview
Special functions are mathematical functions that arise in a variety of problems in physics,
engineering, and applied mathematics. These functions typically arise when solving partial
differential equations, such as the heat equation, wave equation, or Laplace's equation, and
they often have special properties that make them useful for analyzing complex systems.
Γ(n) = (n − 1)!
1
B(x, y) = ∫
tx−1 (1 − t)y−1 dt
0
It is symmetric, i.e., B(x, y) = B(y, x), and can be expressed in terms of the Gamma
function:
Γ(x)Γ(y)
B(x, y) =
Γ(x + y)
dx2
dx
The first few Legendre polynomials are:
1/4
1 1
P0 (x) = 1, P1 (x) = x, P2 (x) = (3x2 − 1), P3 (x) = (5x3 − 3x)
2 2
They are used in problems with spherical symmetry, such as gravitational or electrostatic
fields.
2
n(n 2
1−x
dx dx
2
2dy dy
x 2
+ x + (x2 − n2 )y = 0
dx dx
The two linearly independent solutions are the Bessel function of the first kind Jn (x) and
2 nπ π
Jn (x) ∼ cos (x − − ) as x→∞
2 4
πx
2 nπ π
Yn (x) ∼ sin (x − − ) as x→∞
2 4
πx
2/4
These functions are used in problems involving radiation or scattering.
dx2
dx
The first few Laguerre polynomials are:
1 2
L0 (x) = 1, L1 (x) = 1 − x, L2 (x) = (x − 4x + 2)
2
Laguerre polynomials are often used in quantum mechanics, particularly in the radial part of
the Schrödinger equation for the hydrogen atom.
dx2
dx
The first few Hermite polynomials are:
H0 (x) = 1,
H1 (x) = 2x,
H2 (x) = 4x2 − 2
These are widely used in the solution of the quantum harmonic oscillator and in the context
of Gaussian integrals.
F0 (x) = 0,
F1 (x) = 1,
Fn (x) = xFn−1 (x) + Fn−2 (x)
π 0
3/4
erfc(x) = 1 − erf(x)
ϕ
dθ
F (ϕ, k) = ∫
2
0 1 − k 2 sin (θ)
ϕ
E(ϕ, k) = ∫
1 − k 2 sin2 (θ) dθ
ϕ
dθ
Π(n, ϕ, k) = ∫
2 2
0 (1 − n sin (θ)) 1− k2 sin (θ)
4/4