Navigation: Wiki Home > Skills > Derivatives of Exponential Functions (Introduction)
Here's a remarkable fact: the function $e^x$ is its own derivative.
$$\boxed{\frac{d}{dx}[e^x] = e^x}$$
No other function (except $f(x) = 0$) has this property. This makes $e^x$ incredibly important in calculus and its applications.
| Function | Derivative |
|---|---|
| $e^x$ | $e^x$ |
| $Ce^x$ (constant $C$) | $Ce^x$ |
| $e^{kx}$ | $ke^{kx}$ |
Recall that $e \approx 2.718$ is defined as the special base where: $$\lim_{h \to 0} \frac{e^h - 1}{h} = 1$$
When we differentiate $e^x$ using the limit definition: $$\frac{d}{dx}[e^x] = \lim_{h \to 0} \frac{e^{x+h} - e^x}{h} = e^x \cdot \lim_{h \to 0} \frac{e^h - 1}{h} = e^x \cdot 1 = e^x$$
At any point $(x, e^x)$ on the curve $y = e^x$, the slope of the tangent line equals the $y$-value at that point.
| Point | $y$-value | Slope |
|---|---|---|
| $(0, 1)$ | $1$ | $1$ |
| $(1, e)$ | $\approx 2.72$ | $\approx 2.72$ |
| $(2, e^2)$ | $\approx 7.39$ | $\approx 7.39$ |
For any constant $C$: $$\frac{d}{dx}[Ce^x] = C \cdot \frac{d}{dx}[e^x] = Ce^x$$
Example: $\frac{d}{dx}[5e^x] = 5e^x$
Find the derivative: (a) $f(x) = e^x$ (b) $g(x) = 7e^x$ (c) $h(x) = -e^x$
Find the equation of the tangent line to $y = e^x$ at the point where $x = 0$.
For more advanced techniques including:
See the comprehensive page: Derivatives of Exponential Functions (MATH162)
| Previous | Up | Next |
|---|---|---|
| Exponential Properties | Skills Index | Derivatives of Exponentials (Full) |
Last updated: 2026-01-23