High order derivitative of exponential function

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
KFC
Messages
477
Reaction score
4
I am looking a formula to compute the derivitative of [tex]e^{a x^2}[/tex] with respect to x n times, where a is a constant.

[tex]\frac{d^n}{dx^n}e^{a x^2}[/tex]

I am going to find the result of above derivitative when x -> 0.
 
Physics news on Phys.org
well, take a couple of first derivatives, and see if you notice a pattern. Then if you do notice a pattern, try to prove it by induction...and after that take the limit as x-->0

P.S. I would have tried to take some derivatives myself, but it is bed time now...lol...
 
The answer to this question would most probably be (2xa)^n*(e)^a(x)^2
 
mubeenahm said:
The answer to this question would most probably be (2xa)^n*(e)^a(x)^2

Most certainly not! You're going to have to use the chain rule every time, which is going to result in some polynomail times [itex]e^{ax^2}[/itex]. In fact, the result is going to be related to the Hermite polynomials, defined by

[tex]H_n(x) = (-1)^n e^{x^2}\frac{d^n}{dx^n}e^{-x^2}[/tex].

Getting the form desired in the OP amounts to setting [itex]x \rightarrow iax[/itex].

http://en.wikipedia.org/wiki/Hermite_polynomials

(Note I used the "physicist definition" of the Hermite polynomials defined on the wikipedia page).
 
Last edited:
KFC said:
I am looking a formula to compute the derivitative of [tex]e^{a x^2}[/tex] with respect to x n times, where a is a constant.

[tex]\frac{d^n}{dx^n}e^{a x^2}[/tex]

I am going to find the result of above derivitative when x -> 0.

We define a new variable u = i sqrt(a) x:

[tex]\frac{d^n}{dx^n}e^{a x^2} |_{x = 0} = (i \sqrt(a))^n \frac{d^n}{du^n}e^{-u^2}|_{u = 0} = <br /> (i \sqrt(a))^n (-1)^n e^{-u^2}H_n (u) |_{u = 0} <br /> =(-2 i \sqrt(a))^n \frac{\sqrt{\pi }}{\Gamma \left(\frac{1-n}{2}\right)}[/tex]

where the last step has used the form of the Hermite numbers:

http://mathworld.wolfram.com/HermiteNumber.html

Note also that when n is odd the Gamma function blows up and so the value we seek is zero, when n is even the imaginary unit disappears and we obtain a real result.
 
Last edited: