Mistake Master
Slopes of an inverse AB & BC
The graph of an inverse is the original reflected across the line $y = x$, and reflecting a line swaps its rise and run. So inverse slopes are reciprocals. The only hard part, and it is genuinely hard, is keeping straight which point the reciprocal is taken at.
§1
Reflection swaps rise and run.
▸
If $(a, b)$ lies on $f$, then $(b, a)$ lies on $f^{-1}$: that is what inverting does. Reflecting across $y = x$ turns a rise of $\Delta y$ over a run of $\Delta x$ into a rise of $\Delta x$ over a run of $\Delta y$. The slope inverts.
So if $f$ has slope 4 at the point $(2, 7)$, then $f^{-1}$ has slope $\frac{1}{4}$ at the point $(7, 2)$. Notice that the two statements are anchored at different points, and the $x$-coordinate of one is the $y$-coordinate of the other. Every error in this topic is a version of losing track of that swap.
Written as a formula:
$$\left(f^{-1}\right)'(x) = \frac{1}{f'\left(f^{-1}(x)\right)}.$$
The denominator is the whole message. It is not $f'(x)$. The input $x$ is a value in the inverse's domain, which is the original function's range, so it cannot be handed to $f'$ directly. It has to be converted back first, and $f^{-1}(x)$ is what does the converting.
§2
The procedure, and where it goes wrong.
▸
To compute $\left(f^{-1}\right)'(a)$:
- Find the number $c$ with $f(c) = a$. That is $c = f^{-1}(a)$, the point on the original curve that reflects onto the one you care about.
- Compute $f'(c)$.
- Take the reciprocal.
Step 1 is the step that gets skipped. Writing $\left(f^{-1}\right)'(a) = \frac{1}{f'(a)}$ feeds $a$ to the wrong function, and it produces a number that is usually plausible and always wrong. It happens to be right only in the coincidental case $f^{-1}(a) = a$, where the curve meets the line $y = x$.
Given a table, step 1 is a lookup in reverse: you scan the $f(x)$ column for the value $a$ and read off the $x$ beside it. Scanning the $x$ column instead is the same error wearing a different hat.
§3
Where the formula comes from.
▸
The formula is implicit differentiation in one line. Start from the statement that the inverse undoes $f$:
$$f\left(f^{-1}(x)\right) = x.$$
Differentiate both sides with respect to $x$. The left side is a composition, so the chain rule applies: the outer derivative $f'$ evaluated at the inside, times the inside's derivative. The right side is 1.
$$f'\left(f^{-1}(x)\right)\cdot\left(f^{-1}\right)'(x) = 1.$$
Dividing gives the formula. The argument $f^{-1}(x)$ is not a convention someone chose; it is simply what was already sitting inside $f$ when the chain rule reached it. That is worth remembering, because it means the formula cannot be misremembered as $1/f'(x)$ without also misremembering the chain rule.
§4
When the reciprocal blows up.
▸
If $f'(c) = 0$, the formula divides by zero and $\left(f^{-1}\right)'$ is undefined at the reflected point. Geometrically this is honest: a horizontal tangent on $f$ reflects to a vertical tangent on $f^{-1}$, and vertical tangents have no slope.
This also explains the requirement that $f$ be strictly monotonic on the interval in question. A function that turns around fails the horizontal line test, so no inverse function exists there to differentiate. Checking monotonicity first is not bookkeeping; it is what makes the question well posed.
§5
Skill Check.
▸
Ten scenarios. Pick the chips that match your answer, then check. A scenario marks complete the first time every part is right. Progress saves on this device.