Computing Derivatives Mechanically
Evaluating the limit definition each time is impractical. A handful of rules make differentiation routine algebra.
The basic rules:
- Power rule — : bring the exponent down, reduce it by one. So .
- Constant multiple — ; constants factor out.
- Sum rule — the derivative of a sum is the sum of the derivatives.
The rules for combining functions require care:
- Product rule — . The derivative of a product is not the product of the derivatives; you add the two "differentiate one factor at a time" terms.
- Quotient rule — . Note the minus sign and the order.
- Chain rule — for a composition , the derivative is : differentiate the outer function (leaving the inner alone), then multiply by the derivative of the inner. This "outer times inner" rule is the most important and the most error-prone.
Standard derivatives complete the toolkit: , , (its own derivative), and . With these plus the four combination rules, essentially any elementary function can be differentiated.
Common pitfall: treating the derivative of a product as the product of derivatives, or dropping the inner factor in the chain rule. , not . And for you must multiply by : , not just . Forgetting the inner derivative is the single most common differentiation error.