Questions tagged [laguerre-polynomials]

For questions about (associated) Laguerre polynomials, which arise in quantum physics.

The Laguerre polynomials are solutions of Laguerre differential equation: $$xy'' + (1 - x)y' + ny = 0, \text{ where } n \in \mathbb{N} \cup \{0\}, \tag1 \label{eq1}$$ which is a second-order linear differential equation.

Equation \eqref{eq1} is a special case of a more general "associated Laguerre differential equation", defined by $$ xy''+(\alpha+1-x)y'+\lambda y=0, \tag2 \label{eq2},$$ where $\lambda$ and $\alpha$ are real numbers with $\alpha = 0$ and $\lambda = n$.

These polynomials, usually denoted $L_0$, $L_1$, $\dots$, are a polynomial sequence which may be defined by the Rodrigues formula,

$$ L_{n}(x)={\frac {e^{x}}{n!}}{\frac {d^{n}}{dx^{n}}}\left(e^{-x}x^{n}\right)={\frac {1}{n!}}\left({\frac {d}{dx}}-1\right)^{n}x^{n}. $$

The Laguerre polynomials are also used for Gaussian quadrature to numerically compute integrals of the form $$ \int _{0}^{\infty }f(x)e^{-x}\,dx.$$

63 questions
12
votes
2 answers

Prove that $(-1)^n \text{Laguerre}_n(2) \leq 1$.

I would like to prove the following inequalities on Laguerre polynomials evaluated at point 2: $$ (-1)^n \text{Laguerre}_n(2) \leq 1 $$ This seems to hold numerically. I tried to use the recurrence relation between Laguerre polynomials but I was not…
4
votes
1 answer

How is the Rodrigues formula $L_n^k(x)=\frac{e^x x^{-k}}{n!}\frac{d^n}{dx^n}(e^{-x}x^{n+k})$ derived?

I am trying to deduce the Rodrigues formula for generalized Laguerre polynomials $$L_n^k(x)=\frac{e^x x^{-k}}{n!}\frac{d^n}{dx^n}(e^{-x}x^{n+k})$$ but I have reached a point where I do not know how to proceed, my procedure was as follows: I started…
Almhz
  • 109
1
vote
0 answers

A modification of the Laguerre product expansion

Given a product of Laguerre polynomials, $L_n(x) L_m(x)$, a particular question to ask is the expansion of this product in terms of the Laguerre polynomials $\{L_i(x)\}$ themselves. That is, we would seek the expansion coefficients $C_{nm}^i$ such…
K L
  • 123
0
votes
0 answers

Simple Laguerre polynomial for half-integer orders

I am trying to calculate the simple Laguerre polynomial for the half-integer orders. From https://www.cfm.brown.edu/people/dobrush/am34/Mathematica/ch7/laguerre.html, I can get the Laguerre polynomials for integer orders, but I am trying to find a…
user3236841
  • 255
  • 1
  • 8
0
votes
0 answers

Laguerre polynomial problem

It is known that $\sum^{\infty}_{n=0}z^nL_n(x)=\frac{1}{1-z}e^{-xz/(1-z)}$ where $L_n(x)$ is the Laguerre polynomial. It there any neat way of expressing the following term: $\sum^{\infty}_{n=0}z^{n+m}L_{n+m}(x)$ where the index of the Laguerre…
0
votes
1 answer

proving orthogonality of associated Laguerre polynomial using Generating function

I have been trying to prove the following orthogonal relation which is used for the normalization of the hydrogenic radial wave function, $$\int_{0}^{\infty}e^{-\rho}\rho^{2l+2}[L^{2l+1}_{n+l}]^2d\rho=\frac{2n[(n+l)!]^{3}}{(n-l-1)!} \tag{1}$$ using…
seraphimk
  • 573