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 from the following two equalities:
- $L_n^k(x)=(-1)^{k}\cfrac{d^k}{dx^k}L_{n+k}(x)$
- $L_n(x)=\cfrac{e^x}{n!}\cfrac{d^n}{dx^n}(x^ne^{-x})$
Then substituting $ n + k $ for $ n $ in equation (2) we obtain that:
$$L_{n+k}(x)=\frac{e^x}{(n+k)!}\frac{d^{n+k}}{dx^{n+k}}(x^{n+k}e^{-x})$$
And therefore, substituting the value of $ L_ {n + k} $ in equation (1) we find that:
$$L_n^k(x)=(-1)^{k}\frac{d^k}{dx^k}\cfrac{e^x}{(n+k)!}\frac{d^{n+k}}{dx^{n+k}}(x^{n+k}e^{-x})$$
But I no longer know how to continue. I would really appreciate your help.