Laguerre polynomial
1 Definition
The Laguerre polynomials are orthogonal polynomials with respect to the
weighting function e-x on the half-line [0,∞). They are denoted
by the letter “L” with the order as subscript and are normalized by the condition that the coefficient of the highest order term of Ln is
(-1)n/n!.
The first few Laguerre poynomials are as follows:
L0(x) | =1 | ||
L1(x) | =-x+1 | ||
L2(x) | =12x2-2x+1 | ||
L3(x) | =-16x3+32x2-3x+1 |
A generalization is given by the associated Laguerre polynomials which depends on a parameter (traditionally denoted “α”). As it turns out, they are polynomials of the argument α as as well, so they are polynomials of two variables. They are defined over the same interval with the same normalization condition, but the weight function is generalized to xαe-x. They are notated by including the parameter as a parenthesized superscript (not all authors use the parentheses).
The ordinary Laguerre polynomials are the special case of the generalized Laguerre polynomials when the parameter goes to zero. When some result holds for generalized Laguerre polynomials which is not more complicated than that for ordinary Laguerre polynomials, we shall only provide the more general result and leave it to the reader to send the parameter to zero to recover the more specific result.
The first few generalized Laguerre polynomials are as follows:
L(α)0(x) | =1 | ||
L(α)0(x) | =-x+α+1 | ||
L(α)0(x) | =12x2-(α+2)x+12(α+2)(α+1) | ||
L(α)0(x) | =-16x3+12(α+3)x2-12(α+2)(α+3)x+16(α+1)(α+2)(α+3) |
2 Formulae for these polynomials
The Laguerre polynomials may be exhibited explicitly as a sum in terms
of factorials, which may also be written using binomial coefficients
:
Ln(x)=n∑k=0n!(k!)2(n-k)!(-x)k=n∑k=0(nk)(-x)kk! |
The generalization may be expressed in terms of gamma functions or
falling factorials
:
L(α)n=n∑k=0Γ(n+α+1)Γ(k+α+1)(-x)kk!(n-k)!=n∑k=0(n+α)n-k¯k!(n-k)!(-x)k |
They can be computed from a Rodrigues formula:
L(α)n(x)=1n!x-αexdndxn(e-xxn+α) |
They have several integral representations. They can be expressed in terms of a countour integral
Ln(x)=12πi∮e-xt1-t(1-t)tn+1𝑑𝑡, |
where the origin is enclosed by the contour, but not z=1.
3 Equations they satisfy
The Laguerre polynomials satisfy the orthogonality relation
∫∞0e-xxαL(α)n(x)L(α)m(x)𝑑x=(n+α)!n!δnm. |
The Laguerre polynomials satisfy the differential equation
xd2dx2L(α)n(x)+(α+1-x)ddxL(α)n(x)+(n-α)L(α)n(x)=0 |
This equation arises in many contexts such as in the quantum mechanical treatment of the hydrogen atom.
Title | Laguerre polynomial |
---|---|
Canonical name | LaguerrePolynomial |
Date of creation | 2013-03-22 12:30:56 |
Last modified on | 2013-03-22 12:30:56 |
Owner | rspuzio (6075) |
Last modified by | rspuzio (6075) |
Numerical id | 22 |
Author | rspuzio (6075) |
Entry type | Definition |
Classification | msc 26C99 |
Related topic | HermitePolynomials |
Related topic | OrthogonalityOfChebyshevPolynomials |
Defines | associated Laguerre polynomial |
Defines | Laguerre’s equation |