Derivative rules convert the limit process into reusable patterns: linearity, power rule, product rule, and quotient rule. Pick the rule by expression structure before doing algebra.
- Classify expression type first, then choose the matching rule.
- Product and quotient rules require keeping both terms intact before simplification.
- Algebra cleanup after differentiation prevents sign mistakes.
Match each expression to the right rule
Use linearity for sums and constants, power rule for x^n, product rule for multiplied variable factors, and quotient rule for variable expressions in a fraction.
Many errors come from using the power rule on a product without first recognizing structure.
Keep notation organized
Write intermediate steps line by line. This reduces sign and parenthesis errors in quotient and product rule work.
After derivative steps, factor or combine terms so the final answer is readable and easy to reuse.
- d/dx[c] = 0 for any constant c.
- d/dx[x^n] = n*x^(n-1) for real n where defined.
- For (u/v)', use (u'v - uv')/v^2.
Differentiate a quotient
Find d/dx of (x^2 + 1)/(x - 1).
- Set u = x^2 + 1 and v = x - 1.
- Compute u' = 2x and v' = 1.
- Apply quotient rule: (u'v - uv')/v^2 and simplify numerator.
Common mistakes
- Using power rule directly on a quotient.
- Dropping parentheses in u'v - uv'.
- Forgetting to square the denominator in quotient rule.
- Not simplifying, which hides cancelable errors.
Try one
Which rule is required for f(x) = (3x+2)(x^2-5)?
Product rule, because two variable expressions are multiplied.
Sources
- OpenStax Calculus Volume 1Open textbook covering limits, derivatives, applications, and introductory integration.
- College Board AP CalculusOfficial AP Calculus AB course overview and unit structure.