Exponential Functions
Natural Exponential
dxd[ex]=ex
The function ex is its own derivative!
General Exponential
dxd[ax]=ax⋅ln(a)
where a>0, a=1
With Chain Rule
dxd[eu]=eu⋅u′
dxd[au]=au⋅ln(a)⋅u′
Logarithmic Functions
Natural Logarithm
dxd[ln(x)]=x1,x>0
General Logarithm
dxd[loga(x)]=x⋅ln(a)1,x>0
With Chain Rule
dxd[ln(u)]=uu′
dxd[loga(u)]=u⋅ln(a)u′
Derivative Table
| Function | Derivative |
|---|
| ex | ex |
| ax | axln(a) |
| ln(x) | x1 |
| loga(x) | xln(a)1 |
| $\ln | x |
| eu | eu⋅u′ |
| ln(u) | uu′ |
Important Property
dxd[ln∣x∣]=x1for all x=0
This extends the domain to negative x values.
Examples
Example 1: Basic exponential
f(x)=5ex−3e−x
f′(x)=5ex−3e−x⋅(−1)=5ex+3e−x
Example 2: Exponential with chain rule
f(x)=ex2+3x
f′(x)=ex2+3x⋅(2x+3)
Example 3: General exponential
f(x)=2x
f′(x)=2x⋅ln(2)
Example 4: Natural logarithm
f(x)=ln(x2+1)
f′(x)=x2+12x
Example 5: Product with logarithm
f(x)=xln(x)
f′(x)=x⋅x1+ln(x)⋅1=1+ln(x)
Example 6: Quotient with exponential
f(x)=1+exex
f′(x)=(1+ex)2(1+ex)⋅ex−ex⋅ex
=(1+ex)2ex+e2x−e2x
=(1+ex)2ex
Example 7: Logarithm of absolute value
f(x)=ln∣sin(x)∣
f′(x)=sin(x)cos(x)=cot(x)
Example 8: Change of base
f(x)=log10(x)=ln(10)ln(x)
f′(x)=xln(10)1