If a function $f$ has an inverse $f^{-1}$, the derivative of the inverse is related to the derivative of the original function. This relationship is elegant: the derivative of the inverse at a point is the reciprocal of the derivative of the original function at the corresponding point.

🎯 In this section you will learn

📌 The Inverse Function Derivative Formula

If $f$ is one-to-one and differentiable, and $f'(f^{-1}(a)) \neq 0$, then:

$$ (f^{-1})'(a) = \frac{1}{f'(f^{-1}(a))} $$

Equivalently, if $y = f^{-1}(x)$, then $\frac{dy}{dx} = \frac{1}{\frac{dx}{dy}}$.

💡 Intuition
The graph of $f^{-1}$ is the reflection of the graph of $f$ across the line $y = x$. Slopes are reciprocals at corresponding points.
Example 1Using the Inverse Formula

Let $f(x) = x^3 + 2$, find $(f^{-1})'(10)$.

Find $f^{-1}(10)$
Solve $x^3 + 2 = 10$ ⇒ $x^3 = 8$ ⇒ $x = 2$. So $f^{-1}(10) = 2$.
Find $f'(x)$
$f'(x) = 3x^2$
Apply formula
$(f^{-1})'(10) = \frac{1}{f'(2)} = \frac{1}{3(2)^2} = \frac{1}{12}$

📌 Derivatives of Inverse Trigonometric Functions

The inverse trig functions — $\arcsin x$, $\arccos x$, $\arctan x$ — are extremely important in calculus. Their derivatives come from the inverse function formula (or implicit differentiation).

FunctionDerivativeDomain (for derivative)
$\frac{d}{dx}\arcsin x$$\frac{1}{\sqrt{1-x^2}}$$|x| < 1$
$\frac{d}{dx}\arccos x$$-\frac{1}{\sqrt{1-x^2}}$$|x| < 1$
$\frac{d}{dx}\arctan x$$\frac{1}{1+x^2}$All real $x$
💡 Memory Trick
Example 2Derivative of $\arcsin x$

Find $\frac{d}{dx}\arcsin x$ using implicit differentiation.

Let $y = \arcsin x$
Then $\sin y = x$, with $-\frac{\pi}{2} \le y \le \frac{\pi}{2}$.
Differentiate implicitly
$\cos y \cdot \frac{dy}{dx} = 1$
Solve for $\frac{dy}{dx}$
$\frac{dy}{dx} = \frac{1}{\cos y}$
Use $\cos y = \sqrt{1 - \sin^2 y} = \sqrt{1 - x^2}$
Since $\cos y \ge 0$ on $[-\frac{\pi}{2}, \frac{\pi}{2}]$, $\frac{dy}{dx} = \frac{1}{\sqrt{1 - x^2}}$
Example 3Derivative of $\arctan x$

Find $\frac{d}{dx}\arctan x$.

Example 4Chain Rule with $\arcsin(2x)$

Find $\frac{d}{dx}\arcsin(2x)$.

Example 5Chain Rule with $\arctan(x^2)$

Find $\frac{d}{dx}\arctan(x^2)$.

Example 6Chain Rule with $\arccos(3x)$

Find $\frac{d}{dx}\arccos(3x)$.

⚠️ Common Mistakes
🔍 Key Takeaways
← Back to Module Page