3.5 Selecting Procedures for Calculating Derivatives

Syllabus
2020
Topic
3.5
Level

Let Structure Choose the Derivative Rule

Choose a derivative procedure from the function's structure before doing algebra. First identify how the largest pieces are connected; then inspect each piece for additional rules.

  • Sum or difference of terms → differentiate term by term.\n• Product of two changing factors → product rule.\n• Quotient of two changing expressions → quotient rule, unless rewriting makes a simpler equivalent form.\n• One function inside another → chain rule.\n• Equation linking xx and yy → implicit differentiation.\n• Derivative of an inverse at a corresponding point → inverse-function derivative rule.
  1. Simplify only when it makes the structure clearer.\n2. Mark the outermost operation.\n3. Select the rule for that operation.\n4. Work inward and attach any additional rules, especially the chain rule for composite factors.\n5. Check that every nonconstant factor has been differentiated where the selected rule requires it.

For y=x2sin(3x)y=x^2\sin(3x), the outer structure is a product, so use the product rule. The second factor is composite, so its derivative also needs the chain rule: dydx=2xsin(3x)+x2(3cos(3x)).\frac{dy}{dx}=2x\sin(3x)+x^2\bigl(3\cos(3x)\bigr). Product rule organizes the two factors; chain rule differentiates the inner input 3x3x.

Do not choose a rule from a symbol in isolation. Parentheses may indicate multiplication or composition depending on context. Also, (uv)(uv)' is not uvu'v' and (f(g(x)))(f(g(x)))' is not just f(g(x))f'(g(x)): the first needs two product-rule terms, while the second needs the inner derivative g(x)g'(x).