Categories:
Mathematics.
Laguerre polynomials
The Laguerre polynomials are a set of useful functions that arise in physics.
They are the non-singular eigenfunctions u(x) of Laguerre’s equation,
with the corresponding eigenvalues n being non-negative integers:
xu′′+(1−x)u′+nu=0
The nth-order Laguerre polynomial Ln(x)
is given in the form of a Rodrigues’ formula by:
Ln(x)=n!1exp(x)dxndn(xnexp(−x))=n!1(dxd−1)nxn
The first couple of Laguerre polynomials Ln(x) are therefore as follows:
L0(x)=1L1(x)=1−xL2(x)=21(x2−4x+2)
Based on Laguerre’s equation,
Laguerre’s generalized equation is as follows,
with an arbitrary real (but usually integer) parameter α,
and n still a non-negative integer:
xu′′+(α+1−x)u′+nu=0
Its solutions, denoted by Lnα(x),
are the generalized or associated Laguerre polynomials,
which also have a Rodrigues’ formula.
Note that if α=0 then Lnα=Ln:
Lnα(x)=n!1x−αexp(x)dxndn(xn+αexp(−x))=n!x−α(dxd−1)nxn+α
The first couple of associated Laguerre polynomials Lnα(x) are therefore as follows:
L0α(x)=1L1α(x)=α+1−xL2α(x)=21(x2−2αx−4x+α2+3α+2)
And then more Lnα can be computed quickly
using the following recurrence relation:
Ln+1α(x)=n+1(α+2n+1−x)Lnα(x)−(α+n)Ln−1α(x)
The derivatives are also straightforward to calculate
using the following relation:
dxkdkLnα(x)=(−1)kLn−kα+k(x)
Noteworthy is that these polynomials (both normal and associated)
are all mutually orthogonal for x∈[0,∞[,
with respect to the weight function w(x)≡xαexp(−x):
⟨Lmα∣wLnα⟩=∫0∞Lmα(x)Lnα(x)w(x)dx=n!Γ(n+α+1)δnm
Where δnm is the Kronecker delta.
Moreover, they form a basis in
the Hilbert space
of all functions f(x) for which ⟨f∣wf⟩ is finite.
Any such f can thus be expanded as follows:
f(x)=n=0∑∞anLnα(x)=n=0∑∞⟨Ln∣wLn⟩⟨Ln∣wf⟩Lnα(x)
Finally, the Lnα(x) are related to
the Hermite polynomials Hn(x) like so:
H2n(x)H2n+1(x)=(−1)n22nn!Ln−1/2(x2)=(−1)n22n+1n!Ln1/2(x2)