Laguerre polynomials $L_n(x)$ can be calculated using the Rodriguez formula
$$L_n(x)=\frac{e^x}{n!}\frac{\mathrm{d}^n}{\mathrm{d}x^n}(x^n e^{-x})$$
Show that $L_n(x)$ in the Rodriguez formula satisfy Laguerre's eguation
$x\frac{\mathrm{d}^2y}{\mathrm{d}x^2}+(1-x)\frac{\mathrm{d}y}{\mathrm{d}x}+ny=0$, following the steps below: Let $v=x^n e^{-x}$. First show that $x\frac{\mathrm{d}v}{\mathrm{d}x}=(n-x)v$. Then derive that (2):
$$x\frac{\mathrm{d}^{n+2}v}{\mathrm{d}x^{n+2}}+(1+x)\frac{\mathrm{d}^{n+1}v}{\mathrm{d}x^{n+1}}+(n+1)\frac{\mathrm{d}^nv}{\mathrm{d}x^n}=0$$
Next show that $y(x)=\frac{e^x}{n!}\frac{\mathrm{d}^nv}{\mathrm{d}x^v}$ is a solutin of Laguerre's differential eguation using (2)
I showed that $x\frac{\mathrm{d}v}{\mathrm{d}x}=(n-x)v$ but I can't derive (2). Any ideas?