Once you understand what a derivative means conceptually, differentiation rules let you calculate derivatives quickly without going back to the limit definition every time. These four rules handle the vast majority of functions you will encounter.
For composite functions f(g(x)): d/dx[f(g(x))] = f'(g(x)) · g'(x)
"Derivative of the outside (keeping inside unchanged), times derivative of the inside."
Chain Rule
Differentiate f(x) = (x² + 3)⁵
1Outer function: u⁵, inner function: u = x² + 3
2Derivative of outer: 5u⁴ = 5(x²+3)⁴
3Derivative of inner: 2x
4Chain rule: f'(x) = 5(x²+3)⁴ · 2x = 10x(x²+3)⁴
Answer: f'(x) = 10x(x²+3)⁴
Recognizing chain rule
Any time you see a function raised to a power, a trig function of an expression, or a composition of functions, the chain rule applies. The signal: 'there's something inside something else.'
5 Combining the Rules
Real problems often require multiple rules together. The key is identifying the structure: what's the outermost operation? Apply that rule first, then handle the inner parts.
Combined Rules
Differentiate f(x) = x³ · (x²+1)⁴
1This is a product of x³ and (x²+1)⁴ — use product rule