How do you use the definition of a derivative to find the derivative of #f(x) =e^x#?

2 Answers
May 7, 2016

Using #(df)/(dx)=lim_(Deltax->0)(f(x+Deltax)-f(x))/(Deltax)#

Explanation:

#d/dxe^x=lim_(Deltax->0)(e^(x+Deltax)-e^x)/(Deltax)=lim_(Deltax->0)e^x((e^(Deltax)-1)/(Deltax))#

As #Deltax->0#, #e^(Deltax)->1^+#

The ratio approximates to #1# hence

The derivative of #e^x# is #e^x#.

May 7, 2016

#f(x) = e^x#

#lim_(h->0) (f(x+h) - f(x))/h = (e^(x+h) - e^x)/h#

from power rules

#=lim_(h->0) (e^xe^h - e^x)/h#

you can use taylor series to have an excellent approximation of #e^h# when #h -> 0# which is

#e^h = h + 1# when #h -> 0#

#=lim_(h->0) (e^x(h+1) - e^x)/h = lim_(h->0) (he^x+e^x - e^x)/h #

which is #lim_(h->0) e^x = e^x #

at your level when you're blocked, think to use taylor series, it can be very useful.

Maybe you will tell me "Yeah you're right but you used taylor series, which are created by using formula with derivate of #e^x# so you use what you need to proove in the proof"

#e^x# is created by his taylor series not the opposite. You can have the series without the taylor formula, so the proof is not perfect but good.