The first thing to notice when finding the derivative of this function is that it is a composition of two functions, as shown below:
C(x) | = | tan(![]() |
where | ![]() |
= | x3 - 8*x2 - 1 |
The Chain Rule (Derivative Rule for Compositions):
If
|
Or, if
|
So our example,
C(x) | = | tan(![]() |
where | ![]() |
= | x3 - 8*x2 - 1 |
C(x) | = | f( ![]() |
, where | ![]() |
= | g(x) | = | x3 - 8*x2 - 1 |
C '(x) | = ( | f( ![]() |
)' | |
= | f '( ![]() |
( ![]() |
||
= | ( tan(![]() |
( x3 - 8*x2 - 1 )' |
( tan(![]() |
= | 1 / (cos(![]() |
(by the derivative rules for basic functions) |
( x3 - 8*x2 - 1 )' | = | ( 3*x2 - 8*2*x - 0 ) | (by the derivative rule for sums, power rule, rule for constant multiples, and the derivative rule for constants) |
C '(x) | = | 1 / (cos(![]() |
( 3*x2 - 8*2*x - 0 ) |
= | 1 / (cos(x3 - 8*x2 - 1))2 | ( 3*x2 - 8*2*x - 0 ) | |
= | (1 / (cos(x3 - 8*x2 - 1))2) (3*x2 - 16*x) |