(mathematics) A sequence of orthogonal polynomials which solve Laguerre's differential equation for positive integral values of the parameter.
| Sci-Tech Dictionary: Laguerre polynomials |
(mathematics) A sequence of orthogonal polynomials which solve Laguerre's differential equation for positive integral values of the parameter.
| 5min Related Video: Laguerre polynomials |
| Wikipedia: Laguerre polynomials |
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 |
These are the first few Laguerre polynomials:
| n | ![]() |
| 0 | ![]() |
| 1 | ![]() |
| 2 | ![]() |
| 3 | ![]() |
| 4 | ![]() |
| 5 | ![]() |
| 6 | ![]() |
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:

The orthogonality property stated above is equivalent to saying that if X is an exponentially distributed random variable with probability density function

then
![E \left[ L_n(X)L_m(X) \right]=0\ \mbox{whenever}\ n\neq m.](http://wpcontent.answers.com/math/2/5/c/25c99b74421f6a6106c5f39d086f111f.png)
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:



When n is an integer the function reduces to a polynomial of degree n.
(derived equivalently by applying Leibniz's theorem for differentiation of a product to Rodrigues' formula.)
is a Sturm chain), which are all in the interval
.
, and
. [1].



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;
}
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

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.
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,
![\int_0^{\infty}x^{\alpha+1} e^{-x} \left[L_n^{(\alpha)}\right]^2 dx=
\frac{(n+\alpha)!}{n!}(2n+\alpha+1).](http://wpcontent.answers.com/math/1/7/1/171bd43c4b204e3a5de9c9a594f386e0.png)
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
.
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.
The polynomials may be expressed in terms of a contour integral

where the contour circles the origin once in a counterclockwise direction.
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.
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).
In terms of modified Bessel functions (Bessel polynomials) these following relations hold:

or further elaborated

This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| Best of the Web: Laguerre polynomials |
Some good "Laguerre polynomials" pages on the web:
Math mathworld.wolfram.com |
| Kautz filter | |
| Polynomial sequence | |
| Edmond Laguerre |
| How are polynomials used? Read answer... | |
| What do you mean by polynomials? Read answer... | |
| What is a polynomials? Read answer... |
Copyrights:
![]() | Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Laguerre polynomials". Read more |
Mentioned in