CALCULUS 1 • DERIVATIVES: COMPOSITE, IMPLICIT & INVERSE

Selecting Derivative Procedures — Selecting Procedures for Calculating Derivatives

Learn to recognize function structures and choose the right differentiation technique every time.

Historical Context & Motivation

Calculus did not arrive as a single, tidy package. Over centuries, mathematicians developed differentiation techniques one at a time, each invented to handle a new kind of function that earlier rules could not crack. Understanding this history helps explain why we now have multiple procedures—and why choosing the right one matters so much.

1684
Leibniz Publishes Basic Rules
Gottfried Wilhelm Leibniz published the power rule, product rule, and quotient rule—the first systematic procedures for computing derivatives of polynomial and rational functions.
1748
Euler & Exponential Functions
Leonhard Euler formalized derivatives of exponential and logarithmic functions, expanding the toolkit beyond algebraic expressions and requiring new derivative formulas.
1800s
The Chain Rule Emerges
As scientists modeled increasingly complex systems, the chain rule was developed to differentiate composite functions—functions built by plugging one function into another.
1800s
Implicit Differentiation Formalized
Curves like circles and ellipses cannot always be written as y = f(x). Mathematicians developed implicit differentiation to find slopes along such curves without solving for y explicitly.
1900s
Modern Decision Frameworks
Textbooks began organizing all derivative rules into decision trees, teaching students to analyze the structure of a function first and then select the appropriate procedure—the skill you are learning today.

The central question this lesson addresses is practical: when you face a function you need to differentiate, how do you decide which rule or combination of rules to apply? Mastering this decision-making process is what separates students who can only follow examples from those who can handle any derivative problem independently.

Core Principles of Procedure Selection

Before you start computing, you need to read the structure of the function. Every derivative problem falls into recognizable categories based on how the pieces of the function are combined. The four principles below form a reliable framework for making the right choice every time.

1

Identify the Outermost Operation

Look at the function as a whole. Is the outermost operation addition/subtraction, multiplication, division, or composition (a function inside another function)? This tells you which rule governs the overall derivative.
2

Check for Composition (Chain Rule)

If you see a function plugged into another function—such as sin(3x²) or (x³ + 1)⁵—the chain rule is required. Spot the inner function and the outer function.
3

Determine If y Is Explicit or Implicit

If y is isolated on one side (y = …), differentiate directly. If x and y are mixed together in an equation like x² + y² = 25, use implicit differentiation.
4

Consider Simplification First

Sometimes expanding, factoring, or rewriting an expression (e.g., converting √x to x^(1/2)) reduces the problem to a simpler rule. Always check if algebraic simplification can save you work.
KEY TAKEAWAY
Think of selecting a derivative procedure like choosing a tool from a toolbox. A screwdriver, a wrench, and a hammer are all useful—but using a hammer on a screw just damages the project. In the same way, each differentiation rule is designed for a specific function structure. Your job is to read the structure first, then reach for the correct tool.

Decision Flowchart for Derivative Procedures

The flowchart below is the visual centerpiece of this lesson. It walks you through the decision-making process step by step. Start at the top and follow the arrows based on the structure of the function you need to differentiate.

Start at the top with any function. First check if you can simplify. Then determine whether y is explicit or implicit. Finally, identify the outermost operation to select the correct rule. Many real problems require combining two or more rules in a single derivative.

Notice that the flowchart does not send you to just one rule and stop. In practice, finding a derivative often means using the chain rule inside a product rule, or applying the quotient rule while also needing the chain rule for the numerator or denominator. The outermost operation tells you where to start, and then you work inward, applying additional rules to each piece as needed.

The Rules at a Glance

Here are the major derivative rules you choose from. You likely know many of these already; the goal now is to see them side by side so you can match each rule to the function structure it handles.

POWER RULE
d/dx [xⁿ] = n · x⁽ⁿ⁻¹⁾
Applies to any term of the form xⁿ, where n is a constant. This is the simplest rule and should be your first instinct for individual power terms.
PRODUCT RULE
d/dx [f(x) · g(x)] = f'(x) · g(x) + f(x) · g'(x)
Use when two functions are multiplied together and neither is a plain constant. Remember: differentiate each factor in turn while keeping the other factor unchanged.
QUOTIENT RULE
d/dx [f(x)/g(x)] = [f'(x)·g(x) − f(x)·g'(x)] / [g(x)]²
Use when one function is divided by another. The mnemonic "low d-high minus high d-low, over the square of what's below" helps you remember the order.
CHAIN RULE
d/dx [f(g(x))] = f'(g(x)) · g'(x)
Use whenever one function is composed inside another. Differentiate the outer function first (leaving the inner function untouched), then multiply by the derivative of the inner function.
IMPLICIT DIFFERENTIATION
Differentiate both sides with respect to x, treating y as y(x), then solve for dy/dx
Use when x and y are tangled together in an equation and you cannot (or choose not to) solve for y. Every time you differentiate a term containing y, multiply by dy/dx via the chain rule.
When Rules Combine
Most AP-level problems involve at least two rules. For example, differentiating x² · sin(3x) requires the product rule on the outside and the chain rule for sin(3x). Always identify the outermost operation first, then work inward.

Recognizing Function Structures

The key to selecting the right procedure is pattern recognition. Below is a classification diagram that groups common function types by the primary rule they require, along with examples of each. Study these patterns until you can identify them at a glance.

Each column shows a function structure category with concrete examples and the rule each one triggers. The bottom row highlights implicit differentiation and combined-rule scenarios, which are common on exams.
Summary of function structures and the rules they require
Function StructurePrimary RuleSignal / Clue
Sum or difference of termsSum / Difference RuleTerms connected by + or −
Two functions multipliedProduct Rulef(x) · g(x) where neither is a constant
One function divided by anotherQuotient RuleFraction with x in both numerator and denominator
Function inside a functionChain RuleInner argument is not plain x (e.g., sin(3x), e^(x²))
x and y mixed in an equationImplicit DifferentiationCannot solve for y easily, or told to use implicit diff.
Variable base and variable exponentLogarithmic Differentiationf(x)^(g(x)), like x^x or (sin x)^x

Worked Example: Multi-Rule Derivative

Let's work through a problem that requires you to select and combine multiple rules. We'll differentiate f(x) = x² · sin(3x). This function multiplies two pieces, one of which involves composition, so it will test your ability to layer the product rule and the chain rule together.

Find f'(x) where f(x) = x² · sin(3x)
1
Step 1 — Identify the Outermost OperationThe function f(x) = x² · sin(3x) is a product of two factors: u = x² and v = sin(3x). The outermost operation is multiplication, so we start with the product rule.
f'(x) = u' · v + u · v'
2
Step 2 — Differentiate the First Factoru = x², so by the power rule, u' = 2x. This factor is straightforward—no chain rule needed because the argument is just x.
u' = 2x
3
Step 3 — Differentiate the Second Factor (Chain Rule)v = sin(3x). The argument of the sine is 3x, not just x, so this is a composite function. The outer function is sin(□) and the inner function is 3x. By the chain rule: differentiate the outer function → cos(3x), then multiply by the derivative of the inner function → 3.
v' = cos(3x) · 3 = 3cos(3x)
4
Step 4 — Assemble Using the Product RuleNow substitute into the product rule formula: f'(x) = u' · v + u · v' = (2x)(sin(3x)) + (x²)(3cos(3x)).
f'(x) = 2x · sin(3x) + 3x² · cos(3x)
5
Step 5 — Simplify (Optional)You can factor out x if desired: f'(x) = x[2sin(3x) + 3x · cos(3x)]. Either form is correct. The factored version is slightly neater and may help if you need to find critical points later.
f'(x) = x[2sin(3x) + 3x·cos(3x)]
🔍 Decision Recap
We used three rules in this problem: the product rule (outermost), the power rule (for x²), and the chain rule (for sin(3x)). The selection process was: see multiplication → product rule → then differentiate each factor individually, recognizing that one factor required the chain rule.

Comparing Differentiation Approaches

Sometimes you have a choice of approach. For instance, a function written as a quotient can also be rewritten using negative exponents, allowing you to avoid the quotient rule altogether. The table below compares common alternatives so you can pick the most efficient path.

Choosing the most efficient differentiation strategy
Approach AApproach BWhich Is Easier?
Quotient rule on f(x)/g(x)Rewrite as f(x)·[g(x)]⁻¹, use product + chainOften B is cleaner when the denominator is simple
Product rule on (3x+1)(2x−5)Expand to 6x²−13x−5, then use power ruleB is faster—always check if expanding is quick
Chain rule on √(x⁴) = (x⁴)^(1/2)Simplify √(x⁴) = x² firstB eliminates the chain rule entirely
Explicit: solve y = … from x²+y²=25, then differentiateImplicit differentiation directlyB avoids messy square roots
Trying product/chain rule on x^xLogarithmic differentiation: ln(y)=x·ln(x)B is the only viable approach
KEY TAKEAWAY
Think of it like choosing a driving route. There may be multiple roads to the same destination, but some have fewer traffic lights. Simplifying before differentiating is like taking the highway—it often gets you to the answer faster and with fewer opportunities for error.

Connections to Advanced Topics

The procedure-selection skills you are building now extend directly into more advanced calculus topics. In each case, the same core question applies: what is the structure of the expression, and which rule fits that structure? The table below shows how the derivative rules you know now connect to techniques you will encounter later.

How derivative selection skills extend into later math courses
Current SkillAdvanced ExtensionHow They Connect
Chain rule for single-variable compositionMultivariable chain rule (Calculus 3)Same idea—differentiate outer, multiply by inner derivatives—but with partial derivatives
Implicit differentiationRelated rates problemsRelated rates are implicit differentiation where the variable is time (t) instead of x
Product/quotient rule selectionIntegration by parts (Calculus 2)Integration by parts "undoes" the product rule; recognizing products now helps you recognize IBP problems later
Logarithmic differentiationLogarithmic integration and differential equationsThe ln-rewrite strategy carries over to solving separable differential equations

The good news is that if you build strong instincts for recognizing function structure now, those instincts will serve you throughout every future math and science course. The rules may grow in number, but the selection process—scan the structure, identify the operation, apply the matching rule—stays exactly the same.

Practice Problems

PROBLEM 1CONCEPTUAL
A student is asked to differentiate f(x) = (x² + 1)⁴. They begin by expanding the expression into a degree-8 polynomial and then applying the power rule to each term. Is this a valid approach? Is there a better one? Explain your reasoning.
PROBLEM 2BASIC CALCULATION
Find the derivative of g(x) = e^(5x). Identify which rule(s) you need and why before computing.
PROBLEM 3INTERMEDIATE
Find dy/dx for y = (3x − 2)⁴ · cos(x). State the rule(s) you selected and show your work.
PROBLEM 4APPLIED
A circle is defined by x² + y² = 100. Use implicit differentiation to find dy/dx, and then determine the slope of the tangent line at the point (6, 8).
PROBLEM 5CRITICAL THINKING
Consider h(x) = sin²(eˣ). This function involves three layers of composition. Identify all the layers, select the procedures needed, and find h'(x). Explain your strategy at each stage.

Lesson Summary

Selecting the right derivative procedure starts with reading the structure of the function. The outermost operation determines your primary rule: addition or subtraction calls for the sum/difference rule, multiplication calls for the product rule, division calls for the quotient rule, and a function inside another function calls for the chain rule. When y and x are entangled in an equation, implicit differentiation is the way forward.

Before applying any rule, always check whether algebraic simplification can reduce the problem to something simpler. Most real problems require combining multiple rules—for example, a product rule on the outside with a chain rule for one of the factors. The decision process is always the same: identify the outermost operation, apply its rule, then work inward applying additional rules as needed. Master this process, and you can differentiate any function you encounter.

Varsity Tutors • Calculus 1 • Selecting Derivative Procedures