ConceptComplete

Special Functions from Power Series

Many of the most important functions in mathematics and physics arise as power series solutions to second-order linear ODEs with specific singularity structures.


Legendre Functions

Definition9.4Legendre equation

The Legendre equation is:

(1x2)y2xy+(+1)y=0,(1 - x^2)y'' - 2xy' + \ell(\ell + 1)y = 0,

where \ell is a parameter. It has regular singular points at x=±1x = \pm 1 and an ordinary point at x=0x = 0. In standard form: P(x)=2x/(1x2)P(x) = -2x/(1-x^2), Q(x)=(+1)/(1x2)Q(x) = \ell(\ell+1)/(1-x^2).

ExampleLegendre polynomials

At x0=0x_0 = 0 (ordinary point), the power series solution yields the recurrence:

an+2=n(n+1)(+1)(n+2)(n+1)an.a_{n+2} = \frac{n(n+1) - \ell(\ell+1)}{(n+2)(n+1)} a_n.

When \ell is a non-negative integer, one series terminates, producing the Legendre polynomial P(x)P_\ell(x):

P0(x)=1,P1(x)=x,P2(x)=3x212,P3(x)=5x33x2.P_0(x) = 1, \quad P_1(x) = x, \quad P_2(x) = \frac{3x^2 - 1}{2}, \quad P_3(x) = \frac{5x^3 - 3x}{2}.

These are orthogonal on [1,1][-1,1]: 11Pm(x)Pn(x)dx=22n+1δmn\int_{-1}^{1} P_m(x)P_n(x)\,dx = \frac{2}{2n+1}\delta_{mn}.

The Rodrigues formula gives Pn(x)=12nn!dndxn(x21)nP_n(x) = \frac{1}{2^n n!}\frac{d^n}{dx^n}(x^2-1)^n.


Hypergeometric Functions

Definition9.5Hypergeometric equation

The Gauss hypergeometric equation is:

x(1x)y+[c(a+b+1)x]yaby=0,x(1-x)y'' + [c - (a+b+1)x]y' - aby = 0,

with regular singular points at x=0,1,x = 0, 1, \infty. The solution analytic at x=0x = 0 is the hypergeometric function:

2F1(a,b;c;x)=n=0(a)n(b)n(c)nn!xn,x<1,{}_{2}F_{1}(a, b; c; x) = \sum_{n=0}^{\infty} \frac{(a)_n(b)_n}{(c)_n \, n!} x^n, \quad |x| < 1,

where (a)n=a(a+1)(a+n1)(a)_n = a(a+1)\cdots(a+n-1) is the Pochhammer symbol (rising factorial).

RemarkUnifying role of hypergeometric functions

Many special functions are special cases of 2F1{}_{2}F_{1}:

  • Legendre: P(x)=2F1(,+1;1;(1x)/2)P_\ell(x) = {}_{2}F_{1}(-\ell, \ell+1; 1; (1-x)/2).
  • Chebyshev: Tn(cosθ)=2F1(n,n;1/2;(1cosθ)/2)T_n(\cos\theta) = {}_{2}F_{1}(-n, n; 1/2; (1-\cos\theta)/2).
  • Jacobi polynomials: expressible via 2F1{}_{2}F_{1} with negative integer parameter.

The hypergeometric equation is the most general second-order Fuchsian equation with exactly three regular singular points (by Riemann's theorem, any such equation reduces to the hypergeometric form via a Mobius transformation).


Sturm-Liouville Theory

Theorem9.3Sturm-Liouville eigenvalue problem

The Sturm-Liouville problem consists of the ODE:

ddx[p(x)dydx]+[q(x)+λw(x)]y=0,a<x<b,\frac{d}{dx}\left[p(x)\frac{dy}{dx}\right] + [q(x) + \lambda w(x)]y = 0, \quad a < x < b,

with boundary conditions at aa and bb, where p>0p > 0, w>0w > 0, and p,q,wp, q, w are continuous. Then:

  1. There exist infinitely many eigenvalues λ1<λ2<\lambda_1 < \lambda_2 < \cdots \to \infty.
  2. The eigenfunctions {yn}\{y_n\} form a complete orthogonal set in L2([a,b],w)L^2([a,b], w).
  3. Any fL2([a,b],w)f \in L^2([a,b], w) has the eigenfunction expansion f=cnynf = \sum c_n y_n with cn=f,yn/yn2c_n = \langle f, y_n \rangle / \|y_n\|^2.
ExampleClassical Sturm-Liouville problems
  1. Fourier-Legendre: p=1x2p = 1-x^2, q=0q = 0, w=1w = 1 on (1,1)(-1,1). Eigenvalues λn=n(n+1)\lambda_n = n(n+1), eigenfunctions Pn(x)P_n(x).

  2. Fourier-Bessel: p=xp = x, q=ν2/xq = -\nu^2/x, w=xw = x on (0,b)(0,b). Eigenvalues λn=jν,n2/b2\lambda_n = j_{\nu,n}^2/b^2 (where jν,nj_{\nu,n} are zeros of JνJ_\nu), eigenfunctions Jν(λnx)J_\nu(\sqrt{\lambda_n}x).

  3. Hermite: p=ex2p = e^{-x^2}, q=0q = 0, w=ex2w = e^{-x^2} on (,)(-\infty,\infty) (singular Sturm-Liouville). Eigenvalues λn=2n\lambda_n = 2n, eigenfunctions Hn(x)H_n(x).