Computing Derivatives Efficiently
Rather than evaluate the limit definition every time, a handful of rules compute derivatives mechanically. Mastering them turns differentiation into routine algebra.
The basic rules:
- Power rule — . Bring the exponent down and reduce it by one. So .
- Constant multiple — ; constants factor out.
- Sum rule — the derivative of a sum is the sum of the derivatives.
The two rules for combining functions are where care is needed:
- Product rule — . The derivative of a product is not the product of the derivatives; you must add the two "one factor differentiated 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 most error-prone.
Standard derivatives round out the toolkit: , (its own derivative), and . With these plus the four combination rules, you can differentiate essentially any elementary function.
Common pitfall: thinking the derivative of a product is the product of the derivatives, or forgetting the chain rule on a composition. , not . And for you must multiply by — e.g. , not just . Omitting the inner derivative is the single most common differentiation mistake.