Derivative of Exponential Function

Bashyboy
Messages
1,419
Reaction score
5
I am reading the about the derivative of an exponential function using the limit definition, but one step I don't quite understand: lim_{h\rightarrow0}\frac{a^h -1}{h} = f'(0) Wouldn't that limit equal 0/0?
 
Physics news on Phys.org
Every derivative limit is of the form "0/0" but, of course, the limit itself is NOT "0/0".
 
Oh, yes, how could I be so foolish to forget. Well, what sort of algebraic manipulation am I to perform then?
 
Have you defined the exponential function as \sum\frac{z^n}{n!}. If so, use that to prove the limit.
 
There's the rub! It depends, of course, upon how you define e^x.

Many modern Calculus texts first define ln(x)= \int_a^x dx/x and then define e^x as the inverse function so your question never arises. That's my preferred method.

Robert1986 suggests that you define e^x as as power series. That's perfectly reasonable, and again, your question does not arise.

But it is probably most common to define a^x by first defining a^n by "a multiplied by itself n times" then extending to all real numbers by requiring that a^{n+m}= (a^n)(a^m), (a^n)^m= a^{mn}, and continuity. Using that definition, we have
\frac{f(x+h)-f(x)}{h}= \frac{a^{x+h}- a^x}{h}= \frac{a^xa^h- a^x}{h}
= \frac{a^x(a^h- 1)}{h}= a^x\frac{a^h- 1}{h}

So that
\frac{da^x}{dx}= \lim_{h\to 0}\frac{a^{h+1}- a^x}{h}= a^x\lim_{h\to 0}\frac{a^h- 1}{h}
is just C_aa^x where C_a is that limit.

It is easy to show that if 0< a< 1, then C_a is negative, that C_2 is less than 1, that C_3 is greater than 1, and that C_a continuously increases as a increases. That means that there must exist some value of a, between 2 and 3, such that C_a= 1 and we define "e" to be that value of a.

From \lim_{h\to 0}\frac{e^h- 1}{h}= 1 we can say that, for h close to 0, \frac{e^h- 1}{h} is close to 1 so that e^h- 1 is close to h. Then e^h is close to 1+ h and so e is close to (1+ h)^{1/h} which is common limit definition of e: e= \lim_{h\to 0}(1+ h)^{1/h} or, taking n= 1/h, e= \lim_{n\to\infty} (1+ 1/n)^n.
 
Last edited by a moderator:
@HallsOfIvy:

So this constant you are speaking about is the same as f'(0)?

Edit:

Also, the books says that this limit is the value of the derivative at zero. Why is that? And since the derivative of an exponential function itself, wouldn't that always be equal to one?
 
Last edited:
Bashyboy said:
@HallsOfIvy:

So this constant you are speaking about is the same as f'(0)?

It's not; f'(0) is the derivative of f(x) evaluated at x = 0. The constant Ca, in a way, turns out to be a "function" of a that changes the value of f'(0) depending on the value of a in f(x) = ax.

Edit:

Also, the books says that this limit is the value of the derivative at zero. Why is that? And since the derivative of an exponential function itself, wouldn't that always be equal to one?

If f(x) = ax, then the difference quotient for f(x) is\frac{a^{x+h} - a^x}{h} = a^x\frac{a^h - 1}{h}
At x = 0, the difference quotient turns out to be (ah - 1)/h, and taking the limit as h→0 gives the derivative at 0, written as f'(0).
 

Similar threads

Back
Top