Study Guide

Differentiating Inverse Functions

AP Calculus ABΒ· AP Calculus AB CED β€” Differentiation: Composite, Implicit, and Inverse FunctionsΒ· 14 min read

1. What is Differentiating Inverse Functions?β˜…β˜…β˜†β˜†β˜†β± 3 min

Differentiating inverse functions is the process of finding the derivative of without first explicitly solving for in terms of . 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 , and the chain rule, so we do not need to derive results from limits every time.

2. The General Inverse Function Derivative Ruleβ˜…β˜…β˜†β˜†β˜†β± 4 min

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))=xf(f^{-1}(x)) = x

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

fβ€²(fβˆ’1(x))β‹…(fβˆ’1)β€²(x)=1f'(f^{-1}(x)) \cdot (f^{-1})'(x) = 1

Solving for gives the general rule for the derivative at a point :

(fβˆ’1)β€²(a)=1fβ€²(fβˆ’1(a))\boxed{(f^{-1})'(a) = \frac{1}{f'(f^{-1}(a))}}

This rule applies only when is differentiable at and . Geometrically, since the graph of is the reflection of over , 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 , and it is known that , so . Find .

  1. 1

    First confirm the rule applies: compute the derivative of :

  2. 2
    fβ€²(x)=6x2+5f'(x) = 6x^2 + 5
  3. 3

    We know , so evaluate at :

  4. 4
    fβ€²(1)=6(1)2+5=11β‰ 0f'(1) = 6(1)^2 + 5 = 11 \neq 0
  5. 5

    Substitute into the inverse derivative rule for :

  6. 6
    (fβˆ’1)β€²(8)=1fβ€²(fβˆ’1(8))=1fβ€²(1)=111(f^{-1})'(8) = \frac{1}{f'(f^{-1}(8))} = \frac{1}{f'(1)} = \frac{1}{11}

Exam tip:

Always start by confirming 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.

3. Derivatives of Inverse Trigonometric Functionsβ˜…β˜…β˜…β˜†β˜†β± 4 min

βœ“ Calculator OK

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
Goal:

Find

Starting from:

Definition of arcsine: , with range

  1. 1

    Differentiate both sides implicitly with respect to :

  2. 2
    cos⁑yβ‹…dydx=1\cos y \cdot \frac{dy}{dx} = 1
  3. 3

    Solve for :

  4. 4
    dydx=1cos⁑y\frac{dy}{dx} = \frac{1}{\cos y}
  5. 5

    On , is non-negative, so use the Pythagorean identity:

  6. 6
    cos⁑y=1βˆ’sin⁑2y=1βˆ’x2\cos y = \sqrt{1 - \sin^2 y} = \sqrt{1 - x^2}
Result:

We get the standard derivative:

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

πŸ“ Worked Example

Find .

  1. 1

    Recall the standard derivative rule for arctangent, and apply the chain rule for the composite function:

  2. 2

    Let , so . The chain rule gives:

  3. 3
    ddxarctan⁑(u)=11+u2β‹…dudx\frac{d}{dx} \arctan(u) = \frac{1}{1+u^2} \cdot \frac{du}{dx}
  4. 4

    Substitute back and simplify:

  5. 5
    dydx=4x1+(2x2+3)2=4x4x4+12x2+10=2x2x4+6x2+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.

4. Finding Tangent Lines to Inverse Functionsβ˜…β˜…β˜…β˜†β˜†β± 3 min

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 . The key relationship: if is a point on (so ), then is the corresponding point on , which is your point of tangency.

πŸ“ Worked Example

Let , and you know . Find the equation of the tangent line to at .

  1. 1

    First identify the point of tangency: since , , so the point is .

  2. 2

    Find the derivative of the original function and evaluate at :

  3. 3
    fβ€²(x)=ex+3β€…β€ŠβŸΉβ€…β€Šfβ€²(0)=e0+3=4f'(x) = e^x + 3 \implies f'(0) = e^0 + 3 = 4
  4. 4

    Calculate the slope of the tangent to the inverse:

  5. 5
    m=(fβˆ’1)β€²(1)=1fβ€²(fβˆ’1(1))=1fβ€²(0)=14m = (f^{-1})'(1) = \frac{1}{f'(f^{-1}(1))} = \frac{1}{f'(0)} = \frac{1}{4}
  6. 6

    Plug into point-slope form and simplify:

  7. 7
    yβˆ’0=14(xβˆ’1)β€…β€ŠβŸΉβ€…β€Šy=14xβˆ’14y - 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 -coordinate on the inverse is the -coordinate on the original function, and vice versa. Don't accidentally mix up coordinates when writing the tangent line.

5. Common Pitfalls

Wrong move:

Writing instead of

Why:

Students confuse inverse function notation with negative exponent notation, incorrectly taking the reciprocal of at , not at

Correct move:

Always explicitly write out the argument of : , not just , when computing the derivative of the inverse at .

Wrong move:

Writing with a negative sign, or as positive

Why:

Students memorize all inverse trig derivatives as positive, forgetting the sign difference that comes from the identity

Correct move:

If you forget the sign, quickly rederive it: starting from , implicit differentiation gives a negative derivative immediately.

Wrong move:

When finding the tangent line to at , using as the point of tangency instead of

Why:

Students mix up the ordered pair swap for inverse functions, swapping and coordinates incorrectly

Correct move:

Start by writing explicitly: If , then , so the point of tangency is .

Wrong move:

Applying the inverse derivative rule when , claiming the derivative equals 0

Why:

Students forget the prerequisite condition that cannot be zero at the inverse point for the rule to apply

Correct move:

Always compute first; if it equals zero, state that the derivative of the inverse at does not exist (the tangent is vertical).

Wrong move:

When differentiating , writing the derivative as instead of

Why:

Students forget to substitute the inner function into the entire derivative formula after applying the chain rule

Correct move:

Always substitute the inner function into the full standard derivative formula before multiplying by .

6. Quick Reference Cheatsheet

Category

Formula

Notes

General Inverse Derivative Rule

Applies when

Derivative of Arcsine

Valid for

Derivative of Arccosine

Valid for

Derivative of Arctangent

Valid for all real

Composite Inverse Trig Derivative

Same chain rule applies to all inverse trig functions

Tangent Line to Inverse

Point of tangency is

Inverse Function Identity

Starting point for all derivative derivations

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2022 Β· MCQ

    Inverse derivative at a point

  • 2023 Β· FRQ

    Tangent line to inverse function

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.