New Reply

Derivative of Exponential Function

 
Share Thread
Jul20-12, 07:36 PM   #1
 

Derivative of Exponential Function


I am reading the about the derivative of an exponential function using the limit definition, but one step I don't quite understand: [itex]lim_{h\rightarrow0}\frac{a^h -1}{h} = f'(0)[/itex] Wouldn't that limit equal 0/0?
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Jul20-12, 07:52 PM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Every derivative limit is of the form "0/0" but, of course, the limit itself is NOT "0/0".
Jul20-12, 08:04 PM   #3
 
Oh, yes, how could I be so foolish to forget. Well, what sort of algebraic manipulation am I to perform then?
Jul20-12, 10:24 PM   #4
 

Derivative of Exponential Function


Have you defined the exponential function as [itex]\sum\frac{z^n}{n!}[/itex]. If so, use that to prove the limit.
Jul21-12, 08:20 AM   #5
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
There's the rub! It depends, of course, upon how you define [itex]e^x[/itex].

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

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

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

So that
[tex]\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}[/tex]
is just [itex]C_aa^x[/itex] where [itex]C_a[/itex] is that limit.

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

From [itex]\lim_{h\to 0}\frac{e^h- 1}{h}= 1[/itex] we can say that, for h close to 0, [itex]\frac{e^h- 1}{h}[/itex] is close to 1 so that [itex]e^h- 1[/itex] is close to h. Then [itex]e^h[/itex] is close to 1+ h and so e is close to [itex](1+ h)^{1/h}[/itex] which is common limit definition of e: [itex]e= \lim_{h\to 0}(1+ h)^{1/h}[/itex] or, taking n= 1/h, [itex]e= \lim_{n\to\infty} (1+ 1/n)^n[/itex].
Jul23-12, 01:23 PM   #6
 
@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?
Jul24-12, 12:57 PM   #7
 
Quote by Bashyboy View Post
@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[tex]\frac{a^{x+h} - a^x}{h} = a^x\frac{a^h - 1}{h}[/tex]
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).
New Reply

Similar discussions for: Derivative of Exponential Function
Thread Forum Replies
Derivative of the exponential function with base e Calculus 3
Derivative of exponential function Calculus & Beyond Homework 2
Second Derivative of Exponential Function Calculus & Beyond Homework 4
Derivative of Exponential/Log Function (combined) Calculus & Beyond Homework 0
Derivative of exponential function Calculus & Beyond Homework 3