Let $$p_n(x)e^{-x^2}$$ be the $n$th derivative of $$e^{-x^2}.$$ Find a formula for $p_n(x)$. We have $p_1(x)=-2x, p_2(x)=4x^2-2$, etc. But what is the general formula for $p_n$?
Asked
Active
Viewed 830 times
2
-
Related: http://math.stackexchange.com/questions/4700/improve-my-proof-about-this-c-infty-function/ – Aryabhata Nov 26 '10 at 03:05
2 Answers
6
That depends on what you mean by "general formula." These are (up to some normalization) the Hermite polynomials. They satisfy a nice recurrence and have a nice generating function. You could torture some kind of general formula out of the generating function but I really don't see the point.

Qiaochu Yuan
- 419,620
-
There's the Rodrigues formula among other things... ;) – J. M. ain't a mathematician Nov 26 '10 at 03:13
-
-
@TCL: That is the Rodrigues formula for the Hermite polynomials. – J. M. ain't a mathematician Nov 26 '10 at 03:26
-
1
0
$p_n$ satisfies the recurrence, $p_{n+1}(x) = p_n'(x) - 2xp_n(x)$ with $p_0(x) = 1$. This looks to me like it might give you some Tchebyshev polynomial. Something like $p_n(x) = 2 (-1)^n T_n(x)$ .
EDIT: I was wrong with the Tchebyshev polynomial thing. Sorry.