Section 2.5 Chain Rule
So far, we can differentiate:
power functions
polynomials
trig functions
product and quotient functions
What is left?
compositions
-
functions defined implicitly by equations
(equations where we can't easily solve for \(y\))
The chain rule is used for derivatives of functions of the form:
We can solve this if we let \(u = g(x)\) and \(y = f(u)\) so that:
This can also be written as:
Example 2.5.1.
Write as \(u = g(x)\) and \(y = f(u)\text{:}\)
We can make \(u = \cos(x)\) and the leftovers as \(f(u) = 4u^5\text{.}\)
Steps:
-
composition -- \(f(x)\) is a composition of:
\(\displaystyle f(u) = 4u^5\)
\(\displaystyle u = g(x) = \cos(x)\)
-
differentiate each piece:
outside: \(\dfrac{df}{du} = \dfrac{d}{du}(4x^5) = 20u^4\)
inside:\(\dfrac{du}{dx} = \dfrac{d}{dx}(\cos(x)) = - \sin(x)\)
-
multiply and label:
- \(\displaystyle f'(x) = 20u^4 (- \sin(x)) = -20(\cos(x))^4(\sin(x))\)
Example 2.5.2.
Find \(f'(x)\) for \(f(x) = \dfrac{1}{(x^3 + 2x)^9}\text{:}\)
composition:
\(g(x) = x^3 + 2x\)
\(f(g) = g^{-9}\)
derivatives:
\(g'(x) = 3x^2 + 2\)
\(f'(g) = -9g^{-10}\)
multiply:
\(f'(x) = -9 (x^3 + 2x)^{-10} (3x^2 + 2)\)