## Basic Differentiation Rules
Instead of evaluating limits every time, differentiation rules compute derivatives mechanically through algebra.
| Rule | Formula | Example |
|---|
| Power rule | dxdxn=nxn−1 | dxdx3=3x2 |
| Constant multiple | dxd(cf)=cf′ | Constants factor out |
| Sum rule | (f+g)′=f′+g′ | Sum of derivatives |
Standard derivatives round out the toolkit: dxdex=ex, dxdlnx=x1, and dxdsinx=cosx.
## Combination & Chain Rules
Combining functions requires precise rules, especially for products and compositions.
| Combination Rule | Formula | Key Distinction |
|---|
| Product rule | (fg)′=f′g+fg′ | Not the product of derivatives |
| Quotient rule | (f/g)′=g2f′g−fg′ | Note the minus sign & order |
| Chain rule | [f(g(x))]′=f′(g(x))⋅g′(x) | Outer times inner derivative |
Common pitfall: Forgetting the chain rule inner derivative. dxdsin(x2)=cos(x2)⋅2x, not just cos(x2). Omitting g′(x) is the #1 mistake.
The quotient rule, derived by leaning on the product rule --- then