Study Guide

Selecting procedures for calculating derivatives

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

1. What Is Selecting Derivative Procedures?⏱ 3 min

This is a core skill in Unit 3 of the AP Calculus BC CED, worth approximately 9–13% of the total AP exam score, appearing in both multiple-choice and free-response sections. The skill is not just memorizing derivative rulesβ€”it is recognizing the form of the function or relation you are working with, then choosing the correct technique to differentiate efficiently and accurately.

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

πŸ“˜ Definition

Composite Function

A function of the form , where an inner function is nested inside an outer function with .

Example:

, ,

The chain rule is always the correct procedure for differentiating composite functions. For multiple nested composites, apply the chain rule repeatedly, one layer at a time. In Leibniz notation, the rule makes the intuition clear: the total rate of change of with respect to is the product of the rate of change of with respect to the inner function , and the rate of change of with respect to .

ddx[f(g(x))]=fβ€²(g(x))β‹…gβ€²(x)\frac{d}{dx}\left[f(g(x))\right] = f'(g(x)) \cdot g'(x)
dydx=dyduβ‹…dudx\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}
πŸ“ Worked Example

Find for .

  1. 1

    Identify the composite structure: outer function , inner function .

  2. 2

    Differentiate the outer function, leaving the inner function unchanged:

    fβ€²(u)=5u4=5(2x3βˆ’cos⁑x)4f'(u) = 5u^4 = 5(2x^3 - \cos x)^4
  3. 3

    Differentiate the inner function with respect to :

    dudx=6x2+sin⁑x\frac{du}{dx} = 6x^2 + \sin x
  4. 4

    Multiply the two results per the chain rule, and simplify:

    dydx=5(6x2+sin⁑x)(2x3βˆ’cos⁑x)4\frac{dy}{dx} = 5(6x^2 + \sin x)(2x^3 - \cos x)^4

Exam tip:

Always check for a nested inner function before applying a basic derivative ruleβ€”if the base/argument of your function is anything more complicated than just , you will almost always need the chain rule.

3. Selecting Implicit Differentiation for Implicit Relationsβ˜…β˜…β˜…β˜†β˜†β± 4 min

πŸ“˜ Definition

Implicit Relation

An equation relating and where cannot be easily solved explicitly in the form (or cannot be solved at all).

Example:

,

Implicit differentiation is the correct procedure for these cases. The method relies on the chain rule: since is a function of , any term containing is a composite function of , so you multiply by when you differentiate that term. The general steps are: differentiate both sides of the equation with respect to , collect all terms with on one side, factor out , then solve for .

πŸ“ Worked Example

Find for the relation .

  1. 1

    Differentiate both sides term-by-term with respect to :

    ddx[e2y]+ddx[x3y]=ddx[sin⁑x]\frac{d}{dx}[e^{2y}] + \frac{d}{dx}[x^3 y] = \frac{d}{dx}[\sin x]
  2. 2

    Apply the chain rule to the term and product + chain rule to the term:

    2e2ydydx+3x2y+x3dydx=cos⁑x2e^{2y}\frac{dy}{dx} + 3x^2 y + x^3 \frac{dy}{dx} = \cos x
  3. 3

    Collect all terms with on the left, all other terms on the right:

    dydx(2e2y+x3)=cos⁑xβˆ’3x2y\frac{dy}{dx}\left(2e^{2y} + x^3\right) = \cos x - 3x^2 y
  4. 4

    Divide both sides to solve for :

    dydx=cos⁑xβˆ’3x2y2e2y+x3\frac{dy}{dx} = \frac{\cos x - 3x^2 y}{2e^{2y} + x^3}

Exam tip:

If a question asks for the derivative at a specific point, substitute the point values into your derivative expression immediately after solving for β€”you do not need to simplify further, which saves time.

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

If is the inverse function of , the inverse function derivative rule lets you find the derivative of without having to solve for the inverse explicitly. The rule comes from implicit differentiation, and it also gives us the standard derivatives for inverse trigonometric functions. When you have an inverse trigonometric function of a non- argument, you combine the inverse derivative rule with the chain rule.

ddx[fβˆ’1(x)]=1fβ€²(fβˆ’1(x))\frac{d}{dx}\left[f^{-1}(x)\right] = \frac{1}{f'\left(f^{-1}(x)\right)}

This rule is only valid when .

πŸ“ Worked Example

Let , and let . Find .

  1. 1

    Apply the inverse derivative rule: . First find , which is the value of where .

  2. 2

    Solve : . Testing simple integer roots, satisfies the equation, so .

  3. 3

    Compute , so .

  4. 4

    Substitute back into the inverse derivative formula:

    gβ€²(4)=15g'(4) = \frac{1}{5}

Exam tip:

You never need to solve for the inverse explicitly to find its derivative at a pointβ€”AP problems are designed so the required -value for the original function will always be a simple integer.

5. AP Style Concept Check⏱ 4 min

βœ“ Quick check

Test your ability to select the correct procedure for these common AP-style problems:

  1. What is for ?

    Reveal answer
    1 β€”

    This is a composite function: outer , inner . Apply the inverse trig derivative rule then multiply by the inner derivative to get the correct result.

  2. The position of a particle is . What is , the velocity at ?

    • cm/s

    • cm/s

    • cm/s

    • cm/s

6. Common Pitfalls

Wrong move:

Forgetting the chain rule for the inner function, e.g., writing instead of

Why:

Students only differentiate the outer function and stop, confusing composite functions with functions of directly.

Correct move:

Always ask 'is the argument/base more than just ?' after differentiating the outer function, and multiply by the inner derivative if yes.

Wrong move:

Forgetting to multiply by when differentiating -terms in implicit differentiation, e.g., writing instead of

Why:

Students treat as a constant or independent variable, instead of a function of .

Correct move:

Every time you differentiate a term containing , immediately write after applying the derivative rule before moving to the next term.

Wrong move:

Reversing the inverse derivative formula, e.g., writing instead of

Why:

Students mix up the order when memorizing the formula.

Correct move:

If you forget the order, start from , differentiate implicitly, and rederive the formula in 10 seconds.

Wrong move:

Using implicit differentiation for an explicitly defined function, leading to overly complicated incorrect results, e.g., differentiating implicitly instead of using chain rule

Why:

Students default to implicit differentiation when it is not needed after learning the technique.

Correct move:

First check if you can easily solve for explicitlyβ€”only use implicit differentiation when you cannot.

Wrong move:

Forgetting the chain rule when differentiating inverse trig functions with non- arguments, e.g., writing instead of

Why:

Students memorize the inverse trig derivative for and stop.

Correct move:

Treat any inverse trig function with a non- argument as a composite function, and multiply by the inner derivative.

Wrong move:

Trying to solve for an inverse explicitly to find its derivative at a point, leading to algebraic dead ends

Why:

Students do not remember the inverse derivative rule works without an explicit inverse.

Correct move:

Always use the inverse derivative rule when asked for the derivative of an inverse at a point.

7. Quick Reference Cheatsheet

Category

Formula

Notes

Chain Rule (Composite Functions)

Use for nested functions; always multiply by the inner derivative.

Implicit Differentiation

Differentiate both sides w.r.t , solve for

Use when cannot be solved explicitly; apply chain rule to all -terms.

Inverse Function Derivative

Use for derivatives of inverses at a point; no explicit inverse needed.

Derivative of

Domain: ; apply chain rule for non- arguments.

Derivative of

Domain: ; apply chain rule for non- arguments.

Derivative of

Domain: all real numbers; apply chain rule for non- arguments.

Derivative of

Domain: ; apply chain rule for non- arguments.

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.

  • 2023 Β· MCQ

    Select correct derivative procedure

  • 2022 Β· FRQ

    Implicit differentiation for slope

What's Next

Mastering procedure selection for derivatives is the foundation for all remaining differentiation and integration topics in AP Calculus BC. Next, you will apply these techniques to parametric equations, polar curves, and vector-valued functions, where chain rule and implicit differentiation are used to find slopes of tangents and rates of change. Without the ability to quickly select the correct derivative procedure, these topics will be unnecessarily difficult, and you will waste valuable exam time second-guessing your choice of rule. Long-term, this skill is also critical for integration by substitution (where you reverse the chain rule) and for solving related rates and optimization problems.