autodidude
- 332
- 0
I'm trying to differentiate e^x from first principles but I can't find a way to manipulate this expression \frac{e^h-1}{h} so I can evaluate the limit without getting 0/0
Diffy said:
Diffy said:
eumyang said:Use the definition of e:
lim_{h \rightarrow 0} \left( 1 + h \right)^{1/h} = e
So for small values of h,
e \approx \left( 1 + h \right)^{1/h}, or
e^h \approx 1 + h.
Replace eh in \frac{e^h-1}{h} with 1 + h and go on from there.
Um, you need to simplify the expression.autodidude said:Don't we get 0/0 again?
Limit h->0
\frac{1+h-1}{h}