← Back to course

Derivatives of Inverse Functions

You’ll be able to

Slopes of inverses are reciprocals

If g is the inverse of f, then their graphs are reflections across the line y = x, and at corresponding points their tangent slopes are reciprocals. Concretely, if f(a) = b, then g′(b) = 1 / f′(a). You never need a formula for g itself — you only need the point correspondence and the derivative of f. This lets you find the slope of an inverse even when the inverse cannot be written explicitly.

Derivative of an inverse function
If g = f⁻¹ and f(a) = b, then g′(b) = 1 / f′(a) = 1 / f′(g(b)).
The slope of the inverse at b is the reciprocal of the slope of f at the matching input a.

Inverse trig derivatives

Applying this idea to the inverse trig functions yields formulas worth memorizing. The three most tested are: d/dx[arcsin x] = 1/√(1 − x²), d/dx[arctan x] = 1/(1 + x²), and d/dx[arccos x] = −1/√(1 − x²) (the negative of arcsin’s). Combined with the chain rule, these appear throughout differentiation and — reversed — as key antiderivatives in integration. The arctan form in particular is the antiderivative you reach for whenever you see 1/(1 + x²).

Inverse trig derivatives
d/dx[arcsin x] = 1/√(1 − x²) · d/dx[arctan x] = 1/(1 + x²) · d/dx[arcsec x] = 1/(|x|√(x² − 1))
arccos, arccot, and arccsc are just the negatives of arcsin, arctan, and arcsec respectively.
Worked example

Let f(x) = x³ + 2x + 1, so f(1) = 4. If g is the inverse of f, find g′(4).

  1. 1.The inverse-derivative rule gives g′(4) = 1 / f′(1), using the correspondence f(1) = 4.
  2. 2.Differentiate f: f′(x) = 3x² + 2.
  3. 3.Evaluate at the matching input x = 1: f′(1) = 3(1)² + 2 = 5.
  4. 4.Take the reciprocal: g′(4) = 1/5.
Answer: g′(4) = 1/5. Note we used f′ at x = 1 (where f = 4), never needing a formula for g itself.
Watch out

For g′(b) you must evaluate f′ at the input a where f(a) = b — not at b. Plugging b directly into f′ is the standard trap. Always find the matching input first: solve f(a) = b, then use that a.

Checkpoint

f is invertible with f(2) = 7 and f′(2) = 4. If g = f⁻¹, what is g′(7)?

Checkpoint

What is the derivative of y = arctan(x)?

On the exam

Inverse-function problems on the AP exam almost always give you a table or a point pairing. The move is mechanical: find where f equals the target output, evaluate f′ there, take the reciprocal. Practice it until it is automatic.

Answer the 2 checkpoints as you read.

Sign in to save your progress