Study Guide

Selecting procedures for calculating derivatives

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

1. What Is Selecting Differentiation Procedures?β˜…β˜…β˜†β˜†β˜†β± 3 min

Selecting procedures for calculating derivatives is the core skill of choosing the correct differentiation technique based on the algebraic structure of the function you need to differentiate, rather than just applying a pre-specified rule. Per the AP Calculus AB CED, this topic is part of Unit 3 and makes up 9–13% of the total AP exam score, tested in both multiple-choice and free-response sections. It is foundational for nearly every subsequent AP Calculus AB topic from related rates to curve sketching.

2. Recognizing and Applying the Chain Rule for Composite Functionsβ˜…β˜…β˜†β˜†β˜†β± 4 min

βœ“ Calculator OK

πŸ“˜ Definition

Composite Function

A function where one function (the inner function ) is embedded inside a second outer function

Example:

, ,

You should always select the chain rule when working with a composite function. For nested composites with more than two layers, repeat the chain rule process working from the outermost layer inward. The chain rule formula is:

ddx[f(g(x))]=fβ€²(g(x))β‹…gβ€²(x)\frac{d}{dx}\left[f(g(x))\right] = f'(g(x)) \cdot g'(x)

In Leibniz notation, if and this becomes:

dydx=dyduβ‹…dudx\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}
πŸ“ Worked Example

Find .

  1. 1

    Identify the 3-layer composite structure: outer , middle , inner . Apply chain rule repeatedly.

  2. 2

    Differentiate the outermost layer first, leaving inner layers unchanged:

    fβ€²(u)=cos⁑(u)=cos⁑(4xβˆ’1)f'(u) = \cos(u) = \cos\left(\sqrt{4x-1}\right)
  3. 3

    Multiply by the derivative of the middle layer:

    ddv[v]=12v=124xβˆ’1\frac{d}{dv}\left[\sqrt{v}\right] = \frac{1}{2\sqrt{v}} = \frac{1}{2\sqrt{4x-1}}
  4. 4

    Multiply by the derivative of the innermost layer:

    ddx[4xβˆ’1]=4\frac{d}{dx}\left[4x - 1\right] = 4
  5. 5

    Simplify the product to get the final result:

    dydx=cos⁑(4xβˆ’1)β‹…124xβˆ’1β‹…4=2cos⁑(4xβˆ’1)4xβˆ’1\frac{dy}{dx} = \cos\left(\sqrt{4x-1}\right) \cdot \frac{1}{2\sqrt{4x-1}} \cdot 4 = \frac{2\cos\left(\sqrt{4x-1}\right)}{\sqrt{4x-1}}

Exam tip:

Always work from the outermost layer inward when applying the chain rule; don't try to differentiate the inner layer first, which leads to missing a multiplication step.

3. Selecting Implicit Differentiation for Non-Explicit Functionsβ˜…β˜…β˜…β˜†β˜†β± 3 min

βœ“ Calculator OK

Implicit differentiation is the procedure to select when is not explicitly isolated as a function of , meaning you cannot easily rewrite the relationship as . The core of implicit differentiation is just an application of the chain rule: any term containing is a composite function, so you must multiply by when differentiating it. The step-by-step procedure is:

  1. Differentiate every term on both sides of the equation with respect to

  2. Apply the chain rule to all terms containing , adding a factor

  3. Collect all terms with on one side of the equation

  4. Factor out and divide to solve for it

πŸ“ Worked Example

Find for the curve , then evaluate it at the point .

  1. 1

    Differentiate both sides of the equation term-by-term with respect to :

    ddx(x3)+ddx(2xy)+ddx(y3)=ddx(4)\frac{d}{dx}\left(x^3\right) + \frac{d}{dx}\left(2xy\right) + \frac{d}{dx}\left(y^3\right) = \frac{d}{dx}\left(4\right)
  2. 2

    Differentiate each term, applying product rule to and chain rule to :

    3x2+2(xdydx+yβ‹…1)+3y2dydx=03x^2 + 2\left(x \frac{dy}{dx} + y \cdot 1\right) + 3y^2 \frac{dy}{dx} = 0
  3. 3

    Expand and collect all terms with on the left-hand side:

    2xdydx+3y2dydx=βˆ’3x2βˆ’2y2x \frac{dy}{dx} + 3y^2 \frac{dy}{dx} = -3x^2 - 2y
  4. 4

    Factor out and solve:

    dydx=βˆ’3x2βˆ’2y2x+3y2\frac{dy}{dx} = \frac{-3x^2 - 2y}{2x + 3y^2}
  5. 5

    Evaluate at by substituting :

    dydx=βˆ’3(1)βˆ’2(1)2(1)+3(1)=βˆ’1\frac{dy}{dx} = \frac{-3(1) - 2(1)}{2(1) + 3(1)} = -1

Exam tip:

When finding at a specific point, you can substitute the point values into the equation before solving for to simplify algebra, which reduces the chance of arithmetic errors.

4. Selecting the Inverse Function Derivative Ruleβ˜…β˜…β˜…β˜†β˜†β± 3 min

βœ“ Calculator OK

You should select the inverse function derivative rule when you need the derivative of an inverse function at a point, and you do not want to (or cannot) find the inverse function explicitly. This is the most common AP exam question type for inverse derivatives, testing your ability to apply the rule rather than just do routine differentiation.

πŸ“˜ Definition

Inverse Function Derivative Rule

If is the inverse of , the derivative of the inverse at is the reciprocal of the derivative of evaluated at .

The intuition for this rule comes from the fact that the graph of an inverse function is the reflection of the original function over the line , so the slope of the tangent of the inverse is the reciprocal of the slope of the original function at the corresponding point. To apply the rule: 1) find such that (so ), 2) find , 3) take the reciprocal.

πŸ“ Worked Example

Let . Find .

  1. 1

    Apply the inverse derivative rule formula:

    (fβˆ’1)β€²(4)=1fβ€²(fβˆ’1(4))\left(f^{-1}\right)'(4) = \frac{1}{f'\left(f^{-1}(4)\right)}
  2. 2

    Find by solving :

    b3+2b+1=4β€…β€ŠβŸΉβ€…β€Šb3+2bβˆ’3=0b^3 + 2b + 1 = 4 \implies b^3 + 2b - 3 = 0
  3. 3

    Testing small integer values gives as a solution, so . Find and evaluate at :

    fβ€²(x)=3x2+2β€…β€ŠβŸΉβ€…β€Šfβ€²(1)=3(1)2+2=5f'(x) = 3x^2 + 2 \implies f'(1) = 3(1)^2 + 2 = 5
  4. 4

    Take the reciprocal for the final result:

    (fβˆ’1)β€²(4)=15\left(f^{-1}\right)'(4) = \frac{1}{5}

Exam tip:

If you are asked for , always solve first before taking the derivative. You will almost always get an integer for on the AP exam, so testing small integers first saves time.

5. Combining Procedures for Complex Functionsβ˜…β˜…β˜…β˜…β˜†β± 4 min

βœ“ Calculator OK

Most AP exam problems require combining multiple differentiation procedures. A common pattern is combining product/quotient rule with chain rule for factors that are composite functions. Always identify the top-level structure first: if the function is a product of two terms, apply product rule first, then use chain rule for any composite factors.

βœ“ Quick check

Test your ability to select the correct procedure:

  1. If , what is ?

    Reveal answer
    $-4 \sin(1)$ β€”

    Correct. is composite, so chain rule gives , which evaluates to at .

πŸ“ Worked Example

The concentration of a drug in a patient's bloodstream hours after injection is given by , where is measured in mg/L. What is the rate of change of concentration 4 hours after injection?

  1. 1

    First, identify that is a composite function, so we select the chain rule. Let , so .

  2. 2

    Differentiate each layer and apply chain rule:

    Cβ€²(t)=dCduβ‹…dudt=βˆ’5eβˆ’0.5tβ‹…12t=βˆ’5eβˆ’0.5t2tC'(t) = \frac{dC}{du} \cdot \frac{du}{dt} = -5 e^{-0.5\sqrt{t}} \cdot \frac{1}{2\sqrt{t}} = \frac{-5 e^{-0.5\sqrt{t}}}{2\sqrt{t}}
  3. 3

    Evaluate at , where :

    Cβ€²(4)=βˆ’5eβˆ’14β‰ˆβˆ’0.46C'(4) = \frac{-5 e^{-1}}{4} \approx -0.46
  4. 4

    Interpretation: 4 hours after injection, the drug concentration is decreasing at a rate of approximately 0.46 mg/L per hour.

6. Common Pitfalls

Wrong move:

Forgetting to apply chain rule to inner layers, e.g., writing

Why:

Students only differentiate the outer layer and stop, confusing composite functions with power functions of .

Correct move:

After differentiating the outer layer, always check: is the inside a function of other than itself? If yes, multiply by its derivative.

Wrong move:

Forgetting to multiply by when differentiating terms with in implicit differentiation, e.g., writing

Why:

Students treat as a constant instead of a function of when differentiating.

Correct move:

Every time you differentiate a term that contains a , automatically add a factor from the chain rule before moving on.

Wrong move:

Flipping the inverse derivative formula incorrectly, writing instead of the reciprocal, or using instead of

Why:

Confusion between the input to and the input for the inverse function.

Correct move:

After writing the formula, label each term: .

Wrong move:

Applying chain rule when it's not needed, e.g., writing

Why:

Confusing a product of two functions with a composition of two functions.

Correct move:

Before differentiating, label the top-level operation: if it's product/quotient, use product/quotient rule; if it's one function inside another, use chain rule.

Wrong move:

Differentiating with respect to instead of in implicit differentiation, getting instead of

Why:

Mixing up the dependent and independent variable.

Correct move:

At the start of any implicit differentiation problem, write on both sides of the equation to remind yourself you are differentiating with respect to .

7. Quick Reference Cheatsheet

Category

Formula/Procedure

Notes

Chain Rule (2-layer composite)

Apply when one function is inside another; work outer to inner.

Chain Rule (3-layer composite)

Common for nested functions like .

Implicit Differentiation

Differentiate both sides w.r.t , multiply terms with by , solve for

Use when cannot be easily isolated as .

Derivative of w.r.t

Core step for all implicit differentiation problems.

Inverse Function Derivative

Used for derivative of inverse at a point; no need to find inverse explicitly.

Product + Chain Rule Combination

Apply product rule first, then chain rule to each composite factor

For functions of the form

Slope of implicit curve tangent

Evaluate at

Substitute early to simplify algebra.

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

    Chain rule for composite function

  • 2023 Β· FRQ

    Implicit differentiation slope

What's Next

Mastering the skill of selecting the correct differentiation procedure is the foundational prerequisite for all remaining application topics in AP Calculus AB. Immediately next, you will apply these differentiation rules to solve related rates problems, which require you to implicitly differentiate relationships between multiple changing quantities to find unknown rates of change. Without the ability to quickly select and apply the chain rule, implicit differentiation, and other combined procedures, related rates problems become nearly impossible to solve correctly. This skill also feeds into later topics like higher-order derivatives, optimization of composite functions, and u-substitution for integration, the reverse of the chain rule that makes up 10–15% of the total AP exam score.