3.6 - The Chain Rule
Layers
- The first thing needed to understand the chain rule is the concept of layers. A function has more than one layer if it’s composed of more than one other function:
- For example,
has only one layer. has 3 layers – , , and . First we do times some quantity . We then take the of the result. Finally, we cube and multiple by . It took us 3 steps to create this function, so there are 3 layers.
- For example,
Definition of the chain rule
If
- So basically, the derivative of the whole thing = derivative of outside(inside) * derivative of inside. This is why it’s called the inside-outside rule.
Derivative simplification rules
For when to simplify derivatives.
- No negative exponents
- No fractions within fractions
- Combine all like terms
Basic example
If
Chain rule using Leibniz notation
If
- More on Leibniz notation here.