Evaluating limit as h->0 of (e^h-1)/h

  • Level: Undergrad 
  • Thread starter Thread starter autodidude
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
8 replies · 34K views
autodidude
Messages
332
Reaction score
0
I'm trying to differentiate e^x from first principles but I can't find a way to manipulate this expression [tex]\frac{e^h-1}{h}[/tex] so I can evaluate the limit without getting 0/0
 
Physics news on Phys.org
Use the definition of e:
[itex]lim_{h \rightarrow 0} \left( 1 + h \right)^{1/h} = e[/itex]
So for small values of h,
[itex]e \approx \left( 1 + h \right)^{1/h}[/itex], or
[itex]e^h \approx 1 + h[/itex].

Replace eh in [itex]\frac{e^h-1}{h}[/itex] with 1 + h and go on from there.
 
Diffy said:
l'hospital's rule works here too :-)

http://en.wikipedia.org/wiki/L'Hôpital's_rule

I'm not sure how. The OP is trying to "differentiate ex from first principles," which I assume means that he/she want to find the derivative of ex by using the limit definition:
[tex]\frac{d}{dx}e^x = lim_{h \rightarrow 0} \frac{e^{x+h} - e^x}{h} = ...[/tex]
I don't think you can use l'hospital's' Rule when we "don't know" the derivative of ex yet.EDIT: Beaten to it by Mute. :wink:
 
eumyang said:
Use the definition of e:
[itex]lim_{h \rightarrow 0} \left( 1 + h \right)^{1/h} = e[/itex]
So for small values of h,
[itex]e \approx \left( 1 + h \right)^{1/h}[/itex], or
[itex]e^h \approx 1 + h[/itex].

Replace eh in [itex]\frac{e^h-1}{h}[/itex] with 1 + h and go on from there.

Don't we get 0/0 again?

Limit h->0

[tex]\frac{1+h-1}{h}[/tex]
 
autodidude said:
Don't we get 0/0 again?

Limit h->0

[tex]\frac{1+h-1}{h}[/tex]
Um, you need to simplify the expression.
[tex]lim_{h \rightarrow 0}\frac{1+h-1}{h} = lim_{h \rightarrow 0} \frac{h}{h} = ...[/tex]
 
^ Ah, thanks a lot...must've had a brain meltdown :p