3. Differentiation(COLON) Composite, Implicit, and Inverse Functions

Differentiating Inverse Functions

Differentiating Inverse Functions

Introduction: Why inverse functions matter

students, imagine a vending machine that turns a code into a snack 🍫. If you know the code for a soda, the machine gives you soda. An inverse function works in a similar way: it “undoes” a function. If a function takes an input $x$ and produces an output $y$, its inverse takes that $y$ and returns the original $x$.

In AP Calculus BC, differentiating inverse functions is important because it connects several big ideas: function composition, the chain rule, implicit differentiation, and inverse trigonometric functions. In this lesson, you will learn how to find derivatives of inverse functions, why the formula works, and how to use it in real problems. You will also see how this topic fits into the larger study of differentiation 📘

Learning goals

  • Explain what an inverse function is and what it means to differentiate one.
  • Use the derivative formula for inverse functions.
  • Apply the formula to specific functions and inverse trig functions.
  • Connect inverse differentiation to the chain rule and implicit differentiation.

What is an inverse function?

A function and its inverse reverse each other. If $f(a)=b$, then the inverse function satisfies $f^{-1}(b)=a$. In other words, the two functions undo each other’s actions.

This relationship is written as

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

and also

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

for values where both sides are defined.

A function must be one-to-one to have an inverse that is also a function. One-to-one means different inputs give different outputs. Graphically, this is checked using the horizontal line test. If any horizontal line crosses the graph more than once, the function does not have an inverse unless its domain is restricted.

For example, $f(x)=x^2$ does not have an inverse on all real numbers because both $2$ and $-2$ give $4$. But if we restrict the domain to $x\ge 0$, then the inverse is $f^{-1}(x)=\sqrt{x}$.

This idea matters because the derivative of an inverse function depends on the original function being invertible on the interval being studied.

The inverse function derivative formula

Suppose $f$ is differentiable and one-to-one, and suppose $f^{-1}$ exists. If $f(a)=b$ and $f'(a)\ne 0$, then the derivative of the inverse at $b$ is

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

Since $b=f(a)$, the formula is often written as

$$\left(f^{-1}\right)'(x)=\frac{1}{f'\left(f^{-1}(x)\right)}$$

This is one of the most important formulas in this lesson. It says that the slope of the inverse function at a point is the reciprocal of the slope of the original function at the matching point.

Why the formula works

Start with the identity

$$f\left(f^{-1}(x)\right)=x$$

Now differentiate both sides with respect to $x$. Using the chain rule, we get

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

Solving for the derivative of the inverse gives

$$\left(f^{-1}\right)'(x)=\frac{1}{f'\left(f^{-1}(x)\right)}$$

This derivation shows that inverse differentiation is really a chain rule problem. That connection is a major AP Calculus BC idea.

Important meaning

If $f'(a)$ is large, then $\left(f^{-1}\right)'(b)$ is small. If $f'(a)$ is small but not zero, then the inverse’s slope is large. So the graph of the inverse “swaps” steepness with flatness.

Finding the derivative of an inverse from a formula

Sometimes the function is given explicitly, and the inverse derivative is found without actually writing the inverse function.

Suppose $f(x)=x^3+2x+1$. If you want $\left(f^{-1}\right)'(5)$, first find $a$ such that $f(a)=5$.

Solve:

$$a^3+2a+1=5$$

$$a^3+2a-4=0$$

Try $a=1$:

$$1^3+2(1)-4=-1$$

Try $a=\sqrt[3]{2}$? That is not convenient here, so instead pick a nicer example.

Let $f(x)=x^3+1$. Then $f(1)=2$, so $f^{-1}(2)=1$. Since

$$f'(x)=3x^2$$

we have

$$\left(f^{-1}\right)'(2)=\frac{1}{f'(1)}=\frac{1}{3}$$

This means the inverse function has slope $\frac{1}{3}$ at the point where its input is $2$.

Example with a restricted function

Let $f(x)=x^2$ on $x\ge 0$. Then $f^{-1}(x)=\sqrt{x}$. Use the inverse derivative formula to find $\left(f^{-1}\right)'(9)$.

First find $a$ such that $f(a)=9$. Since $a\ge 0$, we get $a=3$.

Now

$$f'(x)=2x$$

so

$$\left(f^{-1}\right)'(9)=\frac{1}{f'(3)}=\frac{1}{6}$$

Check with the actual inverse:

$$\frac{d}{dx}\sqrt{x}=\frac{1}{2\sqrt{x}}$$

At $x=9$, this is

$$\frac{1}{2\cdot 3}=\frac{1}{6}$$

The result matches ✅

Differentiating inverse trigonometric functions

Inverse trig functions are a major AP Calculus BC application of inverse differentiation. Their derivatives can be derived using implicit differentiation and the inverse function formula.

For example, if

$$y=\arcsin(x)$$

then

$$\sin(y)=x$$

Differentiate both sides with respect to $x$:

$$\cos(y)\frac{dy}{dx}=1$$

So

$$\frac{dy}{dx}=\frac{1}{\cos(y)}$$

Now use a trig identity. Since $\sin(y)=x$, we have

$$\cos(y)=\sqrt{1-x^2}$$

for $-1<x<1$ in the principal range. Therefore,

$$\frac{d}{dx}\arcsin(x)=\frac{1}{\sqrt{1-x^2}}$$

Similarly,

$$\frac{d}{dx}\arccos(x)=-\frac{1}{\sqrt{1-x^2}}$$

and

$$\frac{d}{dx}\arctan(x)=\frac{1}{1+x^2}$$

These formulas are often tested on AP problems. You should recognize that they come from inverse-function reasoning, not memorization alone.

Example: derivative of an inverse trig composition

Find the derivative of

$$y=\arcsin(3x)$$

Use the chain rule:

$$\frac{dy}{dx}=\frac{1}{\sqrt{1-(3x)^2}}\cdot 3$$

So

$$\frac{dy}{dx}=\frac{3}{\sqrt{1-9x^2}}$$

The chain rule is necessary because $3x$ is inside the inverse trig function.

Using implicit differentiation with inverses

Implicit differentiation is another path to inverse derivatives. This is useful when the inverse is not easy to write directly.

Suppose

$$x^2+y^2=25$$

This relation does not define $y$ as a function of $x$ on the whole circle, but if we focus on the upper half, then $y=\sqrt{25-x^2}$ is an inverse-style relationship in the sense that one variable is solved in terms of the other.

Differentiate implicitly:

$$2x+2y\frac{dy}{dx}=0$$

so

$$\frac{dy}{dx}=-\frac{x}{y}$$

This is a good reminder that implicit differentiation can reveal how one quantity changes with another even when an explicit inverse is hard to write.

For inverse functions themselves, implicit differentiation gives the same result as the inverse derivative formula. If

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

then

$$f(y)=x$$

Differentiate both sides:

$$f'(y)\frac{dy}{dx}=1$$

Thus

$$\frac{dy}{dx}=\frac{1}{f'(y)}=\frac{1}{f'\left(f^{-1}(x)\right)}$$

Common AP Calculus BC reasoning

students, on the AP exam you may be asked to use inverse differentiation in several ways:

  1. Find a derivative value without knowing the inverse formula.
  2. Determine the slope of an inverse from a graph or table.
  3. Use the chain rule on inverse trig functions.
  4. Connect inverse derivatives to implicit differentiation.

If a table gives values of $f$ and $f'$, you can find $\left(f^{-1}\right)'(b)$ by locating the input $a$ such that $f(a)=b$ and then using

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

Example: if $f(4)=7$ and $f'(4)=5$, then

$$\left(f^{-1}\right)'(7)=\frac{1}{5}$$

This type of question tests both function understanding and derivative interpretation.

Conclusion

Differentiating inverse functions is a powerful topic because it connects many calculus ideas into one pattern. The central fact is that the derivative of an inverse is the reciprocal of the original derivative at the matching point. That idea comes directly from the chain rule and shows up again in inverse trig derivatives and implicit differentiation.

For AP Calculus BC, this lesson is especially important because it supports problem solving with graphs, tables, and formulas. If you remember the main formula, understand why it works, and practice applying it to different settings, you will be ready for many exam-style questions 🎯

Study Notes

  • An inverse function reverses the action of a function: if $f(a)=b$, then $f^{-1}(b)=a$.
  • A function must be one-to-one to have an inverse function on the chosen domain.
  • The derivative formula for inverses is $$\left(f^{-1}\right)'(x)=\frac{1}{f'\left(f^{-1}(x)\right)}$$
  • If $f(a)=b$, then $$\left(f^{-1}\right)'(b)=\frac{1}{f'(a)}$$
  • The inverse derivative formula comes from differentiating $f\left(f^{-1}(x)\right)=x$ with the chain rule.
  • Inverse trig derivatives are built from inverse-function ideas and implicit differentiation.
  • Key formulas include $\frac{d}{dx}\arcsin(x)=\frac{1}{\sqrt{1-x^2}}$, $\frac{d}{dx}\arccos(x)=-\frac{1}{\sqrt{1-x^2}}$, and $\frac{d}{dx}\arctan(x)=\frac{1}{1+x^2}$.
  • Chain rule is needed for expressions like $\arcsin(3x)$ or other composite inverse functions.
  • Implicit differentiation often gives the same result as inverse-function reasoning.
  • On AP questions, you may find inverse derivatives from formulas, tables, graphs, or compositions.
  • The slope of an inverse is the reciprocal of the slope of the original function at matching points.

Practice Quiz

5 questions to test your understanding

Differentiating Inverse Functions — AP Calculus BC | A-Warded