Associated Legendre Function
Understanding Associated Legendre Functions
Antenna radiation patterns exist on the surface of a sphere. Describing, analyzing, and transforming these patterns mathematically requires a basis function set that naturally lives on a sphere. Associated Legendre Functions are that basis set — the spherical equivalent of sine and cosine functions in Cartesian coordinates.
Spherical Harmonic Expansion
Any antenna pattern F(θ,φ) can be decomposed into a weighted sum of spherical harmonics Y_l^m(θ,φ), where each Y_l^m contains an Associated Legendre Function in θ and a complex exponential in φ. Low-degree harmonics (small l) capture the broad, smooth features of the pattern. High-degree harmonics (large l) capture fine angular details. The maximum degree needed to represent a pattern is proportional to the antenna's electrical size (ka, where k is the wavenumber and a is the antenna's radius).
Near-Field to Far-Field Transformation
In antenna measurement, the near-field scanner captures the amplitude and phase of the antenna's field on a spherical surface close to the antenna. This measured data is decomposed into spherical wave coefficients using Associated Legendre Functions. The coefficients are then used to compute the far-field pattern at any distance — a process that is far more accurate and space-efficient than measuring the far field directly in an outdoor range.
Key Equations
Plm(x) = (1−x²)m/2 dmPl(x)/dxm
Spherical harmonics:
Ylm(θ,φ) = NlmPlm(cosθ)ejmφ
In antenna theory:
TE/TM spherical modes use Pnm(cosθ)
Comparison
| Mode l,m | Pattern | Antenna example | Order | Application |
|---|---|---|---|---|
| l=1, m=0 | Dipole-like | Short dipole | Lowest | Fundamental |
| l=1, m=1 | Circular | Turnstile | Lowest CP | Omni CP |
| l=2, m=0 | Quadrupole | Collinear | 2nd order | Higher gain |
| l=3, m=0 | 6-lobe | End-fire array | 3rd order | Shaped beam |
| l=10+ | Many lobes | Large aperture | High order | Far-field expansion |
Frequently Asked Questions
Why can't we just use Cartesian coordinates?
Cartesian coordinates (x, y, z) are natural for flat, planar problems. But antenna radiation patterns are inherently spherical — they describe the field as a function of direction from the antenna, which is most naturally expressed in angles (θ, φ) on a sphere. Trying to express a spherical pattern in Cartesian coordinates leads to enormous mathematical complexity. Spherical coordinates with Legendre function basis sets align naturally with the physics of radiation.
How many terms are needed in the expansion?
The number of significant terms is determined by the antenna's electrical size. For an antenna that fits within a sphere of radius a, the expansion converges rapidly for degrees l up to approximately ka (where k = 2π/λ). A small dipole (ka ≈ 1) needs only a few terms. A large reflector antenna (ka ≈ 100) may need thousands of terms to accurately represent its fine beam structure and sidelobe detail.
Are Associated Legendre Functions computationally expensive?
Computing individual Legendre functions is inexpensive using stable recurrence relations. However, for large-degree expansions (l > 100), numerical stability becomes a concern — the functions span many orders of magnitude, and naive computation causes overflow or underflow. Modern antenna measurement software uses normalized Associated Legendre Functions and extended-precision arithmetic to maintain accuracy for electrically large antennas.