The table to memorize
| f(x) | f′(x) |
|---|
| k (constant) | 0 |
| x | 1 |
| xn | n⋅xn−1 |
| x1 | −x21 |
| x | 2x1 |
| ex | ex |
| ln(x) | x1 |
| sin(x), cos(x) | cos(x), −sin(x) |
The 3 assembly rules
- Sum: (u+v)′=u′+v′.
- Product: (uv)′=u′v+uv′.
- Quotient: (vu)′=v2u′v−uv′.
A small example
Differentiate f(x)=3x4+2x−5:
- (3x4)′=3⋅4x3=12x3
- (2x)′=2
- (−5)′=0
- Total: f′(x)=12x3+2.
The quotient mnemonic
« Bottom differentiates Top, minus Top differentiates Bottom, over Bottom squared » — order matters (sign changes).
The classic mistake
(ln(2x))′=2x1. You need the chain rule: (ln(2x))′=2x1×2=x1.
?Your turn
What is the derivative of f(x) = x⁵?