Navigation: Wiki Home > Chapter 6 > Derivative of Inverse Functions
If you know how fast $f$ changes, can you figure out how fast $f^{-1}$ changes? Yes—and the answer is elegant: the slopes are reciprocals.
Think geometrically: if the graph of $f^{-1}$ is the reflection of $f$ across the line $y = x$, then tangent lines also get reflected. Reflection swaps the rise and run, turning slope $m$ into slope $1/m$.
Can you answer these questions?
This skill requires:
| Property | Value |
|---|---|
| Chapter | Chapter 6: Inverse Functions |
| Section | §6.1 Inverse Functions and Their Derivatives |
| Difficulty | Intermediate |
| Time | ~20 minutes |
If $f$ is a one-to-one differentiable function with inverse $f^{-1}$, and $f'(f^{-1}(a)) \neq 0$, then:
$$\boxed{(f^{-1})'(a) = \frac{1}{f'(f^{-1}(a))}}$$
In words: The derivative of $f^{-1}$ at $a$ is the reciprocal of the derivative of $f$ at the corresponding point.
If $y = f^{-1}(x)$, then $x = f(y)$, and:
$$\frac{dy}{dx} = \frac{1}{dx/dy}$$
This says: the rate of change of $y$ with respect to $x$ is the reciprocal of the rate of change of $x$ with respect to $y$.
y y
| tangent to f | tangent to f⁻¹
| / | __/
| / slope = m | _/ slope = 1/m
| ___/ | _/
| / | _/
| * (b, a) | * (a, b)
|________________________ x |________________________ x
Graph of f Graph of f⁻¹ (reflected)
At $(b, a)$ on $f$: slope = $f'(b) = m$
At $(a, b)$ on $f^{-1}$: slope = $(f^{-1})'(a) = 1/m$
Reflecting swaps rise and run, so slope becomes reciprocal.
Setting: Want $(f^{-1})'(a)$.
Step 1: Find $b = f^{-1}(a)$, meaning find $b$ such that $f(b) = a$.
Step 2: Compute $f'(b)$.
Step 3: Take the reciprocal: $(f^{-1})'(a) = \frac{1}{f'(b)}$.
If $y = f^{-1}(x)$, then $f(y) = x$.
Differentiate both sides with respect to $x$: $$f'(y) \cdot \frac{dy}{dx} = 1$$
Solve for $\frac{dy}{dx}$: $$\frac{dy}{dx} = \frac{1}{f'(y)} = \frac{1}{f'(f^{-1}(x))}$$
Complete the formula: If $f(5) = 8$ and $f'(5) = 3$, then $(f^{-1})'(8) = $ .
Let $f(x) = x^3 + 1$. Find $(f^{-1})'(9)$ without finding $f^{-1}$ explicitly.
Let $f(x) = x^2 + 3x$ for $x \geq 0$. Find $(f^{-1})'(10)$.
Let $f(x) = 2x + \cos x$. Find $(f^{-1})'(1)$.
Note: $f$ is one-to-one because $f'(x) = 2 - \sin x > 0$ for all $x$.
Prove the derivative of inverse formula using the definition of derivative:
$$(f^{-1})'(a) = \lim_{x \to a} \frac{f^{-1}(x) - f^{-1}(a)}{x - a}$$
At a point where $f'(b) = 0$, what can you say about $(f^{-1})'(a)$ where $a = f(b)$?
The "Reciprocal Slopes" Picture:
Imagine the tangent line to $f$ at point $(b, a)$. It has some slope $m = f'(b)$.
Now reflect everything about $y = x$. The point becomes $(a, b)$, and the tangent line's rise and run swap. A slope of $m$ becomes a slope of $1/m$.
That reflected tangent is the tangent to $f^{-1}$ at $(a, b)$, so $(f^{-1})'(a) = 1/m = 1/f'(b)$.
Key formula to memorize: $$\text{slope of } f^{-1} \text{ at output} = \frac{1}{\text{slope of } f \text{ at corresponding input}}$$
| Previous | Up | Next |
|---|---|---|
| Finding Inverse Functions | Chapter 6 | Exponential Functions |
Last updated: 2026-01-22