Obinna E. answered 01/03/20
Math Teacher with over 20 years of experience at your service!
Given h(x) = f [g(x)] , find h'(x)
Since h(x) is a composite function (a function that is made of 2 or more functions with one of those functions inside of the other), you must use the Chain Rule. A good way to remember the Chain Rule is:
DOuter·DInner
Take the derivative of the outer function, leaving the inner function unchanged. Then multiply by the derivative of the inner function.
h'(x) = f'[g(x)]·g'(x)
Now to find h'(1), we need a few things...
h'(1) = f'[g(1)]·g'(1)
Work from the inside out and using the chart from above to find the function values at x = 1:
g(1) = 2
g'(1) = 6
Now note that f' needs g(1) as its input and not x = 1. Well we found g(1) = 2. So...
f'[g(1)] = f'(2) = 5
And...
h'(1) = f'[g(1)]·g'(1) = 5(6) = 30