Understanding Derivatives of Inverses (Including Inverse Trig)

Differentiating Inverse Functions

What an inverse function is (and what it is not)

An inverse function is a function that “undoes” another function. If a function ff takes an input xx and outputs f(x)f(x), then its inverse f1f^{-1} takes the output back to the original input:

f(f1(x))=xf(f^{-1}(x)) = x

and

f1(f(x))=xf^{-1}(f(x)) = x

These equations are the defining property of inverses.

A crucial warning: the notation f1f^{-1} does **not** mean the reciprocal function 1f(x)\frac{1}{f(x)}. Students often confuse these because exponent 1-1 suggests “reciprocal,” but for functions, 1-1 in the superscript means “inverse function,” not “one over.”

Why inverses matter for derivatives

Derivatives describe rates of change and slopes. Inverse functions often show up when you solve equations for an input in terms of an output. For example, if a model gives y=f(x)y = f(x) but you need xx as a function of yy, you are using an inverse.

The key geometric idea is this: the graph of y=f(x)y = f(x) and the graph of y=f1(x)y = f^{-1}(x) are reflections across the line y=xy = x. Reflection across y=xy = x swaps the roles of “run” and “rise,” which strongly suggests that slopes should turn into reciprocals.

That intuition becomes the main derivative relationship:

  • the slope of the inverse at a corresponding point is the reciprocal of the slope of the original function at the matching point.

But you have to be careful about where you evaluate each slope—because the points swap coordinates.

Conditions: when an inverse is differentiable

For the inverse-derivative rule to work in the way you’ll use it in AP Calculus AB, you need:

  1. ff is one-to-one on the interval you care about (so the inverse exists as a function).
  2. ff is differentiable at the relevant point, and its derivative is not zero there.

That second condition matters because the inverse derivative involves dividing by ff'. If f(something)=0f'(\text{something}) = 0, the inverse has a vertical tangent there (slope undefined), so the inverse derivative is not finite.

The inverse derivative formula (what it says and how to use it)

If y=f1(x)y = f^{-1}(x), then by definition:

f(y)=xf(y) = x

Differentiate both sides with respect to xx. On the left, yy depends on xx, so you must use the chain rule:

ddx[f(y)]=f(y)dydx\frac{d}{dx}[f(y)] = f'(y)\frac{dy}{dx}

and the right side differentiates to 11:

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

Solve for dydx\frac{dy}{dx}:

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

Now replace yy with f1(x)f^{-1}(x):

ddx[f1(x)]=1f(f1(x))\frac{d}{dx}[f^{-1}(x)] = \frac{1}{f'(f^{-1}(x))}

That is the main rule you use.

A point-specific version (common on AP questions)

Often you are asked for (f1)(a)\left(f^{-1}\right)'(a) at a specific input aa. Then it’s helpful to write:

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

This tells you the workflow:

  1. Find f1(a)f^{-1}(a), which is the number bb such that f(b)=af(b) = a.
  2. Compute f(b)f'(b).
  3. Take the reciprocal.

Conceptually: the point (a,f1(a))\left(a, f^{-1}(a)\right) lies on the inverse, which corresponds to the point (f1(a),a)\left(f^{-1}(a), a\right) on the original.

Seeing the “reciprocal slope” idea geometrically

Suppose f(2)=5f(2) = 5. Then the point (2,5)\left(2,5\right) is on y=f(x)y=f(x), and the point (5,2)\left(5,2\right) is on y=f1(x)y=f^{-1}(x).

If the tangent slope to ff at x=2x=2 is f(2)=3f'(2)=3, then the inverse’s tangent slope at x=5x=5 is:

(f1)(5)=13\left(f^{-1}\right)'(5) = \frac{1}{3}

So the reciprocal is real, but notice the input switches from 22 to 55.

Worked example 1: using the formula at a point

Problem. A function ff is differentiable and one-to-one. You are given f(3)=7f(3)=7 and f(3)=4f'(3)=4. Find (f1)(7)\left(f^{-1}\right)'(7).

Step 1: interpret f1(7)f^{-1}(7).
Since f(3)=7f(3)=7, it means f1(7)=3f^{-1}(7)=3.

Step 2: apply the inverse derivative formula.

(f1)(7)=1f(f1(7))=1f(3)=14\left(f^{-1}\right)'(7) = \frac{1}{f'(f^{-1}(7))} = \frac{1}{f'(3)} = \frac{1}{4}

Common pitfall: using 1f(7)\frac{1}{f'(7)} instead. The derivative must be evaluated at the input to ff (here 33), not at the input to f1f^{-1} (here 77).

Worked example 2: finding (f1)(a)\left(f^{-1}\right)'(a) from a table

AP questions often provide a table of values for ff and ff'.

Problem. Suppose a table gives f(1)=4f(1)=4 and f(1)=2f'(1)=-2. Find (f1)(4)\left(f^{-1}\right)'(4).

Because f(1)=4f(1)=4, we know f1(4)=1f^{-1}(4)=1. Then:

(f1)(4)=1f(1)=12=12\left(f^{-1}\right)'(4) = \frac{1}{f'(1)} = \frac{1}{-2} = -\frac{1}{2}

Worked example 3: using implicit differentiation without memorizing the formula

Sometimes you can derive the same result quickly in-context.

Problem. Let f(x)=x3+xf(x)=x^3+x and let g(x)=f1(x)g(x)=f^{-1}(x). Find g(2)g'(2).

Step 1: convert the inverse relationship.
If g=f1g=f^{-1}, then:

f(g(x))=xf(g(x))=x

Here that is:

[g(x)]3+g(x)=x[g(x)]^3+g(x)=x

Step 2: differentiate both sides.

3[g(x)]2g(x)+g(x)=13[g(x)]^2g'(x)+g'(x)=1

Factor out g(x)g'(x):

g(x)(3[g(x)]2+1)=1g'(x)(3[g(x)]^2+1)=1

So:

g(x)=13[g(x)]2+1g'(x)=\frac{1}{3[g(x)]^2+1}

Step 3: find g(2)g(2) by solving f(u)=2f(u)=2.
We need uu such that u3+u=2u^3+u=2. Testing u=1u=1 gives 1+1=21+1=2, so g(2)=1g(2)=1.

Then:

g(2)=13(1)2+1=14g'(2)=\frac{1}{3(1)^2+1}=\frac{1}{4}

This matches the inverse-derivative logic: f(x)=3x2+1f'(x)=3x^2+1, so f(1)=4f'(1)=4 and the inverse derivative at 22 is 14\frac{1}{4}.

What can go wrong (and how to self-check)
  1. Mixing up inputs. If you’re computing (f1)(a)\left(f^{-1}\right)'(a), you need the point on ff where the output is aa. A good self-check is to explicitly write “find bb such that f(b)=af(b)=a.”
  2. Forgetting the inverse exists only on a one-to-one interval. If ff isn’t one-to-one, you can sometimes restrict its domain to make it one-to-one—but you must know which branch you’re using.
  3. Ignoring the possibility of a vertical tangent. If f(b)=0f'(b)=0, then (f1)(a)\left(f^{-1}\right)'(a) is undefined (the inverse has a vertical tangent there).
Exam Focus
  • Typical question patterns:
    • Given values like f(c)=af(c)=a and f(c)=mf'(c)=m, find (f1)(a)\left(f^{-1}\right)'(a).
    • Use a table of ff and ff' values to compute inverse-derivative values.
    • Given a graph of ff with a tangent slope at a point, infer the slope of f1f^{-1} at the reflected point.
  • Common mistakes:
    • Using 1f(a)\frac{1}{f'(a)} instead of 1f(f1(a))\frac{1}{f'(f^{-1}(a))}.
    • Treating f1(x)f^{-1}(x) as 1f(x)\frac{1}{f(x)}.
    • Forgetting to verify/find f1(a)f^{-1}(a) (the matching input on the original function).

Differentiating Inverse Trigonometric Functions

What “inverse trig” actually means

Inverse trigonometric functions reverse trig functions, but only after restricting trig functions to be one-to-one.

For example, sine is not one-to-one on all real numbers because many angles share the same sine value. To define an inverse, we restrict sine to a principal interval where it is one-to-one, then define:

  • y=arcsin(x)y=\arcsin(x) means sin(y)=x\sin(y)=x with yy restricted to a principal range.
  • y=arccos(x)y=\arccos(x) means cos(y)=x\cos(y)=x with yy restricted to a principal range.
  • y=arctan(x)y=\arctan(x) means tan(y)=x\tan(y)=x with yy restricted to a principal range.

These principal ranges matter because they control the sign of cosine or sine that appears in derivative work.

Domains and ranges you must know

For AP Calculus AB, you should know these standard principal definitions:

  • arcsin(x)\arcsin(x) has domain [1,1][-1,1] and range [π2,π2]\left[-\frac{\pi}{2},\frac{\pi}{2}\right].
  • arccos(x)\arccos(x) has domain [1,1][-1,1] and range [0,π][0,\pi].
  • arctan(x)\arctan(x) has domain (,)(-\infty,\infty) and range (π2,π2)\left(-\frac{\pi}{2},\frac{\pi}{2}\right).

Why you care: when you use identities like sin2(y)+cos2(y)=1\sin^2(y)+\cos^2(y)=1, you will need to decide whether cos(y)\cos(y) is positive or negative. The principal range tells you.

A quick notation table (so you don’t misread the symbols)
MeaningCommon notationEquivalent notation
inverse sinearcsin(x)\arcsin(x)sin1(x)\sin^{-1}(x)
inverse cosinearccos(x)\arccos(x)cos1(x)\cos^{-1}(x)
inverse tangentarctan(x)\arctan(x)tan1(x)\tan^{-1}(x)

Important: sin1(x)\sin^{-1}(x) means arcsin(x)\arcsin(x), not 1sin(x)\frac{1}{\sin(x)}.

Why inverse trig derivatives matter

Inverse trig derivatives appear constantly inside bigger differentiation problems because they are common antiderivatives in later units and common inverse relationships in modeling.

Also, they are a perfect “integration of ideas” topic: you need inverse functions, implicit differentiation, trig identities, and the chain rule.

Deriving the derivative of arcsin(x)\arcsin(x) (from scratch)

Let:

y=arcsin(x)y=\arcsin(x)

By definition, that means:

sin(y)=x\sin(y)=x

Differentiate both sides with respect to xx. Use the chain rule on the left:

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

So:

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

Now we need to rewrite cos(y)\cos(y) in terms of xx. From sin(y)=x\sin(y)=x and the Pythagorean identity:

cos2(y)=1sin2(y)=1x2\cos^2(y)=1-\sin^2(y)=1-x^2

So cos(y)=1x2\cos(y)=\sqrt{1-x^2} or cos(y)=1x2\cos(y)=-\sqrt{1-x^2}. Which one is correct?

Because y=arcsin(x)y=\arcsin(x) is restricted to [π2,π2]\left[-\frac{\pi}{2},\frac{\pi}{2}\right], cosine is nonnegative on that interval. Therefore:

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

Substitute back:

ddx[arcsin(x)]=11x2\frac{d}{dx}[\arcsin(x)]=\frac{1}{\sqrt{1-x^2}}

This derivative only makes sense for x<1|x|<1 as a function derivative (endpoints involve vertical tangents).

Deriving the derivative of arccos(x)\arccos(x)

Let:

y=arccos(x)y=\arccos(x)

Then:

cos(y)=x\cos(y)=x

Differentiate:

sin(y)dydx=1-\sin(y)\frac{dy}{dx}=1

So:

dydx=1sin(y)\frac{dy}{dx}=-\frac{1}{\sin(y)}

Use sin2(y)=1cos2(y)=1x2\sin^2(y)=1-\cos^2(y)=1-x^2. On the range [0,π][0,\pi], sine is nonnegative, so:

sin(y)=1x2\sin(y)=\sqrt{1-x^2}

Therefore:

ddx[arccos(x)]=11x2\frac{d}{dx}[\arccos(x)]=-\frac{1}{\sqrt{1-x^2}}

Notice it is the negative of the arcsin\arcsin derivative.

Deriving the derivative of arctan(x)\arctan(x)

Let:

y=arctan(x)y=\arctan(x)

Then:

tan(y)=x\tan(y)=x

Differentiate:

sec2(y)dydx=1\sec^2(y)\frac{dy}{dx}=1

So:

dydx=1sec2(y)\frac{dy}{dx}=\frac{1}{\sec^2(y)}

Use the identity sec2(y)=1+tan2(y)\sec^2(y)=1+\tan^2(y) and substitute tan(y)=x\tan(y)=x:

sec2(y)=1+x2\sec^2(y)=1+x^2

Thus:

ddx[arctan(x)]=11+x2\frac{d}{dx}[\arctan(x)]=\frac{1}{1+x^2}

This one works for all real xx.

Using these derivatives correctly: the chain rule is not optional

On the AP exam, inverse trig functions almost always appear as part of a composite, like arcsin(2x)\arcsin(2x) or arctan(x2+1)\arctan(x^2+1). You must combine the inverse trig derivative with the chain rule.

If y=arcsin(u)y=\arcsin(u) where u=u(x)u=u(x), then:

dydx=u1u2\frac{dy}{dx}=\frac{u'}{\sqrt{1-u^2}}

Similarly:

ddx[arccos(u)]=u1u2\frac{d}{dx}[\arccos(u)]=-\frac{u'}{\sqrt{1-u^2}}

and

ddx[arctan(u)]=u1+u2\frac{d}{dx}[\arctan(u)]=\frac{u'}{1+u^2}

Here uu' means dudx\frac{du}{dx}.

Worked example 1: differentiating a composite with arcsin\arcsin

Problem. Find ddx[arcsin(2x)]\frac{d}{dx}[\arcsin(2x)].

Let u=2xu=2x, so u=2u'=2. Apply the chain rule form:

ddx[arcsin(2x)]=21(2x)2=214x2\frac{d}{dx}[\arcsin(2x)]=\frac{2}{\sqrt{1-(2x)^2}}=\frac{2}{\sqrt{1-4x^2}}

A natural domain note: the inside of arcsine must satisfy 12x1-1\le 2x\le 1, so the original function is defined for 12x12-\frac{1}{2}\le x\le \frac{1}{2}, and the derivative has vertical tangent behavior near the endpoints.

Worked example 2: differentiating arctan\arctan with algebra inside

Problem. Find ddx[arctan(x2+1)]\frac{d}{dx}[\arctan(x^2+1)].

Let u=x2+1u=x^2+1, so u=2xu'=2x. Then:

ddx[arctan(x2+1)]=2x1+(x2+1)2\frac{d}{dx}[\arctan(x^2+1)]=\frac{2x}{1+(x^2+1)^2}

A common mistake is to write 11+x2+1\frac{1}{1+x^2+1}, which incorrectly “drops the square” on uu.

Worked example 3: mixing inverse trig with other derivative rules

Problem. Find ddx[xarccos(x)]\frac{d}{dx}[x\arccos(x)].

This requires the product rule. Let:

y=xarccos(x)y=x\arccos(x)

Then:

y=1arccos(x)+xddx[arccos(x)]y'=1\cdot \arccos(x)+x\cdot \frac{d}{dx}[\arccos(x)]

Use the derivative formula for arccos(x)\arccos(x):

ddx[arccos(x)]=11x2\frac{d}{dx}[\arccos(x)]=-\frac{1}{\sqrt{1-x^2}}

So:

y=arccos(x)x1x2y'=\arccos(x)-\frac{x}{\sqrt{1-x^2}}

Connecting inverse trig derivatives back to inverse-function derivatives

You can think of inverse trig derivatives as special cases of the inverse-function derivative rule.

For instance, sine and arcsine are inverses on the restricted sine interval. The general inverse rule says:

ddx[f1(x)]=1f(f1(x))\frac{d}{dx}[f^{-1}(x)]=\frac{1}{f'(f^{-1}(x))}

If f(x)=sin(x)f(x)=\sin(x) (with the restricted domain where it’s one-to-one), then f1(x)=arcsin(x)f^{-1}(x)=\arcsin(x) and f(x)=cos(x)f'(x)=\cos(x), so:

ddx[arcsin(x)]=1cos(arcsin(x))\frac{d}{dx}[\arcsin(x)] = \frac{1}{\cos(\arcsin(x))}

Then the triangle/identity work converts cos(arcsin(x))\cos(\arcsin(x)) into 1x2\sqrt{1-x^2}. This viewpoint helps you remember that the inverse derivative involves “reciprocal of derivative evaluated at the inverse,” not just a random formula.

Common conceptual traps with inverse trig
  1. Confusing arcsin(x)\arcsin(x) with 1sin(x)\frac{1}{\sin(x)}. The latter is csc(x)\csc(x). Inverse trig is an inverse function, not a reciprocal.
  2. Forgetting the chain rule. If the inside isn’t exactly xx, you need to multiply by the inside derivative.
  3. Sign mistakes from ignoring principal ranges. When deriving, deciding that cos(y)=1x2\cos(y)=\sqrt{1-x^2} uses the fact that yy is in the principal range for arcsin\arcsin. If you don’t respect the range, you can get the wrong sign.
Exam Focus
  • Typical question patterns:
    • Differentiate expressions like arcsin(u(x))\arcsin(u(x)), arccos(u(x))\arccos(u(x)), or arctan(u(x))\arctan(u(x)), often combined with product/quotient rules.
    • Use implicit differentiation with a step like sin(y)=x\sin(y)=x to justify a derivative formula or to differentiate an equation involving inverse trig.
    • Evaluate a derivative at a specific point (sometimes requiring you to compute the inside value first, then plug into the derivative).
  • Common mistakes:
    • Writing 11x\frac{1}{\sqrt{1-x}} or 11x2\frac{1}{\sqrt{1-x^2}} but forgetting the inside substitution, leading to forms like 1(2x)\sqrt{1-(2x)} instead of 1(2x)2\sqrt{1-(2x)^2}.
    • Dropping parentheses when squaring, such as turning (x2+1)2(x^2+1)^2 into x2+12x^2+1^2.
    • Mixing up inverse trig with reciprocal trig, especially interpreting sin1(x)\sin^{-1}(x) as csc(x)\csc(x).