d/dx(a^x)=?

ahorn

New member
Joined
Mar 22, 2014
Messages
44
Hello

My question is what d/dx(a^x) equals. My answer is axlimh0ah1h\displaystyle a^x \cdot \lim_{h \to 0} \frac{a^h-1}{h} but is that the simplest form?
 
Last edited by a moderator:

Hi ahorn:

At the introductory level, that's a very good start.

Calculating that limit is generally beyond the scope of a beginning course in derivatives. (Your text ought to provide it.)

limh0ah1h=ln(a)\displaystyle \lim\limits_{h \to 0} \dfrac{a^h - 1}{h} = ln(a)

Now, what happens when a = e?

Cheers :cool:
 
One way of doing this to note that, since ex\displaystyle e^x and ln(x)\displaystyle ln(x) are "inverse functions", ax=eln(ax)=exln(a)\displaystyle a^x= e^{ln(a^x)}= e^{x ln(a)}. Now, use the chain rule, dfdx=dfdududx\displaystyle \frac{df}{dx}= \frac{df}{du}\frac{du}{dx} with u=xln(a)\displaystyle u= xln(a).
 
@Quaid: e^x differentiated = e^x


@Hallsofivy: Differentiation using the chain rule:

\(\displaystyle \frac{d}{dx}a^x\\

= \frac{d}{dx}e^{\ln(a^x)}\\

= \frac{d}{dx}e^{x \ln(a)}\\

= e^{x \ln(a)} \cdot (ln(a) + x/a) \\

= a^x \ln(a) + x \cdot a^{x-1}\)


I almost got axln(a)\displaystyle a^x \ln(a) by itself... can you see where I went wrong?
 
Last edited:
Oh. I differentiated x*ln(a) incorrectly. ln(a) is a constant.
 
Oh. I differentiated x*ln(a) incorrectly. ln(a) is a constant.
Yes, that was your error. The derivative of ax\displaystyle a^x is axln(a)\displaystyle a^x ln(a). Note that ln(e)= 1 so that if a= e, that becomes dexdx=ex(1)=ex\displaystyle \frac{d e^x}{dx}= e^x(1)= e^x.
 
Top