Calculus of the exponential function
Differentiation of exponential functions
The derivatives of f(x)=ex and g(x)=ax have a minor difference. Let's differentiate them using the first principle.
Derivative of f(x)=ex
From the first principle:
f′(x)=limh→0hf(x+h)−f(x)
f′(x)=limh→0hex+h−ex
f′(x)=limh→0hex(eh−1)
f′(x)=ex⋅limh→0heh−1
As h→0, heh−1≈1 (see Table).
Therefore, f′(x)=ex.
Derivative of g(x)=ax
From the first principle:
g′(x)=limh→0hg(x+h)−g(x)
g′(x)=limh→0hax+h−ax
g′(x)=limh→0hax(ah−1)
g′(x)=ax⋅limh→0hah−1
As h→0, hah−1≈k, where k is a constant depending on a.
Table: values of hah−1 as h→0
| h→0 | 0.1 | 0.01 | 0.001 | 0.0001 | 0.00001 |
|---|
| heh−1 | 1.05171 | 1.00501 | 1.00050 | 1.00005 | 1.000005 |
| h2h−1 | 0.7177 | 0.6956 | 0.6934 | 0.69317 | 0.69315 |
| h4h−1 | 1.48698 | 1.39595 | 1.3873 | 1.3864 | 1.3863 |
| h10h−1 | 2.5893 | 2.3293 | 2.3052 | 2.3029 | 2.3026 |
The derivative of f(x)=ex is dxdy=ex, and for g(x)=ax is g′(x)=kax.
Derivative of f(x)=eg(x)
To differentiate y=eg(x) (where g(x) is a function of x), use the chain rule:
dxd(eg(x))=eg(x)⋅dxd(g(x))
Example: derivatives of exponential functions
Find the derivative of:
- f(x)=e2x+3
- g(x)=e1−x2
- h(x)=e3x
- g(x)=e3−2x
Solution:
- f′(x)=dxd(e2x+3)=e2x+3⋅dxd(2x+3)=2e2x+3
- g′(x)=dxd(e1−x2)=e1−x2⋅dxd(1−x2)=−2xe1−x2
- h′(x)=dxd(e3x)=e3x⋅dxd(3x)=3e3x
- g′(x)=dxd(e3−2x)=e3−2x⋅dxd(3−2x)=−2e3−2x