|
In this section, we will cover the aspects of the Chain Rule which are derivatives of composite functions
Some examples of composite function are:
) = (x+1)^2)
where and =x+1)
or
)=sin(cos(x)))
where and =cos(x) )
Chain Rule
Given a function
 = f(g(x)) )
the derivative of this function is
 = f\prime(g(x)) g\prime(x) )
Sometimes this is described as "the derivative of the outside multiplied by the derivative of the inside", although that is a somewhat general statement and doesn't precisely explain how to use the Chain rule. Some examples will be beneficial in our understanding of this principle.
Examples
Find the derivative of the following functions
=(x+1)^2)
We can see that this is a composite function where
and =x+1)
the derivatives of these functions are
and =1 )
since
 = f\prime(g(x)) g\prime(x) )
then
 =f\prime(g(x)) g\prime(x) =f\prime(x+1)(1) = 2(x+1))
=sin(cos(x)))
We can see that this is a composite function where
and =cos(x) )
the derivatives of these functions are
and  = -sin(x) )
since
 = f\prime(g(x)) g\prime(x) )
then
 =f\prime(g(x)) g\prime(x) =f\prime(cos(x))(-sin(x)) = cos(cos(x))(-sin(x)))
|