Achievable logoAchievable logo
AP Calculus AB
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Limits
2. Derivative basics
3. Advanced differentiation
3.1 Chain rule
3.2 Implicit differentiation
3.3 Higher order derivatives
3.4 Logarithmic differentiation
3.5 Derivatives of inverse functions
3.6 Inverse trig derivatives
4. Contextual uses
5. Analytical uses
6. Integration
7. Differential equations
8. Applications of integrals
Wrapping up
Achievable logoAchievable logo
3.5 Derivatives of inverse functions
Achievable AP Calculus AB
3. Advanced differentiation
Our AP Calculus AB course is now in "early access" - get 50% off for a limited time.

Derivatives of inverse functions

6 min read
Font
Discuss
Share
Feedback

What you’ll learn

  • How to find the slope of the tangent line to the inverse function at a given point

Suppose f(x)=x5. To find its inverse, you would swap x and y:

x=y5

Then solving for y gives the inverse function

f−1(x)=x1/5

Graphically, a one-to-one function (one that passes the horizontal line test) and its inverse are reflections of each other across the line y=x. Reflecting across y=x swaps the x- and y-values, and it also swaps the domain and range. For example, if f(3)=5, then f−1(5)=3.

Explicitly solving for the inverse function is not always possible. Instead, a formula is used to find the derivative of the inverse function at a specific input value.

Given f(x), we start from the defining property of inverse functions:

f(f−1(x))=x

Differentiate both sides with respect to x:

dxd​(f(f−1(x)))=dxd​(x)

Now apply the chain rule to the left side:

f′(f−1(x))⋅dxd​(f−1(x))=1

After dividing both sides by f′(f−1(x)),

dxd​(f−1(x))=f′(f−1(x))1​

Sidenote
On notation

Watch out for notation. These two are different:

  1. f−1(x) means inverse of f(x)

  2. (f(x))−1 means reciprocal of f(x), or f(x)1​

The formula is easier to read if you rename the inverse function. Let g(x)=f−1(x). Then the same formula becomes

Derivative of an inverse function:

If g(x) is the inverse function of f(x), then

g′(x)=f′(g(x))1​

Examples

  1. Let f(x)=x3 and g(x) be the inverse of f(x). Find the slope of the tangent line to g(x) at x=8.
(spoiler)

Follow these steps to find g′(8), the slope of the tangent line to g at x=8.

1. Write the formula:

The derivative of the inverse function at x=8 is

g′(8)=f′(g(8))1​

2. Find g(8):

Since f and g are inverses, inputs and outputs are swapped.

g(8)=b⟺f(b)=8

So set f(b) equal to 8 and solve for b:

b3=8b=2

This means

f(2)=8⟺g(8)=2

Substitute g(8)=2 into the formula:

g′(8)=f′(2)1​

3. Find f′(x) and evaluate:

Differentiate f(x)=x3:

f′(x)=3x2

Evaluate at x=2:

f′(2)=3(2)2=12

4. Compute g′(8):

Now take the reciprocal:

g′(8)=121​​

To summarize, if f and g are inverses and (a,b) is a point on g(x), then to find g′(a):

  1. Write the inverse derivative formula for clarity.
  2. Find g(a).
  3. Find f′(b).
  4. Compute g′(a).
  1. Let f(x) and g(x) be differentiable functions such that f(g(x))=x.

Find the equation of the tangent line to g(x) at x=2 if f(x)=x3−x2+2x.

(spoiler)

Sometimes a problem won’t explicitly state that g is the inverse of f. Instead, the clue is an equation like f(g(x))=x or g(f(x))=x, which tells you the two functions are inverses.

1. Write the formula:

To find the equation of the tangent line to g(x) at x=2, you need g′(2):

g′(2)=f′(g(2))1​

2. Find g(2):

Since g and f are inverses,

g(2)=b⟺f(b)=2

So set f(x)=x3−x2+2x equal to 2 (use x or b - either is fine):

x3−x2+2x=2

x3−x2+2x−2=0

Factor by grouping:

x2(x−1)+2(x−1)=0

(x−1)(x2+2)=0

x=1

Since f(1)=2, it follows that g(2)=1. Substitute into the derivative formula:

g′(2)=f′(1)1​

3. Find f′(x) and evaluate:

Differentiate f(x)=x3−x2+2x:

f′(x)=3x2−2x+2

Evaluate at x=1:

f′(1)=3−2+2=3

4. Compute g′(2):

g′(2)=31​

From step 2, the point (2,1) is on g. So the equation of the tangent line to g is

y−1=31​(x−2)​

To verify this in Desmos, type the equations:

  • y=x3−x2+2x - this is f(x)

  • x=y3−y2+2y - this is g(x), the inverse

  • The tangent line equation - verify it is tangent to g(x) at (2,1)

Table problem

You may also encounter problems where you extract values from a table.

Values of differentiable function f(x) and its derivative f′(x) are given below, with some entries intentionally left blank. Let g(x)=f−1(x).

x f(x) f′(x)
1 2
3 6 4
5 5
7 18
9 25 10

a) Find g′(6).

b) Determine f′(1) given that g′(2)=81​.

Solutions

a) Find g′(6).

(spoiler)

Use the formula:

g′(6)=f′(g(6))1​

Because g and f are inverses,

g(6)=b⟺f(b)=6

From the table, f(x)=6 when x=3, so g(6)=3. Substitute:

g′(6)=f′(3)1​

From the table, f′(3)=4. Therefore,

g′(6)=41​​

b) Determine f′(1) given that g′(2)=81​.

(spoiler)

Working backwards fom the inverse-derivative formula,

g′(2)=f′(g(2))1​

If g′(2)=81​, then the denominator must be 8, so

f′(g(2))=8

Next, find g(2). Since g and f are inverses,

g(2)=b⟺f(b)=2

From the table, f(1)=2, so g(2)=1. Substitute into f′(g(2))=8:

f′(g(2))=f′(1)=8

Therefore,

f′(1)=8​

  • The slope of the tangent line to f−1(x) at (a,b) is the reciprocal of the slope of the tangent line to f(x) at (b,a).

  • f(g(x))=x (or g(f(x))=x is a key phrase that signals the topic is about inverse functions.

Sign up for free to take 5 quiz questions on this topic

All rights reserved ©2016 - 2026 Achievable, Inc.

Derivatives of inverse functions

What you’ll learn

  • How to find the slope of the tangent line to the inverse function at a given point

Suppose f(x)=x5. To find its inverse, you would swap x and y:

x=y5

Then solving for y gives the inverse function

f−1(x)=x1/5

Graphically, a one-to-one function (one that passes the horizontal line test) and its inverse are reflections of each other across the line y=x. Reflecting across y=x swaps the x- and y-values, and it also swaps the domain and range. For example, if f(3)=5, then f−1(5)=3.

Explicitly solving for the inverse function is not always possible. Instead, a formula is used to find the derivative of the inverse function at a specific input value.

Given f(x), we start from the defining property of inverse functions:

f(f−1(x))=x

Differentiate both sides with respect to x:

dxd​(f(f−1(x)))=dxd​(x)

Now apply the chain rule to the left side:

f′(f−1(x))⋅dxd​(f−1(x))=1

After dividing both sides by f′(f−1(x)),

dxd​(f−1(x))=f′(f−1(x))1​

Sidenote
On notation

Watch out for notation. These two are different:

  1. f−1(x) means inverse of f(x)

  2. (f(x))−1 means reciprocal of f(x), or f(x)1​

The formula is easier to read if you rename the inverse function. Let g(x)=f−1(x). Then the same formula becomes

Derivative of an inverse function:

If g(x) is the inverse function of f(x), then

g′(x)=f′(g(x))1​

Examples

  1. Let f(x)=x3 and g(x) be the inverse of f(x). Find the slope of the tangent line to g(x) at x=8.
(spoiler)

Follow these steps to find g′(8), the slope of the tangent line to g at x=8.

1. Write the formula:

The derivative of the inverse function at x=8 is

g′(8)=f′(g(8))1​

2. Find g(8):

Since f and g are inverses, inputs and outputs are swapped.

g(8)=b⟺f(b)=8

So set f(b) equal to 8 and solve for b:

b3=8b=2

This means

f(2)=8⟺g(8)=2

Substitute g(8)=2 into the formula:

g′(8)=f′(2)1​

3. Find f′(x) and evaluate:

Differentiate f(x)=x3:

f′(x)=3x2

Evaluate at x=2:

f′(2)=3(2)2=12

4. Compute g′(8):

Now take the reciprocal:

g′(8)=121​​

To summarize, if f and g are inverses and (a,b) is a point on g(x), then to find g′(a):

  1. Write the inverse derivative formula for clarity.
  2. Find g(a).
  3. Find f′(b).
  4. Compute g′(a).
  1. Let f(x) and g(x) be differentiable functions such that f(g(x))=x.

Find the equation of the tangent line to g(x) at x=2 if f(x)=x3−x2+2x.

(spoiler)

Sometimes a problem won’t explicitly state that g is the inverse of f. Instead, the clue is an equation like f(g(x))=x or g(f(x))=x, which tells you the two functions are inverses.

1. Write the formula:

To find the equation of the tangent line to g(x) at x=2, you need g′(2):

g′(2)=f′(g(2))1​

2. Find g(2):

Since g and f are inverses,

g(2)=b⟺f(b)=2

So set f(x)=x3−x2+2x equal to 2 (use x or b - either is fine):

x3−x2+2x=2

x3−x2+2x−2=0

Factor by grouping:

x2(x−1)+2(x−1)=0

(x−1)(x2+2)=0

x=1

Since f(1)=2, it follows that g(2)=1. Substitute into the derivative formula:

g′(2)=f′(1)1​

3. Find f′(x) and evaluate:

Differentiate f(x)=x3−x2+2x:

f′(x)=3x2−2x+2

Evaluate at x=1:

f′(1)=3−2+2=3

4. Compute g′(2):

g′(2)=31​

From step 2, the point (2,1) is on g. So the equation of the tangent line to g is

y−1=31​(x−2)​

To verify this in Desmos, type the equations:

  • y=x3−x2+2x - this is f(x)

  • x=y3−y2+2y - this is g(x), the inverse

  • The tangent line equation - verify it is tangent to g(x) at (2,1)

Table problem

You may also encounter problems where you extract values from a table.

Values of differentiable function f(x) and its derivative f′(x) are given below, with some entries intentionally left blank. Let g(x)=f−1(x).

x f(x) f′(x)
1 2
3 6 4
5 5
7 18
9 25 10

a) Find g′(6).

b) Determine f′(1) given that g′(2)=81​.

Solutions

a) Find g′(6).

(spoiler)

Use the formula:

g′(6)=f′(g(6))1​

Because g and f are inverses,

g(6)=b⟺f(b)=6

From the table, f(x)=6 when x=3, so g(6)=3. Substitute:

g′(6)=f′(3)1​

From the table, f′(3)=4. Therefore,

g′(6)=41​​

b) Determine f′(1) given that g′(2)=81​.

(spoiler)

Working backwards fom the inverse-derivative formula,

g′(2)=f′(g(2))1​

If g′(2)=81​, then the denominator must be 8, so

f′(g(2))=8

Next, find g(2). Since g and f are inverses,

g(2)=b⟺f(b)=2

From the table, f(1)=2, so g(2)=1. Substitute into f′(g(2))=8:

f′(g(2))=f′(1)=8

Therefore,

f′(1)=8​

Key points
  • The slope of the tangent line to f−1(x) at (a,b) is the reciprocal of the slope of the tangent line to f(x) at (b,a).

  • f(g(x))=x (or g(f(x))=x is a key phrase that signals the topic is about inverse functions.

More from Advanced differentiation

  • Chain rule
  • Implicit differentiation
  • Higher order derivatives
  • Logarithmic differentiation
  • Inverse trig derivatives