- Laguerre polynomials
In
mathematics , the Laguerre polynomials, named afterEdmond Laguerre (1834 – 1886), are thecanonical 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.These polynomials, usually denoted "L"0, "L"1, ..., 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 solutionof 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.The first few polynomials
These are the first few Laguerre polynomials:
"n" 0 1 2 3 4 5 6 Recursive definition
We can also define the Laguerre polynomials recursively, defining the first two polynomials as
:
:
and then using the recurrence relation for any "k" ≥ 1:
:
Generalized Laguerre polynomials
The orthogonality property stated above is equivalent to saying that if "X" is an exponentially distributed
random variable withprobability 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:
:
Explicit examples and properties of generalized Laguerre polynomials
The generalized Laguerre polynomial of degree is (as follows from applying Leibniz's theorem for differentiation of a product to the defining Rodrigues formula)
:
* the
coefficient of the leading term is (−1)"n"/"n"! ;
* theconstant term , which is the value at the origin, is
* "L""n"("α") has "n" real, strictly positive roots which are all in the open interval
* Derived from theroot test and convergent series below is* The first few generalized Laguerre polynomials are:
:
:
:
:
* The explicit formula gives rise to compute Laguerre's polynomial using Horner's method as follows:
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; }
Recurrence relations
Laguerre's polynomials satisfy the recurrence relations
:
in particular
: and
moreover
:
They can be used to derive
:
and
:
combined they give this additional, popular recurrence relation
:
A somewhat curious identity, valid for integer and , is:
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 generalized associated Laguerre polynomials obey the differential equation
:
Orthogonality
The associated Laguerre polynomials are orthogonal over
[ 0, ∞) with respect to the measure with weighting function "x""α" "e" −"x"::
The associated, symmetric kernel polynomial has the representations
:
recursively
:
Moreover,
:
in the associated "L"2
[ 0, ∞) -space.The following integral is needed in the quantum mechanical treatment of the hydrogen atom,
:
eries expansions
Let a function have the (formal) series expansion
:
Then
:
The series converges in the assotiated
Hilbert space , iff:
A related series expansion is
:
in particular
:
which follows from
:
Secondly,
:
a consequence derived from
:for .
More and other examples
Monomials are representated as
:
which lead directly to
: (convergent, iff )
and, even more generally,
:
For a non-negative integer this simplifies to
:
for to
: or:
The
Bessel function can be expressed (using an arbitrarily chosen parameter ) as:
The lower
incomplete Gamma function has the representations :and: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.
Relation to Hermite polynomials
The generalized Laguerre polynomials are related to the
Hermite polynomial s::
and
:
where the are the
Hermite polynomial s based on the weighting function , the so-called "physicist's version."Because of this, the generalized Laguerre polynomials arise in the treatment of the
quantum harmonic oscillator .Relation to hypergeometric functions
The Laguerre polynomials may be defined in terms of
hypergeometric function s, specifically theconfluent hypergeometric function s, as:
where is the
Pochhammer symbol (which in "this" case represents the "rising factorial").External links
* [http://www.physics.drexel.edu/~tim/open/hydrofin A quick informal derivation of the Laguerre polynomial in the context of the quantum mechanics of hydrogen]
References
*
* Eric W. Weisstein, " [http://mathworld.wolfram.com/LaguerrePolynomial.html Laguerre Polynomial] ", From MathWorld—A Wolfram Web Resource.
*
Wikimedia Foundation. 2010.