# Differentiating inverse functions

> AP Calculus BC · CED Unit 3: Differentiation: Composite, Implicit, and Inverse Functions
> Source: https://www.owlsprep.com/study/ap-calculus-bc-u3-differentiating-inverse-functions/

This guide covers the general inverse derivative formula, implicit differentiation for inverse functions, derivatives of standard inverse trigonometric functions, and evaluating inverse derivatives at specific points, aligned to AP Calculus BC Unit 3 exam expectations.

**Prerequisites:** [Apply the chain rule to composite functions](https://www.owlsprep.com/study/ap-calculus-bc-u3-differentiating-composite-functions/); Identify one-to-one functions and find their inverses; [Use implicit differentiation for implicit functions](https://www.owlsprep.com/study/ap-calculus-bc-u3-implicit-differentiation/)

## Learning objectives

- Apply the inverse derivative formula to find the derivative of an inverse at a point
- Use implicit differentiation to derive derivatives of inverse functions
- Differentiate composite inverse trigonometric functions using the chain rule
- Identify and avoid common exam pitfalls when working with inverse derivatives

## The General Inverse Derivative Formula

**Derivative of an Inverse Function** — If $f$ is a differentiable, one-to-one function on an interval, then for any point $a$ where $f'(f^{-1}(a)) \neq 0$, the derivative of $f^{-1}$ at $a$ is given by the formula above.

*Notation:* (f^{-1})'(a)

*Example:* Used to find the derivative of an inverse at a point without finding the general inverse function.

**Derivation:** Derive the general inverse derivative formula

*Starting from:* Definition of inverse function: $f(f^{-1}(x)) = x$ for all $x$ in the domain of $f^{-1}$

1. Differentiate both sides with respect to $x$, applying the chain rule to the left-hand side:
2. $$f'(f^{-1}(x)) \cdot (f^{-1})'(x) = 1$$
3. Rearrange to isolate $(f^{-1})'(x)$ to get the final formula.

*Conclusion:* The derivative of an inverse at $a$ is the reciprocal of the derivative of the original function at $f^{-1}(a)$

**Worked example:** Given $f(x) = 2x^3 + 3x + 1$, which is strictly increasing (and therefore one-to-one) for all real $x$, find $(f^{-1})'(6)$.

1. First find $f^{-1}(6)$, which is the value of $x$ such that $f(x) = 6$:
2. $$2x^3 + 3x + 1 = 6 \implies 2x^3 + 3x - 5 = 0$$
3. Testing small integer values gives $x=1$ as a solution, so $f^{-1}(6) = 1$.
4. Compute the derivative of the original function:
5. $$f'(x) = 6x^2 + 3$$
6. Evaluate $f'$ at $f^{-1}(6) = 1$:
7. $$f'(1) = 6(1)^2 + 3 = 9$$
8. Apply the inverse derivative formula to get the result:
9. $$(f^{-1})'(6) = \frac{1}{f'(f^{-1}(6))} = \frac{1}{9}$$

> **Exam tip:** When finding $f^{-1}(a)$ for polynomials on the AP exam, always test small integer values ($x = -2, -1, 0, 1, 2$) first: exam problems are constructed so this value is always a small integer, so you never need to solve complicated higher-degree equations.

## Differentiating Inverses via Implicit Differentiation

When you need the general derivative of an inverse function (not just the derivative at a single point), implicit differentiation is the most straightforward method. It works even when you cannot write the inverse function explicitly in terms of $x$. The method follows directly from the definition of an inverse: if $y = f^{-1}(x)$, then $x = f(y)$, where $y$ is a function of $x$.

**Worked example:** Use implicit differentiation to derive the derivative of $f^{-1}(x) = \ln x$, the inverse of $f(y) = e^y$.

1. Let $y = \ln x$. By definition of inverse, $x = e^y$ for $x>0$.
2. Differentiate both sides with respect to $x$: the left-hand side derivative is $1$, and the right-hand side uses the chain rule:
3. $$\frac{d}{dx}[x] = 1 = \frac{d}{dx}[e^y] = e^y \cdot \frac{dy}{dx}$$
4. Rearrange to solve for $\frac{dy}{dx}$:
5. $$\frac{dy}{dx} = \frac{1}{e^y}$$
6. Substitute back $x = e^y$ to get the derivative in terms of $x$:
7. $$\frac{d}{dx} \ln x = \frac{1}{x}, \quad x>0$$

> **Exam tip:** If you forget the derivative of a specific inverse function (like $\arcsin x$) on exam day, you can always re-derive it quickly using this implicit method, eliminating memorization errors.

## Derivatives of Inverse Trigonometric Functions

Inverse trigonometric functions are inverses of trigonometric functions restricted to domains that make them one-to-one. All inverse trigonometric functions have algebraic derivatives, which makes them extremely useful for integration later in the course. When the argument of an inverse trigonometric function is a function of $x$, you must apply the chain rule just like for any other composite function.

> **tip**
>
> A useful memorization shortcut: the derivative of $\arcsin x$ is the negative of the derivative of $\arccos x$, $\frac{d}{dx}\arctan x = -\frac{d}{dx}\text{arccot }x$, and $\frac{d}{dx}\text{arcsec }x = -\frac{d}{dx}\text{arccsc }x$. Memorizing 3 derivatives gives you the other 3 automatically.

**Worked example:** Find $\frac{d}{dx}\left[\arctan(x^2 + 1)\right]$.

1. Recall the standard chain rule formula for $\arctan(u)$:
2. $$\frac{d}{dx}\arctan(u) = \frac{1}{1+u^2} \cdot \frac{du}{dx}$$
3. Identify the inner function $u = x^2 + 1$, so:
4. $$\frac{du}{dx} = 2x$$
5. Substitute into the formula and simplify the denominator:
6. $$\frac{d}{dx}\arctan(x^2 + 1) = \frac{1}{1 + (x^2 + 1)^2} \cdot 2x = \frac{2x}{x^4 + 2x^2 + 2}$$

## AP-Style Worked Practice Problems

**Worked example:** Let $f(x) = x^5 + 2x^3 + 4x - 7$, which is strictly increasing and one-to-one for all real $x$. What is the value of $(f^{-1})'(0)$?

A) $\frac{1}{15}$
B) $\frac{1}{9}$
C) $9$
D) $15$

1. Use the inverse derivative formula $(f^{-1})'(a) = \frac{1}{f'(f^{-1}(a))}$ with $a=0$.
2. First find $f^{-1}(0)$ by solving $f(x)=0$. Testing small integers gives $f(1) = 1 + 2 + 4 - 7 = 0$, so $f^{-1}(0) = 1$.
3. Compute the derivative of $f$:
4. $$f'(x) = 5x^4 + 6x^2 + 4$$
5. Evaluate $f'$ at $x=1$:
6. $$f'(1) = 5(1) + 6(1) + 4 = 15$$
7. Apply the formula to get the result:
8. $$(f^{-1})'(0) = \frac{1}{15}, \text{ so the correct answer is A}$$

**Worked example:** Let $f(x) = \cos x$, restricted to $[0, \pi]$ to make it one-to-one, with inverse $f^{-1}(x) = \arccos x$.

(a) Use implicit differentiation to derive the general formula for $\frac{d}{dx}\arccos x$.
(b) Evaluate $\frac{d}{dx}\arccos x$ at $x = \frac{1}{2}$.
(c) Find the slope of the tangent line to $y = \arccos(3x)$ at $x = \frac{1}{6}$.

1. Part (a): Let $y = \arccos x$, so by definition $x = \cos y$, with $0 \leq y \leq \pi$ and $-1 \leq x \leq 1$.
2. Differentiate both sides with respect to $x$:
3. $$1 = -\sin y \cdot \frac{dy}{dx}$$
4. Solve for $\frac{dy}{dx}$:
5. $$\frac{dy}{dx} = -\frac{1}{\sin y}$$
6. Use the Pythagorean identity: $\sin y = \sqrt{1 - \cos^2 y} = \sqrt{1 - x^2}$ (positive root because $\sin y \geq 0$ for $0 \leq y \leq \pi$). Thus:
7. $$\frac{d}{dx}\arccos x = -\frac{1}{\sqrt{1 - x^2}}, \quad -1 < x < 1$$
8. Part (b): Substitute $x = \frac{1}{2}$ into the formula:
9. $$\frac{d}{dx}\arccos x \bigg|_{x=1/2} = -\frac{1}{\sqrt{1 - (1/2)^2}} = -\frac{2\sqrt{3}}{3}$$
10. Part (c): Apply the chain rule, then evaluate at $x = \frac{1}{6}$:
11. $$\frac{d}{dx}\arccos(3x) = -\frac{3}{\sqrt{1 - 9x^2}}$$
12. $$9\left(\frac{1}{6}\right)^2 = \frac{1}{4} \implies \text{slope} = -\frac{3}{\sqrt{3/4}} = -2\sqrt{3}$$

**Worked example:** In optics, the angle of refraction $\theta_2$ (radians) of light passing from air to water is related to the angle of incidence $\theta_1$ (radians) by Snell's Law: $n_1 \sin \theta_1 = n_2 \sin \theta_2$, where $n_1 = 1.00$ (air) and $n_2 = 1.33$ (water). For $0 \leq \theta_1, \theta_2 \leq \frac{\pi}{2}$, we can write $\theta_1 = \arcsin(1.33 \sin \theta_2)$. Find $\frac{d\theta_1}{d\theta_2}$ when $\theta_2 = \frac{\pi}{6}$, and interpret the result.

1. Apply the chain rule to get the general derivative:
2. $$\frac{d\theta_1}{d\theta_2} = \frac{1.33 \cos \theta_2}{\sqrt{1 - (1.33 \sin \theta_2)^2}}$$
3. Substitute $\theta_2 = \frac{\pi}{6}$: $\sin(\frac{\pi}{6}) = 0.5$, $\cos(\frac{\pi}{6}) \approx 0.8660$
4. Calculate intermediate values:
5. $$1.33 \sin \theta_2 = 0.665, \quad 1 - (0.665)^2 \approx 0.5578, \quad 1.33 \cos \theta_2 \approx 1.1518$$
6. Compute the final result:
7. $$\frac{d\theta_1}{d\theta_2} \approx 1.54$$
8. Interpretation: When the angle of refraction is 30° ($\frac{\pi}{6}$ radians), a 1-radian increase in $\theta_2$ corresponds to an approximate 1.54-radian increase in the angle of incidence $\theta_1$.

## Common pitfalls

- **Wrong:** Evaluating $f'(a)$ instead of $f'(f^{-1}(a))$ when calculating $(f^{-1})'(a)$
  - Why it fails: Students mix up which point to plug into the original function's derivative, confusing the input $a$ for the inverse with the input for $f'$.
  - Correct: First find $f^{-1}(a)$ (the $x$-value of the original function that gives output $a$), then plug that $x$-value into $f'$, not $a$.
- **Wrong:** Forgetting the chain rule when differentiating composite inverse trigonometric functions, e.g., writing $\frac{d}{dx}\arcsin(2x) = \frac{1}{\sqrt{1-(2x)^2}}$
  - Why it fails: Students remember the standard derivative of the basic inverse function but ignore that the argument is a function of $x$, not just $x$ itself.
  - Correct: Always multiply by the derivative of the inner function whenever differentiating any composite function, including composite inverse functions.
- **Wrong:** Ignoring domain restrictions when writing the derivative of an inverse trigonometric function, e.g., writing $\frac{d}{dx}\text{arcsec}(x) = \frac{1}{x\sqrt{x^2-1}}$ for all $x \neq \pm 1$
  - Why it fails: Students focus only on the derivative formula and forget that the original inverse function is only defined on a restricted domain, so its derivative only exists on that same domain.
  - Correct: Always check the domain of the original inverse function before writing the derivative, and state the domain explicitly if asked.
- **Wrong:** Claiming $(f^{-1})'(a) = 0$ because $f'(f^{-1}(a)) = 0$
  - Why it fails: Students forget the non-zero requirement for the inverse derivative formula.
  - Correct: If $f'(f^{-1}(a)) = 0$, state that the derivative of the inverse at $a$ is undefined (the inverse has a vertical tangent at that point).
- **Wrong:** Forgetting the reciprocal and writing $(f^{-1})'(a) = f'(f^{-1}(a))$
  - Why it fails: The inverse relationship of the function leads students to incorrectly skip the reciprocal step for the slope.
  - Correct: Remember that reflecting over $y=x$ inverts the tangent slope, so the derivative of the inverse must be the reciprocal of $f'(f^{-1}(a))$.

## Cheatsheet

| Category | Formula | Notes |
| --- | --- | --- |
| General Inverse Derivative (at a point) | $(f^{-1})'(a) = \frac{1}{f'(f^{-1}(a))}$ | Applies when $f$ is differentiable one-to-one, $f'(f^{-1}(a)) \neq 0$ |
| Implicit Differentiation for Inverses | If $x = f(y)$, then $\frac{dy}{dx} = \frac{1}{f'(y)}$ | Use to derive general derivative formulas |
| Derivative of natural log | $\frac{d}{dx}\ln x = \frac{1}{x}$ | Only defined for $x>0$ |
| Derivative of $\arcsin x$ | $\frac{d}{dx}\arcsin x = \frac{1}{\sqrt{1-x^2}}$ | Defined for $-1 < x < 1$ |
| Derivative of $\arccos x$ | $\frac{d}{dx}\arccos x = -\frac{1}{\sqrt{1-x^2}}$ | Defined for $-1 < x < 1$ |
| Derivative of $\arctan x$ | $\frac{d}{dx}\arctan x = \frac{1}{1+x^2}$ | Defined for all real $x$ |
| Derivative of $\text{arcsec }x$ | $\frac{d}{dx}\text{arcsec }x = \frac{1}{\|x\|\sqrt{x^2-1}}$ | Defined for $\|x\| > 1$ |
| Chain Rule for Composite Inverses | $\frac{d}{dx}\arcsin(u(x)) = \frac{u'(x)}{\sqrt{1 - u(x)^2}}$ | Same pattern applies to all inverse functions |

## What's next

Differentiating inverse functions is a critical prerequisite for almost all integration topics later in AP Calculus BC. The derivatives of inverse trigonometric functions you learned here form the foundation for inverse trigonometric integration, a key method for integrating rational functions that is heavily tested on both multiple-choice and free-response sections of the AP exam. You will also use the inverse derivative relationship when working with parametric and polar functions later in the course, where swapping input and output roles is common. Mastery of this topic is essential to correctly set up and evaluate integrals on the AP exam.

- [Implicit differentiation](https://www.owlsprep.com/study/ap-calculus-bc-u3-implicit-differentiation/)
- [Differentiating inverse trigonometric functions](https://www.owlsprep.com/study/ap-calculus-bc-u3-differentiating-inverse-trigonometric-functions/)
- [Selecting procedures for calculating derivatives](https://www.owlsprep.com/study/ap-calculus-bc-u3-selecting-procedures-for-calculating-derivatives/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-calculus-bc-u3-differentiating-inverse-functions/
