Most AP derivative problems do not label which rule to use. The skill is reading the function's structure first: is it a product, quotient, composition, implicit equation, or inverse? Identify the outermost operation, apply the matching rule, then handle inner layers. Many problems require two or three rules in sequence. Logarithmic differentiation is useful when a variable appears in both the base and the exponent.
- Structure-first approach: Before differentiating, name the outermost operation: product, quotient, composition, or implicit. That names the first rule to apply.
- Logarithmic differentiation: Take ln of both sides, differentiate implicitly, then solve for dy/dx. Useful for functions like y = x^x or y = (sin x)^(cos x).
- Rule stacking: A function like d/dx[(x^2)(sin(3x))] needs the product rule first, then the chain rule on sin(3x).
- Implicit vs. explicit: If y is isolated, differentiate directly. If x and y are mixed in one equation, use implicit differentiation.
For each function, name the rules needed before computing: (a) y = (x^2 + 1)^3 sin x, (b) x^2 y + y^3 = 4, (c) y = arctan(e^x), (d) y = x^x.
| Function type | Primary rule | Secondary rule if needed |
|---|
| f(x) times g(x) | Product rule | Chain rule on each factor |
| f(x) / g(x) | Quotient rule | Chain rule on numerator or denominator |
| f(g(x)) | Chain rule | Rule matching f or g |
| F(x,y) = 0 | Implicit differentiation | Chain rule on y-terms |
| y = x^x | Logarithmic differentiation | Chain rule after ln |