Here we summarize the chain rule versions of all of the basic rules you should know for finding derivatives of functions. If the goal were to be able to efficiently calculate the derivative of a function then you should memorize all of these rules. However, in order to fully understand derivatives you should also know how these rules are related and how to derive some of the rules from others. In particular you should not forget that you are using the chain rule whenever you apply one of the following rules.
Note that u represents a function of x or, in general, a function of the variable the derivative is being taken with respect to. The derivative of u with respect to x is u′. If you compare these derivatives to those of the basic functions you will see they are the same except:
| Function | Its Derivative (with respect to x) | |
|---|---|---|
| 1. | cun | cnun-1 u′ |
| 2. | sin(u) | cos(u) u′ |
| 3. | cos(u) | -sin(u) u′ |
| 4. | tan(u) | sec2(u) u′ |
| 5. | csc(u) | -csc(u)cot(u) u′ |
| 6. | sec(u) | sec(u)tan(u) u′ |
| 7. | cot(u) | -csc2(u) u′ |
| 8. | eu | eu u′ |
| 9. | au | [ln(a)]au u′ |
| 10. | ln(u) | [1/u] u′ |
| 11. | loga(u) | [u ln(a)]-1 u′ |