# Differentiating Inverse Functions

> AP Calculus AB · AP Calculus AB CED Unit 3
> Source: https://www.owlsprep.com/study/ap-calculus-ab-u3-differentiating-inverse-functions/

This module covers the general inverse function derivative rule, derivatives of inverse trigonometric functions, and finding tangent lines to inverse function graphs, all required for AP Calculus AB Unit 3 which counts 9-13% of your total exam score.

**Prerequisites:** Definition and properties of inverse functions; [Implicit differentiation technique](https://www.owlsprep.com/study/ap-calculus-ab-u3-implicit-differentiation/); Basic derivative rules for algebraic and trigonometric functions; [Chain rule for composite functions](https://www.owlsprep.com/study/ap-calculus-ab-u3-chain-rule/)

## Learning objectives

- Apply the general inverse function derivative rule to find derivatives at a point
- Recall and apply derivatives of standard inverse trigonometric functions
- Find the equation of a tangent line to an inverse function graph
- Identify and avoid common pitfalls when differentiating inverse functions

## What is Differentiating Inverse Functions?

Differentiating inverse functions is the process of finding the derivative of $f^{-1}(x)$ without first explicitly solving for $f^{-1}(x)$ in terms of $x$. This topic is explicitly required in AP Calculus AB CED Unit 3, which accounts for 9-13% of the total AP exam score, and appears in both multiple-choice and free-response sections. The core idea builds on two prior concepts: the inverse function relationship $f(f^{-1}(x)) = x$, and the chain rule, so we do not need to derive results from limits every time.

> **Critical Notation Convention**
>
> We write $(f^{-1})'(x)$ for the derivative of the inverse function. This is **not** the same as the reciprocal $\frac{1}{f'(x)}$: the notation $f^{-1}$ means inverse function, so $f^{-1}(x) \neq \frac{1}{f(x)}$.

## The General Inverse Function Derivative Rule

The most general rule for differentiating an inverse function comes directly from differentiating both sides of the inverse function identity using the chain rule. Starting from the identity:

$$f(f^{-1}(x)) = x$$

Differentiate both sides with respect to $x$, applying the chain rule to the left-hand side:

$$f'(f^{-1}(x)) \cdot (f^{-1})'(x) = 1$$

Solving for $(f^{-1})'(x)$ gives the general rule for the derivative at a point $x=a$:

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

This rule applies only when $f$ is differentiable at $f^{-1}(a)$ and $f'(f^{-1}(a)) \neq 0$. Geometrically, since the graph of $f^{-1}$ is the reflection of $f$ over $y=x$, the slope of the tangent to the inverse is the reciprocal of the slope of the tangent to the original function at the corresponding point.

**Worked example:** Let $f(x) = 2x^3 + 5x + 1$, and it is known that $f(1) = 8$, so $f^{-1}(8) = 1$. Find $(f^{-1})'(8)$.

1. First confirm the rule applies: compute the derivative of $f(x)$:
2. $$f'(x) = 6x^2 + 5$$
3. We know $f^{-1}(8) = 1$, so evaluate $f'$ at $x=1$:
4. $$f'(1) = 6(1)^2 + 5 = 11 \neq 0$$
5. Substitute into the inverse derivative rule for $a=8$:
6. $$(f^{-1})'(8) = \frac{1}{f'(f^{-1}(8))} = \frac{1}{f'(1)} = \frac{1}{11}$$

> **Exam tip:** Always start by confirming $f'(f^{-1}(a))$ is not zero before applying the rule; if it is zero, the derivative of the inverse at that point does not exist (it is a vertical tangent), which is a common trick question on AP MCQs.

## Derivatives of Inverse Trigonometric Functions

In AP Calculus AB, the most common inverse functions you will differentiate are inverse trigonometric functions: arcsine, arccosine, and arctangent. All of their standard derivatives are derived directly from the general inverse function derivative rule and implicit differentiation, and the AP exam expects you to either recall these derivatives or derive them quickly.

**Derivation:** Find $\frac{d}{dx} \arcsin x$

*Starting from:* Definition of arcsine: $y = \arcsin x \implies \sin y = x$, with range $-\frac{\pi}{2} \leq y \leq \frac{\pi}{2}$

1. Differentiate both sides implicitly with respect to $x$:
2. $$\cos y \cdot \frac{dy}{dx} = 1$$
3. Solve for $\frac{dy}{dx}$:
4. $$\frac{dy}{dx} = \frac{1}{\cos y}$$
5. On $-\frac{\pi}{2} \leq y \leq \frac{\pi}{2}$, $\cos y$ is non-negative, so use the Pythagorean identity:
6. $$\cos y = \sqrt{1 - \sin^2 y} = \sqrt{1 - x^2}$$

*Conclusion:* We get the standard derivative: $\frac{d}{dx} \arcsin x = \frac{1}{\sqrt{1 - x^2}}$

The same process gives standard derivatives for arccosine and arctangent, which you will use frequently for differentiation and later integration.

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

1. Recall the standard derivative rule for arctangent, and apply the chain rule for the composite function:
2. Let $u = 2x^2 + 3$, so $\frac{du}{dx} = 4x$. The chain rule gives:
3. $$\frac{d}{dx} \arctan(u) = \frac{1}{1+u^2} \cdot \frac{du}{dx}$$
4. Substitute back $u = 2x^2 + 3$ and simplify:
5. $$\frac{dy}{dx} = \frac{4x}{1 + (2x^2 + 3)^2} = \frac{4x}{4x^4 + 12x^2 + 10} = \frac{2x}{2x^4 + 6x^2 + 5}$$

> **Exam tip:** Watch the sign differences between inverse trig derivatives: the derivative of arcsine is positive, the derivative of arccosine is negative; mixing these signs is the most common error on AP questions testing inverse trig differentiation.

*Calculator:* allowed

## Finding Tangent Lines to Inverse Functions

A very common AP exam question asks for the equation of a tangent line to an inverse function at a specific point. This combines the inverse derivative rule with the point-slope form of a line, and can be asked even when you cannot write an explicit formula for $f^{-1}(x)$. The key relationship: if $(b, a)$ is a point on $y = f(x)$ (so $f(b) = a$), then $(a, b)$ is the corresponding point on $y = f^{-1}(x)$, which is your point of tangency.

**Worked example:** Let $f(x) = e^x + 3x$, and you know $f(0) = 1$. Find the equation of the tangent line to $y = f^{-1}(x)$ at $x=1$.

1. First identify the point of tangency: since $f(0) = 1$, $f^{-1}(1) = 0$, so the point is $(1, 0)$.
2. Find the derivative of the original function and evaluate at $f^{-1}(1) = 0$:
3. $$f'(x) = e^x + 3 \implies f'(0) = e^0 + 3 = 4$$
4. Calculate the slope of the tangent to the inverse:
5. $$m = (f^{-1})'(1) = \frac{1}{f'(f^{-1}(1))} = \frac{1}{f'(0)} = \frac{1}{4}$$
6. Plug into point-slope form and simplify:
7. $$y - 0 = \frac{1}{4}(x - 1) \implies y = \frac{1}{4}x - \frac{1}{4}$$

> **Exam tip:** Always double-check the point of tangency: the $x$-coordinate on the inverse is the $y$-coordinate on the original function, and vice versa. Don't accidentally mix up coordinates when writing the tangent line.

## Common pitfalls

- **Wrong:** Writing $(f^{-1})'(x) = \frac{1}{f'(x)}$ instead of $\frac{1}{f'(f^{-1}(x))}$
  - Why it fails: Students confuse inverse function notation with negative exponent notation, incorrectly taking the reciprocal of $f'$ at $x$, not at $f^{-1}(x)$
  - Correct: Always explicitly write out the argument of $f'$: $f'(f^{-1}(a))$, not just $f'(a)$, when computing the derivative of the inverse at $a$.
- **Wrong:** Writing $\frac{d}{dx} \arcsin x$ with a negative sign, or $\frac{d}{dx} \arccos x$ as positive
  - Why it fails: Students memorize all inverse trig derivatives as positive, forgetting the sign difference that comes from the identity $\arccos x = \frac{\pi}{2} - \arcsin x$
  - Correct: If you forget the sign, quickly rederive it: starting from $y = \arccos x$, implicit differentiation gives a negative derivative immediately.
- **Wrong:** When finding the tangent line to $f^{-1}(x)$ at $x=a$, using $(f^{-1}(a), a)$ as the point of tangency instead of $(a, f^{-1}(a))$
  - Why it fails: Students mix up the ordered pair swap for inverse functions, swapping $x$ and $y$ coordinates incorrectly
  - Correct: Start by writing explicitly: If $f(b) = a$, then $f^{-1}(a) = b$, so the point of tangency is $(a, b)$.
- **Wrong:** Applying the inverse derivative rule when $f'(f^{-1}(a)) = 0$, claiming the derivative equals 0
  - Why it fails: Students forget the prerequisite condition that $f'$ cannot be zero at the inverse point for the rule to apply
  - Correct: Always compute $f'(f^{-1}(a))$ first; if it equals zero, state that the derivative of the inverse at $a$ does not exist (the tangent is vertical).
- **Wrong:** When differentiating $\arcsin(3x)$, writing the derivative as $\frac{3}{\sqrt{1 - x^2}}$ instead of $\frac{3}{\sqrt{1 - (3x)^2}}$
  - Why it fails: Students forget to substitute the inner function $u$ into the entire derivative formula after applying the chain rule
  - Correct: Always substitute the inner function $u$ into the full standard derivative formula before multiplying by $\frac{du}{dx}$.

## Cheatsheet

| Category | Formula | Notes |
| --- | --- | --- |
| General Inverse Derivative Rule | $(f^{-1})'(a) = \frac{1}{f'(f^{-1}(a))}$ | Applies when $f'(f^{-1}(a)) \neq 0$ |
| Derivative of Arcsine | $\frac{d}{dx} \arcsin x = \frac{1}{\sqrt{1-x^2}}$ | Valid for $-1 < x < 1$ |
| Derivative of Arccosine | $\frac{d}{dx} \arccos x = -\frac{1}{\sqrt{1-x^2}}$ | Valid for $-1 < x < 1$ |
| Derivative of Arctangent | $\frac{d}{dx} \arctan x = \frac{1}{1+x^2}$ | Valid for all real $x$ |
| Composite Inverse Trig Derivative | $\frac{d}{dx} \arcsin(u) = \frac{1}{\sqrt{1-u^2}} \cdot \frac{du}{dx}$ | Same chain rule applies to all inverse trig functions |
| Tangent Line to Inverse | $y - f^{-1}(a) = (f^{-1})'(a)(x - a)$ | Point of tangency is $(a, f^{-1}(a))$ |
| Inverse Function Identity | $f(f^{-1}(x)) = x$ | Starting point for all derivative derivations |

## What's next

Differentiating inverse functions is a critical prerequisite for the rest of AP Calculus AB, especially for integration techniques later in the course. Next, you will apply the inverse derivative rules you learned here to find antiderivatives of functions that result in inverse trigonometric functions, a core topic in Unit 4 and Unit 6 of the AP CED. Without mastering the derivative formulas for inverse trigonometric functions and the general inverse derivative rule, you will not be able to correctly solve these antiderivative problems, which appear regularly in both MCQ and FRQ sections of the exam. This topic also connects to the broader study of inverse functions and their properties, which comes up in related rates and optimization problems that require relating two inverse quantities.

- [Implicit differentiation](https://www.owlsprep.com/study/ap-calculus-ab-u3-implicit-differentiation/)
- [Derivatives of composite functions (chain rule)](https://www.owlsprep.com/study/ap-calculus-ab-u3-chain-rule/)
- [Differentiating inverse trigonometric functions](https://www.owlsprep.com/study/ap-calculus-ab-u3-differentiating-inverse-trigonometric-functions/)

---

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-ab-u3-differentiating-inverse-functions/
