The first thing to notice when finding the derivative of this function is that it is a composition of two functions, as shown below:
| z | = | sqrt( |
| where | |
= | 4*x5 + 10 |
The Chain Rule (Derivative Rule for Compositions):
If
|
Or, if
|
|||||||||||||||||||||||||||||||||
So our example,
| z | = | sqrt( |
| where | |
= | 4*x5 + 10 |
| z | = | f( |
, where | |
= | g(x) | = | 4*x5 + 10 |
| z ' | = ( | f( |
)' | |
| = | f '( |
( |
||
| = | ( sqrt( |
( 4*x5 + 10 )' | ||
| ( sqrt( |
= | (1/2)*( |
(by the power rule, with exponent 1/2) |
| ( 4*x5 + 10 )' | = | ( 4*5*x4 + 0 ) | (by the derivative rule for sums, rule for constant multiples, and the derivative rule for constants) |
| z ' | = | (1/2)*( |
( 4*5*x4 + 0 ) |
| = | (1/2)*(4*x5 + 10)-1/2 | ( 4*5*x4 + 0 ) | |
| = | 10*x4 (4*x5 + 10)-1/2 | ||