Second Derivative of Exponential Function

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 21K views
Asphyxiated
Messages
263
Reaction score
0

Homework Statement



Find the second derivative of:

[tex]e^{ax}[/tex]

and

[tex]e^{-ax}[/tex]

Homework Equations





The Attempt at a Solution



The book that I am using seems to have been very vague on how to take the derivatives of exponential functions. I am aware that:

[tex]\frac {d(e^{x})} {dx} = e^{x}[/tex]

but it says literally nothing about how the chain rule applies to exponential function, or does it? Am I just making it too difficult? Please help!
 
Physics news on Phys.org
Assuming "a" as a constant, you can consider two functions.

One is [tex]f(y)=e^y[/tex] and the other [tex]y=ax[/tex], so the derivative in respect to x would be:

[tex]\frac{df}{dx}=\frac{df}{dy}\frac{dy}{dx}=...[/tex].

You just need to calculate the differentials tand to the same again to get the result.
 
Last edited:
Ok so I tried the method listed, I am hoping someone can confirm that this is correct:

[tex]y = e^{ax}[/tex]

[tex]y' = a(e^{ax})[/tex]

[tex]y'' = a^2(e^{ax})[/tex]

Thanks!