Why is the derivative of e^x also e^x? I don't understand...
Can someone post a proof?
Name:
Anonymous2006-11-11 3:16
e^x = y
Rewrite using natural log
ln y = x
Implicitly differentiate both sides
dx(ln y) = dx(x)
A bit of algebra
(1 / y)(dy/dx) = 1
dy/dx = y
dy/dx = e^x
Hope that helps.
Name:
Anonymous2006-11-11 5:48
>>2 That’s a proof defining e to be the inverse function of natural log.
Alternatively define e to be a number such that lim h->0 (e^h–1)/h = 1. Let f(x) = e^x
f’(x) = lim h->0 (f(x+h)-f(x))/h
= lim h->0 ((e^x)(e^h)-e^x)/h
= (e^x)(lim h->0 (e^h-1)/h)
= e^x
Name:
Anonymous2006-11-11 7:04
Basically, e is defined such that e^x has the derivative e^x.