Section 2.4: the Chain Rule
Total Page:16
File Type:pdf, Size:1020Kb
1
Section 2.4: The Chain Rule
Practice HW from Larson Textbook (not to hand in) p. 122 # 1-23 odd, 33-97 odd
In this section, we want to differentiate different type of function compositions. The rules displayed are all special cases of the chain rule, which we discuss later in the section.
General Power Rule
d (g(x))n n (g(x))n1 g(x) dx
Example 1: Differentiate y (3x 2 1)5 .
Solution:
█
Example 2: Differentiate y 4 5 4x x3 .
Solution:
█ 2 3
1 Example 3: Differentiate f (t) . (t 5 2)4
n 1 Solution: Using the exponent law a , start by rewriting the function as a n f (t) (t 5 2)4 . Then using the general power rule, we calculate the derivative as follows. f (t) 4(t 5 2)41 (5t 4 0) (Take derivative using general power rule)
4(t 5 2)5 (5t 4 ) (Simplify)
20t 4 (t 5 2)5 (Multiply 4 and 5t 4 )
20t 4 1 (Rewrite using exponent law a n ) (t 5 2)5 a n
█
Example 4: Differentiate y (x2 1)5 (3x 4)6 .
Solution:
█ 4
Derivative of an Exponential Function for an Arbitrary Base
d Base e: (e x ) e x dx
d Arbitrary Base: (a x ) (ln a) a x dx
Example 5: Differentiate y 5x .
Solution:
█
Chain Rule For Exponential Functions
d Base e: (e g(x) ) e g(x) g(x) g(x) e g(x) dx
d Arbitrary Base: (a g(x) ) (ln a) a g(x) g(x) (ln a) g(x) a x dx
Example 6: Differentiate y e2x 52x .
Solution:
█ 5
5 Example 7: Differentiate y e x 2x1 .
Solution:
█ 6
3 Example 8: Differentiate f (t) t 2et .
Solution: Since this function is a product of two functions of t, we need to use the product rule. When taking the derivative of the second function, we apply the chain rule applied to the exponential function of base e. This gives
3 3 f (t) t 2 (3t 2 )et et 2t First Derivative of 2nd Second Derivative of First Chain Rule e function
3 3 f (t) 3t 4et 2tet (Simplify)
█
Chain Rule
Used to take the derivative of a composition of two functions.
Chain Rule
d ( f (g(x)) f (g(x)) g(x) dx
Note: The general power rule and chain rule for the exponential function are special cases of the Chain Rule. 7
Example 9: Differentiate y (3x 2 1)5 using the general power rule and the chain rule.
Solution:
Chain Rule Applied to the Trigonometric Functions
d sin(g(x)) cos(g(x)) g(x) dx
d cos(g(x)) sin(g(x)) g(x) dx
d tan(g(x)) sec2 (g(x)) g(x) dx
d sec(g(x)) sec(g(x)) tan(g(x)) g(x) dx
d csc(g(x)) csc(g(x)) cot(g(x)) g(x) dx
d cot(g(x)) csc2 (g(x)) g(x) dx 8
Example 10: Differentiate y sin 5x .
Solution:
█
Example 11: Differentiate y cos2 x cos x2 .
Solution:
█
Example 12: Differentiate y 5tan(x3 2x) sec3x .
Solution: 9
Example 13: Differentiate y sin 2 (cot x) .
Solution:
Formulas for the Derivative of Logarithmic Functions
d Natural Logarithm: (ln x) dx
d ( ln x ) dx
d Logarithm of an Arbitrary Base: (log x) dx a 10
3 Example 14: Differentiate y x ln x log5 x
Solution:
█
Chain Rule for the Logarithmic Functions
d Natural Logarithm: ln(g(x)) dx
d ln(| g(x) | dx
d Logarithm of an Arbitrary Base: log (g(x)) dx a 11
4 4 Example 15: Differentiate y 2ln(x 2) 2log3 (x 2) .
Solution:
█
Example 16: Differentiate y (ln x)3 ln x3 .
Solution:
█ 12
Example 17: Differentiate y ln | x 4 3x2 | .
Solution: Using the chain rule formula for the natural logarithm of an absolute value d 1 ln(| g(x) | g(x) , we calculate the derivative as follows: dx g(x)
dy 1 (4x3 6x) dx x4 3x2
4x3 6x x4 3x2
(3t 5)7 Example 18: Differentiate y ln . 2t 1
Solution: On this one, it is easier to use some properties of logarithms to rewrite the function before differentiating. We do this as follows:
(3t 5)7 u y ln ln(3t 5)7 ln(2t 1) (Use ln prop ln lnu ln v) 2t 1 v
7ln(3t 5) ln(2t 1) (Use ln prop ln u k k ln u
We now apply the chain rule for the ln function to differentiate y 7ln(3t 5) ln(2t 1) as follows:
dy 1 1 7 (3) (2) dt 3t 5 2t 1
dy 21 2 dt 3t 5 2t 1
█