Mathematical Physicsundergraduategraduate

Legendre Polynomials

Also known as: P_n(x) · Spherical harmonics (m=0) · Legendre functions of the first kind

Legendre polynomials are what you get by orthogonalizing 1, x, x², … on the interval [-1,1]. They are the angular building blocks of any problem with spherical symmetry — each degree n captures one more level of angular detail.

Pn(x)=12nn!dndxn(x21)nP_n(x) = \frac{1}{2^n n!}\frac{d^n}{dx^n}(x^2-1)^n
Live simulation
warming up the physics…

The selected Legendre polynomial P_n(x) is plotted on [-1,1] with the lower-degree members drawn faintly for comparison; a slider chooses the degree. A marker rides along the active curve so its nodes (where it crosses zero) are easy to count, and the count matches the degree.

Equivalent forms

(1x2)Pn2xPn+n(n+1)Pn=0(1-x^2)P_n'' - 2x P_n' + n(n+1)P_n = 0
11PmPndx=22n+1δmn\int_{-1}^{1} P_m P_n\,dx = \frac{2}{2n+1}\delta_{mn}
(n+1)Pn+1=(2n+1)xPnnPn1(n+1)P_{n+1} = (2n+1)x P_n - n P_{n-1}
An orthogonal basis handed to us by the geometry of the sphere — the same polynomials describe planets, atoms, and antenna patterns.