Andromeda
Note

The Product Rule

Definition

The Product Rule is a formula used to find the derivative of a function that is the product of two other differentiable functions.

Why It Matters

Many real-world systems involve interacting variables that are multiplied together. The product rule ensures that we correctly account for the combined impact of their individual changes, preventing costly errors in fields like economics and power engineering.

Core Concepts

  • Formal Rule: ddx(uv)=udvdx+vdudx\frac{d}{dx}(uv) = u \frac{dv}{dx} + v \frac{du}{dx}.
    • How to read: “The derivative with respect to x of the product u v equals u times the derivative d v d x plus v times the derivative d u d x.”
    • Meaning / when to use: First times derivative of second, plus second times derivative of first. NOT (uv)=uv(uv)' = u'v'.
  • Prime Notation: (uv)=uv+vu(uv)' = uv' + vu'.
    • How to read: “The product u v prime equals u times v prime plus v times u prime.”
    • Meaning: Compact form of the product rule.
  • Counter-Intuition: The derivative of a product is not the product of the derivatives; it requires a balanced combination of the functions and their rates of change.

Connected Concepts