Navigation: Wiki Home > Skills > Derivatives of Exponential Functions
The exponential function $e^x$ has a remarkable property: it equals its own derivative. No other function (besides $f(x) = 0$) has this property. This makes $e^x$ the fundamental building block for differential equations and mathematical models of growth and decay.
When we differentiate general exponential functions $a^x$, the natural logarithm $\ln a$ appears naturally. This connection between exponentials and logarithms runs deep and will be essential throughout calculus.
| Function | Derivative | Notes |
|---|---|---|
| $e^x$ | $e^x$ | The only non-zero function that is its own derivative |
| $e^{u(x)}$ | $e^{u(x)} \cdot u'(x)$ | Chain rule version |
| $a^x$ | $a^x \ln a$ | General base ($a > 0$, $a \neq 1$) |
| $a^{u(x)}$ | $a^{u(x)} \cdot (\ln a) \cdot u'(x)$ | Chain rule with general base |
$$\boxed{\frac{d}{dx}[e^x] = e^x}$$
Why this is true: By definition, $e$ is the unique number where $\lim_{h \to 0} \frac{e^h - 1}{h} = 1$.
Using the limit definition of derivative: $$\frac{d}{dx}[e^x] = \lim_{h \to 0} \frac{e^{x+h} - e^x}{h} = \lim_{h \to 0} \frac{e^x(e^h - 1)}{h} = e^x \cdot \lim_{h \to 0} \frac{e^h - 1}{h} = e^x \cdot 1 = e^x$$
Geometric meaning: At any point $(x, e^x)$ on the graph of $y = e^x$, the slope of the tangent line equals the $y$-coordinate.
y
| /
| / slope = e^2 ≈ 7.39
| / at (2, e^2)
| /
| /
| / slope = e ≈ 2.72
| / at (1, e)
| /
| / slope = 1 at (0, 1)
|/
---+-------------------------- x
For composite functions $e^{u(x)}$:
$$\boxed{\frac{d}{dx}[e^{u(x)}] = e^{u(x)} \cdot u'(x)}$$
Think of it as: derivative of outside × derivative of inside.
Example: If $y = e^{3x^2}$, then $u = 3x^2$ and $u' = 6x$. $$\frac{dy}{dx} = e^{3x^2} \cdot 6x = 6x e^{3x^2}$$
For $f(x) = a^x$ where $a > 0$ and $a \neq 1$:
$$\boxed{\frac{d}{dx}[a^x] = a^x \ln a}$$
Why this works: Write $a^x = e^{x \ln a}$ (since $e^{\ln a} = a$). Then: $$\frac{d}{dx}[a^x] = \frac{d}{dx}[e^{x \ln a}] = e^{x \ln a} \cdot \ln a = a^x \ln a$$
Special cases:
$$\boxed{\frac{d}{dx}[a^{u(x)}] = a^{u(x)} \cdot (\ln a) \cdot u'(x)}$$
| Expression | Derivative | Memory Aid |
|---|---|---|
| $e^x$ | $e^x$ | "$e^x$ is its own derivative" |
| $e^{kx}$ | $ke^{kx}$ | "Constant in front" |
| $e^{u}$ | $e^{u} \cdot u'$ | "Chain rule" |
| $a^x$ | $a^x \ln a$ | "Bring down ln of base" |
| $a^{u}$ | $a^{u} \cdot (\ln a) \cdot u'$ | "Base formula + chain" |
Differentiate $f(x) = e^{-4x}$.
Here $u = -4x$, so $u' = -4$. $$f'(x) = e^{-4x} \cdot (-4) = -4e^{-4x}$$
Differentiate $y = xe^{-x}$.
Use the product rule: $y = uv$ where $u = x$ and $v = e^{-x}$. $$y' = u'v + uv' = (1)(e^{-x}) + (x)(-e^{-x}) = e^{-x} - xe^{-x} = e^{-x}(1 - x)$$
Differentiate $g(x) = e^{x^2 + 3x}$.
Here $u = x^2 + 3x$, so $u' = 2x + 3$. $$g'(x) = e^{x^2 + 3x} \cdot (2x + 3) = (2x + 3)e^{x^2 + 3x}$$
Differentiate $h(x) = 5^{2x}$.
Using $\frac{d}{dx}[a^u] = a^u \cdot \ln a \cdot u'$ with $a = 5$ and $u = 2x$: $$h'(x) = 5^{2x} \cdot \ln 5 \cdot 2 = 2(\ln 5) \cdot 5^{2x}$$
| Mistake | Correct Approach |
|---|---|
| $\frac{d}{dx}[e^x] = x \cdot e^{x-1}$ | This is the power rule! For exponentials: $\frac{d}{dx}[e^x] = e^x$ |
| Forgetting the chain rule for $e^{2x}$ | $\frac{d}{dx}[e^{2x}] = 2e^{2x}$, not just $e^{2x}$ |
| $\frac{d}{dx}[2^x] = 2^x$ | Need the $\ln 2$ factor: $\frac{d}{dx}[2^x] = 2^x \ln 2$ |
| $\frac{d}{dx}[e^{x^2}] = 2xe^{2x}$ | Exponent stays the same: $\frac{d}{dx}[e^{x^2}] = 2xe^{x^2}$ |
Find the derivative: (a) $f(x) = e^{5x}$ (b) $g(x) = e^{-x}$ (c) $h(x) = 3e^x$
Find the derivative of $f(x) = x^2 e^{3x}$.
Find the derivative: (a) $f(x) = 2^x$ (b) $g(x) = 10^{-x}$
Find the derivative of $y = e^{-4x} \sin 5x$.
Find all local extrema of $g(x) = x^2 e^{-x}$ and determine which, if any, are absolute extrema on $[0, \infty)$.
Show that $y = Ae^{-2x} + Be^{3x}$ satisfies the differential equation $y'' - y' - 6y = 0$ for any constants $A$ and $B$.
Question 1: What is $\frac{d}{dx}[e^{2x+1}]$?
(A) $e^{2x+1}$ (B) $2e^{2x+1}$ (C) $(2x+1)e^{2x}$ (D) $2e^{2x}$
(B) Using the chain rule with $u = 2x + 1$: $\frac{d}{dx}[e^u] = e^u \cdot u' = e^{2x+1} \cdot 2$. The exponent stays as $2x+1$, and we multiply by the derivative of the exponent.
Question 2: The slope of the tangent line to $y = e^x$ at $x = 2$ is:
(A) $2$ (B) $e$ (C) $e^2$ (D) $2e$
(C) Since $\frac{d}{dx}[e^x] = e^x$, the slope at any point equals the $y$-value at that point. At $x = 2$: slope $= e^2 \approx 7.39$.
Question 3: Which function has derivative $3 \cdot 2^x$?
(A) $2^x$ (B) $3 \cdot 2^x$ (C) $\frac{3}{\ln 2} \cdot 2^x$ (D) $3x \cdot 2^{x-1}$
(C) Since $\frac{d}{dx}[2^x] = 2^x \ln 2$, we need $\frac{d}{dx}[C \cdot 2^x] = C \cdot 2^x \ln 2 = 3 \cdot 2^x$. Solving: $C \ln 2 = 3$, so $C = \frac{3}{\ln 2}$.
The "Copy Machine" Function:
Think of $e^x$ as a function that copies itself when differentiated:
For $e^{u}$ with chain rule:
For general bases:
The adjustment factor $\ln a$ tells you how much "faster" or "slower" base $a$ grows compared to base $e$:
| Previous | Up | Next |
|---|---|---|
| The Number e | Skills Index | Integrals of Exponentials |
Last updated: 2026-01-23