Section 6.3 Derivatives of Inverse Functions
There are many functions in mathematics which have useful inverses. For example, exponential functions have inverses of logarithmic functions, and trigonometric functions have their inverse trigonometric functions (\(\arcsin{x}, \arccos{x}, \arctan{x}\)).
Then, consider how the derivative of a function This theorem will allow us to more easily compute the derivative of the various inverse functions in mathematics. In addition, it allows us to compute the derivative (slopes) of the inverse of a function, even if it is difficult or impossible to determine an explicit formula for the inverse function.
Recall that graphically, an inverse function is the functions reflection over the line \(y = x\text{.}\) Then, it seems intuitive that the slopes of the tangent lines of \(y = f^{-1}(x)\) can be written in terms of the slopes of \(y = f(x)\text{.}\)
Consider this Desmos applet 1 . For the given slopes, it appears that if the point \((a,b)\) is on the graph of \(f(x)\text{,}\) then the slope of the graph of \(f^{-1}\) at \(b\text{,}\) or \(f^{-1}(b)\) is the reciprocal,
\begin{equation*}
f^{-1}(b) = \frac{1}{f'(a)}
\end{equation*}
Recall that for a linear function, say \(f(x) = 3x + 2\text{,}\) its inverse function is given by \(f^{-1}(x) = \frac{1}{3}x - \frac{2}{3}\text{.}\) Notice that the slope of the inverse function is the reciprocal of the slope of the original function.
Subsection 6.3.1 Derivative of Inverse Functions (Inverse Function Theorem)
For a function \(f\) which is one-to-one, it has an inverse function \(f^{-1}\text{.}\) In this case, the relation,
\begin{equation*}
f\brac{f^{-1}(x)} = x
\end{equation*}
is true for all \(x\) in the domain of \(f^{-1}\text{.}\) In this way, inverse functions are a special case of function composition. From this, we can determine an expression for the derivative of the inverse function, \((f^{-1})'\text{,}\) in terms of the derivative of \(f\text{.}\) Differentiating both sides (using implicit differentiation),
\begin{align*}
\frac{d}{dx} f\brac{f^{-1}(x)} \amp = \frac{d}{dx} x\\
f' \brac{f^{-1}(x)} (f^{-1})'(x) \amp = 1
\end{align*}
The left-hand side follows from the chain rule. Then, solving for the derivative of \(f^{-1}\text{,}\) \((f^{-1})'(x)\text{,}\)
\begin{equation*}
(f^{-1})'(x) = \frac{1}{f' \brac{f^{-1}(x)}}
\end{equation*}
In summary,
Theorem 6.3.2. Derivative of inverse functions.
Let \(f\) be one-to-one with inverse \(f^{-1}\text{.}\) Then, if \(f\) is differentiable at \(f^{-1}(x)\text{,}\) then \(f^{-1}\) is differentiable at \(x\text{,}\) and,
\begin{equation*}
\boxed{(f^{-1})'(x) = \frac{1}{f'\brac{f^{-1}(x)}}}
\end{equation*}
for all \(x \in D(f^{-1})\) such that \(f'(f^{-1}(x)) \neq 0\text{.}\)
Graphically, this means that the slope of the graph of \(f^{-1}\) at $(x,y)$ is the reciprocal of the slope of the graph of \(f\) at the corresponding point $(y,x)$.
The requirement that \(f' \neq 0\) intuitively comes from the fact that if \(f\) has a horizontal tangent line at a point, then \(f^{-1}\) will have a vertical tangent line at the corresponding point, and so will not be differentiable there.
Proof.
Note that technically, the derivation above does not prove the above theorem. In particular, the derivation uses the chain rule, which requires assuming that the inverse function is differentiable, which is not known a priori.
Also, notice that if \(f\) is always increasing, i.e. \(f'(x) > 0\) for all \(x\text{,}\) then \((f^{-1})'(x) = \frac{1}{f'(f^{-1}(x))} > 0\) for all \(x\) also. Thus, \(f^{-1}\) is increasing.
Corollary 6.3.3.
If \(f\) is increasing on an interval $I$, then its inverse \(f^{-1}\) is increasing on the corresponding interval. Similarly, if \(f\) is decreasing, then \(f^{-1}\) is decreasing.
Subsection 6.3.2 Leibniz Notation
Using Leibniz notation, if \(y = f(x)\text{,}\) and \(x = f^{-1}(y)\) is its inverse, then the derivative of \(y\) is \(\frac{dy}{dx}\text{,}\) and the derivative of the inverse is \(\frac{dx}{dy}\text{.}\) Then, the inverse function theorem can be written as,
\begin{equation*}
\boxed{\frac{dx}{dy} = \frac{\quad 1 \quad}{\frac{dy}{dx}}}
\end{equation*}
which is intuitively true, if the Leibniz notation for derivative is treated as a fraction.
Subsection 6.3.3 Examples
Example 6.3.4.
For the function \(f(x) = x^5 + 2x^3 + 7x + 1\text{,}\) consider \((f^{-1})'(1)\text{.}\) First,
\begin{equation*}
(f^{-1})'(1) = \frac{1}{f'(f^{-1}(1))}
\end{equation*}
Then, \(f^{-1}(1) = x\) if and only if \(f(x) = 1\text{.}\) Then, to solve for \(x\text{,}\) solve \(x^5 + 2x^3 + 7x + 1 = 1\text{.}\) This gives,
\begin{align*}
x^5 + 2x^3 + 7x \amp = 0\\
x \brac{x^4 + 2x^2 + 7} \amp = 0
\end{align*}
Here, \(x = 0\) is a solution, and there are no other solutions because \(x^4 + 2x^2 + 7 = 0\) has no solution. Or, if we assume that \(f\) is invertible, then it follows that there is at most one solution. Then, \(f'(x) = 5x^4 + 6x + 7\text{,}\) so \(f'(0) = 7\text{.}\) Thus,
\begin{equation*}
(f^{-1})'(1) = \frac{1}{7}
\end{equation*}
Subsection 6.3.4 Concavity of Inverse Functions
A natural extension of the derivatives of inverse functions is the concavity of inverse functions. That is, how does the concavity of \(f^{-1}\) relate to that of \(f\text{?}\) Intuitively, from a graphically sketch, it seems that an increasing function reverse its concavity when inverted, and a decreasing function preserves concavity. To show this using calculus, recall that,
\begin{equation*}
(f^{-1})'(x) = \frac{1}{f'(f^{-1}(x))}
\end{equation*}
Then, differentiating this identity again results in an expression for the second derivative \((f^{-1})''\text{,}\)
\begin{align*}
\frac{d}{dx} (f^{-1})'(x) \amp = \frac{d}{dx} \frac{1}{f'(f^{-1}(x))}\\
(f^{-1})''(x) \amp = \frac{d}{dx} \frac{1}{f'(f^{-1}(x))}
\end{align*}
The right-hand side can be differentiated using the quotient rule (or reciprocal rule),
\begin{equation*}
(f^{-1})''(x) = -\frac{f''(f^{-1}(x)) \cdot (f^{-1})'(x)}{(f'(f^{-1}(x)))^2}
\end{equation*}
Note that,
\begin{equation*}
\frac{d}{dx} f'(f^{-1}(x)) = f''(f^{-1}(x)) \cdot (f^{-1})'(x)
\end{equation*}
by the chain rule. Then, using the previous expression for \((f^{-1})'(x)\text{,}\) we can write this formula for \((f^{-1})''\) in terms of \(f'\) and \(f''\) only,
\begin{align*}
(f^{-1})''(x) \amp = -\frac{f''(f^{-1}(x)) \cdot \frac{1}{f'(f^{-1}(x))}}{(f'(f^{-1}(x)))^2}\\
\amp = -\frac{f''(f^{-1}(x))}{(f'(f^{-1}(x)))^3}
\end{align*}
In summary,
\begin{equation*}
\boxed{(f^{-1})''(x) = -\frac{f''(f^{-1}(x))}{(f'(f^{-1}(x)))^3}}
\end{equation*}
From this equation, we can observe that if \(f'\) and \(f''\) are both positive or both negative, then \((f^{-1})''\) is negative and positive, respectively. If \(f'\) and \(f''\) have opposite signs, then \((f^{-1})''\) is positive. It can be verified graphically that an increasing graph reverses its concavity when reflected over \(y = x\text{,}\) and a decreasing graph preserves its concavity.
www.desmos.com/calculator/qgkawoqjgj