The Core Idea: The Chain Rule
The fundamental rules of differentiation allow us to find derivatives of simple functions like polynomials, trigonometric functions, and exponentials. However, many functions in mathematics are composite functions, where one function is nested inside another. For example, in the function , the function is the "input" for the function . We cannot simply find the derivative of the "outside" part and ignore the "inside" part.
The Chain Rule provides a necessary and powerful method for finding the derivative of such composite functions. It formalizes the process of accounting for the rate of change of the inner function and how that impacts the rate of change of the outer function. It is the tool that "unpacks" the layers of a composite function to find its overall rate of change.
Key Formulas
The Chain Rule can be expressed in two common and equivalent ways, based on the provided Essential Knowledge.
Function Notation
This form is most useful when working with functions written in the form , where is the "outer" function and is the "inner" function.
Formula: The derivative of is given by:
Explanation: This formula states that you first take the derivative of the outer function , leaving the inner function unchanged inside it. Then, you multiply this entire result by the derivative of the inner function, .
Leibniz Notation
This form is useful for seeing the "chain" of rates of change, especially when variables are defined in terms of each other.
Formula: If is a function of , written as , and is a function of , written as , then the derivative of with respect to is:
Explanation: This notation highlights how the rate of change of with respect to () is the product of the rate of change of with respect to its immediate input `u$ () and the rate of change of with respect to ().
Understanding Composition
The most critical skill for applying the Chain Rule is correctly identifying the "outer" and "inner" functions in a composition. A composite function is formed when the output of one function, , becomes the input of another function, .
Identifying Layers: To find the derivative of , you must first recognize its structure.
The "last operation" performed is the square root. This is the outer function: .
The expression inside the square root is the inner function: .
Multiple Compositions: The Chain Rule can be extended to compositions of more than two functions. For a function like , which is equivalent to , there are three layers:
Outermost function:
Middle function:
Innermost function:
The derivative would be an extension of the rule: .
Core Concepts & Rules
The Chain Rule is the specific method required to differentiate composite functions of the form .
The derivative of a composite function is the product of two parts: the derivative of the outer function (evaluated at the original inner function) and the derivative of the inner function.
The Chain Rule can be applied repeatedly for functions with multiple layers of composition (e.g., ).
The Chain Rule is not a standalone rule; it must be combined with all other differentiation rules (Product, Quotient, Power, etc.) when a composite function appears as part of a larger expression. For example, to differentiate , you would need the Product Rule first, and then the Chain Rule to find the derivative of .
Step-by-Step Example 1: Basic Application
Problem: Find the derivative of .
Step 1: Identify the outer and inner functions.
This function has the form .
The outer function is the power of 5: .
The inner function is the polynomial inside the parentheses: .
Step 2: Find the derivatives of the outer and inner functions.
Derivative of the outer function: .
Derivative of the inner function: .
Step 3: Apply the Chain Rule formula: .
First, find . This means we take the derivative of the outer function, , and substitute the original inner function back in for .
Next, multiply by the derivative of the inner function, .
Step 4: Simplify the result.
Combine the terms outside the parentheses.
Step-by-Step Example 2: Exam-Style Application
Problem: The functions and are differentiable. The table below gives values of the functions and their derivatives at selected values of .
| 1 | 4 | 5 | 3 | -2 |
| 3 | 2 | -6 | 1 | 7 |
If , what is the value of ?
Step 1: Write down the general formula for the derivative of .
Using the Chain Rule, the derivative of is:
Step 2: Evaluate the derivative formula at the specific point, .
Substitute into the derivative formula:
Step 3: Use the table to find the values needed, working from the inside out.
First, we need the value of the inner function, . Look at the table in the row for and the column for .
Step 4: Substitute this value back into the expression for .
Replace with its value, 3:
Step 5: Use the table to find the remaining derivative values.
We need . Look at the row for and the column for .
We need . Look at the row for and the column for .
Step 6: Calculate the final result.
Substitute these values into the expression:
Using Your Calculator
The Chain Rule is an analytical process that must be performed by hand. A calculator cannot apply the rule for you to find a general derivative function. However, it is an excellent tool for checking your work by calculating the numerical value of a derivative at a specific point.
To verify the derivative of at :
By Hand:
Our derivative is .
Evaluate at : .
On the Calculator (TI-84 Style):
Use the numerical derivative function, often found under the
MATHmenu (nDeriv) or by pressing .The syntax is
nDeriv(function, variable, point).Enter the following on your home screen:
nDeriv((3X^4 - 7)^5, X, 1)The calculator will return , confirming that our analytical derivative is correct at that point.
AP Exam Quick Hit
Common Question Types
Combining with Product/Quotient Rules: You will be asked to find the derivative of a function like or . These require you to apply the Product or Quotient Rule as the main structure, and then use the Chain Rule to differentiate the composite part (e.g., or ).
Table Problems: As shown in Example 2, you will be given a table of function and derivative values and asked to compute the derivative of a composition like or at a specific point. This tests your direct knowledge of the formula .
Implicit Differentiation: The Chain Rule is the foundation of implicit differentiation. When differentiating an equation with respect to , any term involving is treated as a composite function, requiring the Chain Rule. For example, the derivative of with respect to is .
Common Mistakes
Forgetting to Multiply by the Inner Derivative: This is the most frequent error. For example, stating that the derivative of is instead of the correct .
Misapplying the Power Rule to Functions: A common mistake is seeing and writing the derivative as . You must recognize that is , an "inside" function () to the power of 2. The correct derivative is .
Confusing Values in Table Problems: In a table problem asking for , students often mistakenly calculate or . It is crucial to work from the inside out: first find the value of , then use that value as the input for .
Incorrect Derivative of the Outer Function: Students sometimes differentiate the outer function and simultaneously change the inner function. For , the term is , NOT . The inner function must remain untouched in the first part of the rule.