Hermite polynomials $H_n (x)$ can be obtained using the recurrence relation $$H_{n+1} (x)=2xH_n (x)-2nH_{n-1} (x).$$ To prove this, I started by calculating the first derivative of the Hermite's Rodrigues formula $H_n (x)=(-1)^n e^{x^2} \frac{d^n}{dx^n} e^{-x^2 } $. The process goes like this: $$ \frac{d}{dx}H_n (x)=(-1)^n 2xe^{x^2}\frac{d^n}{dx^n} e^{-x^2 }+(-1)^n e^{x^2} \frac{d^{n+1}}{dx^{n+1}}e^{-x^2 } $$ Rearranging the terms in the previous equation produces $$H_{n+1} (x)=2xH_n (x)-\frac{d}{dx}H_n (x)$$ or $$H_{n+1} (x)=2xH_n (x)-H_n'(x).$$
That's it. Im stuck here. I don't know how to show that $H_n' (x)=2nH_{n-1} (x)$. Can you help me?