$n$th derivative of $e^{-x^2}$

614 Views Asked by At

I observed that $f^{(n)}(x)= \begin{cases} e^{-x^2} & \text{if $n=0$}\\ -2xe^{-x^2} & \text{if $n=1$}\\ f^{(n-1)}(x)-f^{(n-2)}(x) & \text{otherwise.} \end{cases}$

How to get the closed form?
Edit: This recurrence does not hold.

3

There are 3 best solutions below

0
On

Hint: If the recurrence relation holds then the $n$-th derivative is a telescopic sum

3
On

Hint: the recursion $f_n=f_{n-1}-f_{n-2}$ always has a solution of the form

$$ C_1(1/2+i\sqrt{3}/2)^n + C_2(1/2-i\sqrt{3}/2)^n, $$

with $C_1,C_2$ constants to be determined from the initial values $f_0,f_1$.

Edit: Your recurrence does not hold.

0
On

The question is answered here:

More informatiion at:

The keywords are "Hermite polynomial" and "Rodrigues formula".