Skip to main content
United StatesCalculusSyllabus dot point

Faced with a complicated function, how do you decide which differentiation rules to use, and in what order?

Topic 3.5 Selecting Procedures for Calculating Derivatives: choose and combine the appropriate differentiation rules for a given function.

A focused answer to AP Calculus AB Topic 3.5, on recognizing the structure of a function and choosing which differentiation rules to apply and in what order, combining the power, product, quotient and chain rules, with worked multi-rule examples.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. The decision process
  3. Why "outermost first" works
  4. Simplify first when you can
  5. Nesting multiple rules

What this topic is asking

The College Board (Topic 3.5) is about strategy: given a function that mixes several structures, decide which differentiation rules to use and in what order. By this point you know the power, constant-multiple, sum, product, quotient and chain rules; this topic is the meta-skill of reading a function's structure and assembling those rules correctly.

The decision process

Why "outermost first" works

The outermost operation is the last thing you would do when plugging in a number. For x2sin(3x)x^2\sin(3x) you would compute x2x^2, compute sin(3x)\sin(3x), and multiply last - so the outermost structure is a product, and the product rule comes first. For sin(x2+1)\sin(x^2 + 1) you would compute x2+1x^2 + 1 and then take the sine - so the outermost structure is a composite, and the chain rule comes first. Reading the function in evaluation order tells you which rule sits on top, and the inner rules slot in underneath.

Simplify first when you can

A quietly powerful strategy is to rewrite before differentiating. Algebra often turns a hard derivative into an easy one. A quotient like x3+xx\frac{x^3 + x}{x} simplifies to x2+1x^2 + 1, avoiding the quotient rule entirely. A radical x3\sqrt[3]{x} becomes x1/3x^{1/3} for the power rule. A product of powers x2x5x^2 \cdot x^5 is just x7x^7. A logarithm of a product, ln(x2ex)\ln(x^2 e^x), can be expanded to 2lnx+x2\ln x + x using log laws, which is far easier to differentiate than the original. The exam rewards students who pause to simplify: fewer rule applications means fewer places to make sign or bookkeeping errors. Before reaching for the quotient or chain rule, always ask whether a line of algebra would make the function simpler. This habit is especially valuable on the no-calculator section, where clean algebra is the difference between a confident answer and a tangle.

Nesting multiple rules

Hard exam functions nest rules several layers deep, and the outside-in method handles them mechanically. Consider x2e3xx+1\frac{x^2 e^{3x}}{\sqrt{x + 1}}: the outermost structure is a quotient, so the quotient rule frames everything; the numerator x2e3xx^2 e^{3x} is a product needing the product rule (and the e3xe^{3x} factor needs the chain rule); the denominator x+1=(x+1)1/2\sqrt{x+1} = (x+1)^{1/2} needs the chain rule. You never need a new rule for these - just the disciplined order. Writing a quick structural note ("quotient, numerator is product, both have chain-rule pieces") before computing keeps a long derivative organized and is exactly the kind of planning that prevents lost marks. When the algebra gets heavy, taking the logarithm of both sides first (logarithmic differentiation) can simplify products and powers into sums, though AP Calculus AB usually keeps the nesting shallow enough that direct rules suffice.

Exam-style practice questions

Practice questions written in the style of College Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

AP 2022 (style)1 marksSection I (multiple choice, no calculator). Which rules are needed to differentiate f(x)=x2sin(3x)f(x) = x^2\sin(3x)? (A) Power rule only (B) Product rule and chain rule (C) Quotient rule only (D) Chain rule only
Show worked answer →

The correct answer is (B), product rule and chain rule.

The function is a product of x2x^2 and sin(3x)\sin(3x), so the product rule applies. Differentiating the factor sin(3x)\sin(3x) requires the chain rule (inner 3x3x). The full derivative is f(x)=2xsin(3x)+x23cos(3x)=2xsin(3x)+3x2cos(3x)f'(x) = 2x\sin(3x) + x^2 \cdot 3\cos(3x) = 2x\sin(3x) + 3x^2\cos(3x).

AP 2023 (style)4 marksSection II (free response, no calculator). For f(x)=e2xx2+1f(x) = \dfrac{e^{2x}}{x^2 + 1}: (a) State which two rules are needed and the order to apply them. (b) Differentiate f(x)f(x). (c) Identify any inner functions needing the chain rule.
Show worked answer →

A 4-point procedure-selection question.

(a) (1 point) Quotient rule (outermost structure is a fraction), with the chain rule inside for e2xe^{2x}.
(b) (2 points) With u=e2xu = e^{2x} (u=2e2xu' = 2e^{2x}) and v=x2+1v = x^2 + 1 (v=2xv' = 2x): f(x)=2e2x(x2+1)e2x(2x)(x2+1)2=2e2x(x2x+1)(x2+1)2f'(x) = \frac{2e^{2x}(x^2 + 1) - e^{2x}(2x)}{(x^2 + 1)^2} = \frac{2e^{2x}(x^2 - x + 1)}{(x^2 + 1)^2}.
(c) (1 point) The inner function is 2x2x in e2xe^{2x}, giving the factor 22.

Related dot points

Sources & how we know this