The first thing to notice when finding the derivative of this function is that it is a composition of two functions, as shown below:
| B(p) | = | sin( |
| where | |
= | 6*p3 - ln(2) |
The Chain Rule (Derivative Rule for Compositions):
If
|
Or, if
|
|||||||||||||||||||||||||||||||||
So our example,
| B(p) | = | sin( |
| where | |
= | 6*p3 - ln(2) |
| B(p) | = | f( |
, where | |
= | g(p) | = | 6*p3 - ln(2) |
| B '(p) | = ( | f( |
)' | |
| = | f '( |
( |
||
| = | ( sin( |
( 6*p3 - ln(2) )' | ||
| ( sin( |
= | cos( |
(by the derivative rules for basic functions) |
| ( 6*p3 - ln(2) )' | = | ( 6*3*p2 - 0 ) | (by the derivative rule for sums, rule for constant multiples, and the derivative rule for constants) |
| B '(p) | = | cos( |
( 6*3*p2 - 0 ) |
| = | cos(6*p3 - ln(2)) | ( 6*3*p2 - 0 ) | |
| = | 18*p2 cos(6*p3 - ln(2)) | ||