Laguerre polynomials
From Wikipedia, the free encyclopedia
In mathematics, the Laguerre polynomials, named after Edmond Laguerre (1834 – 1886), are the canonical solutions of Laguerre's equation:
which is a second-order linear differential equation. This equation has nonsingular solutions only if n is a non-negative integer. The Laguerre polynomials are also used for Gaussian quadrature to numerically compute integrals of the form
.
These polynomials, usually denoted L0, L1, ..., are a polynomial sequence which may be defined by the Rodrigues formula
They are orthogonal to each other with respect to the inner product given by
The sequence of Laguerre polynomials is a Sheffer sequence.
The Laguerre polynomials arise in quantum mechanics, in the radial part of the solution of the Schrödinger equation for a one-electron atom.
Physicists often use a definition for the Laguerre polynomials that is larger, by a factor of n!, than the definition used here.
Contents |
[edit] The first few polynomials
These are the first few Laguerre polynomials:
| n | ![]() |
| 0 | ![]() |
| 1 | ![]() |
| 2 | ![]() |
| 3 | ![]() |
| 4 | ![]() |
| 5 | ![]() |
| 6 | ![]() |
[edit] Recursive definition
We can also define the Laguerre polynomials recursively, defining the first two polynomials as
and then using the following recurrence relation for any k ≥ 1:
[edit] Generalized Laguerre polynomials
The orthogonality property stated above is equivalent to saying that if X is an exponentially distributed random variable with probability density function
then
The exponential distribution is not the only gamma distribution. A polynomial sequence orthogonal with respect to the gamma distribution whose probability density function is, for α > −1,
(see gamma function) is given by the defining Rodrigues equation for the generalized Laguerre polynomials:
These are also sometimes called the associated Laguerre polynomials. The simple Laguerre polynomials are recovered from the generalized polynomials by setting α = 0:
[edit] Explicit examples and properties of generalized Laguerre polynomials
- Laguerre functions are defined using confluent hypergeometric functions and Kummer's transformation as


When n is an integer the function reduces to a polynomial of degree n. - The generalized Laguerre polynomial of degree n is
(derived equivalently by applying Leibniz's theorem for differentiation of a product to Rodrigues' formula.)
- The coefficient of the leading term is (−1)n/n!;
- The constant term, which is the value at the origin, is

- Ln(α) has n real, strictly positive roots (notice, that
is a Sturm chain), which are all in the interval
.
- The polynomials' asymptotic behaviour for large n, but fixed α and x > 0, is given by
, and
. [1].
- The first few generalized Laguerre polynomials are:
- The explicit formula allows the generalized Laguerre polynomials to be computed using Horner's method:
function LaguerreL(n, alpha, x) {
LaguerreL:= 1; bin:= 1
for i:= n to 1 step -1 {
bin:= bin* (alpha+ i)/ (n+ 1- i)
LaguerreL:= bin- x* LaguerreL/ i
}
return LaguerreL;
}
[edit] Recurrence relations
Laguerre's polynomials satisfy the recurrence relations
in particular
and
, or 
moreover
They can be used to derive the 4 3-point-rules


or 
and
combined they give this additional, popular recurrence relation
A somewhat curious identity, valid for integer i and n, is
it may be used to derive the partial fraction decomposition
[edit] Derivatives of generalized Laguerre polynomials
Differentiating the power series representation of a generalized Laguerre polynomial k times leads to
moreover, this following equation holds
which generalizes with Cauchy's formula to
The derivate with respect to the second variable α has the surprising form
The generalized associated Laguerre polynomials obey the differential equation
which may be compared with the equation obeyed by the k-th derivative of the ordinary Laguerre polynomial,
where
for this equation only.
This points to a special case (α = 0) of the formula above: for integer α = k the generalized polynomial may be written
, the shift by k sometimes causing confusion with the usual parenthesis notation for a derivative.
[edit] Orthogonality
The associated Laguerre polynomials are orthogonal over [0, ∞) with respect to the measure with weighting function xα e −x:
which follows from
The associated, symmetric kernel polynomial has the representations
recursively
Moreover,
in the associated L2[0, ∞)-space.
The following integral is needed in the quantum mechanical treatment of the hydrogen atom,
[edit] Series expansions
Let a function have the (formal) series expansion
Then
The series converges in the associated Hilbert space
, iff
A related series expansion is
in particular
which follows from
Secondly,
a consequence derived from
for
.
[edit] More and other examples
Monomials are representated as
binomials have the parametrization
This leads directly to
(convergent, iff
)
and, even more generally,
For β a non-negative integer this simplifies to
for γ = 0 to
or
Jacobi's theta function has the representation
the Bessel function Jα can be expressed (using an arbitrarily chosen parameter t) as
Gamma function has the parametrization
the lower incomplete Gamma function has the representations
and
The upper incomplete gamma function then is
where 2F1 denotes the hypergeometric function.
[edit] As contour integral
The polynomials may be expressed in terms of a contour integral
where the contour circles the origin once in a counterclockwise direction.
[edit] Relation to Hermite polynomials
The generalized Laguerre polynomials are related to the Hermite polynomials:
and
where the Hn(x) are the Hermite polynomials based on the weighting function exp(−x2), the so-called "physicist's version."
Because of this, the generalized Laguerre polynomials arise in the treatment of the quantum harmonic oscillator.
[edit] Relation to hypergeometric functions
The Laguerre polynomials may be defined in terms of hypergeometric functions, specifically the confluent hypergeometric functions, as
where (a)n is the Pochhammer symbol (which in this case represents the rising factorial).
[edit] Relation to Bessel functions
In terms of modified Bessel functions (Bessel polynomials) these following relations hold:
or further elaborated
[edit] External links
[edit] Notes
- ^ Abramowitz, p. 506, 13.3.8
[edit] References
- Abramowitz, Milton; Stegun, Irene A., eds. (1965), "Chapter 22", Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables, New York: Dover, ISBN 0-486-61272-4.
- B Spain, M G Smith, Functions of mathematical physics, Van Nostrand Reinhold Company, London, 1970. Chapter 10 deals with Laguerre polynomials.
- Eric W. Weisstein, "Laguerre Polynomial", From MathWorld—A Wolfram Web Resource.
- George Arfken and Hans Weber (2000). Mathematical Methods for Physicists. Academic Press. ISBN 0-12-059825-6.
- S. S. Bayin (2006), Mathematical Methods in Science and Engineering, Wiley, Chapter 3.















![E \left[ L_n(X)L_m(X) \right]=0\ \mbox{whenever}\ n\neq m.](http://upload.wikimedia.org/math/2/5/c/25c99b74421f6a6106c5f39d086f111f.png)























![\int_0^{\infty}x^{\alpha+1} e^{-x} \left[L_n^{(\alpha)}\right]^2 dx=
\frac{(n+\alpha)!}{n!}(2n+\alpha+1).](http://upload.wikimedia.org/math/1/7/1/171bd43c4b204e3a5de9c9a594f386e0.png)


























