8,360 views
Video Summary: What Is the Product Rule
Ever wonder how engineers at NASA calculate how quickly a rocket's momentum changes when both its mass and velocity are shifting simultaneously? That's the product rule in action. What is the Product Rule?, it's the calculus rule for differentiating two functions multiplied together, expressed as d(uv)/dx = u(dv/dx) + v(du/dx). Watch the full video on JoVE Coach to master this concept with expert-led visuals and step-by-step explanations.
The product rule is one of the most essential tools in differential calculus. It answers a deceptively simple question: how do you find the derivative of two functions that are multiplied together? You can't simply multiply their individual derivatives, that's a common mistake. Instead, the product rule states:
d(uv)/dx = u · (dv/dx) + v · (du/dx)
In plain English: the derivative of a product equals the first function times the derivative of the second, plus the second function times the derivative of the first. This rule applies any time your expression is a product of two differentiable functions.
One of the most elegant ways to understand the product rule is through area. Picture a rectangle where width represents one function, u(x), and height represents another, v(x). As x changes, both dimensions change, and so does the area. The total change in area comes from three regions: a strip added along the width, a strip added along the height, and a tiny corner piece where both changes overlap.
When you divide by the change in x and take the limit as that change approaches zero, the corner piece, which is proportional to the product of two infinitesimally small quantities, disappears. What remains is exactly the product rule formula. This geometric proof is commonly introduced in AP Calculus courses and gives students a concrete visual anchor for an otherwise abstract formula.
Applying the product rule correctly requires three disciplined steps:
1. Identify your two functions. For example, in f(x) = x² · sin(x), set u = x² and v = sin(x). 2. Differentiate each function separately: du/dx = 2x and dv/dx = cos(x). 3. Plug into the formula: f'(x) = x² · cos(x) + sin(x) · 2x = x²cos(x) + 2x·sin(x).
This structured approach prevents errors and becomes second nature with practice. On AP Calculus AB and BC exams, product rule problems frequently appear in free-response sections where partial credit depends on demonstrating correct setup, not just the final answer.
Knowing *when* to use the product rule is just as important as knowing *how*. Here's a quick reference:
In practice, these rules often combine. For instance, differentiating f(x) = x³ · e^(2x) requires both the product rule and the chain rule. This kind of layered problem is standard in college Calculus I courses at US universities and appears regularly on AP Calculus BC exams. Strong fluency with the product rule also accelerates your ability to work through implicit differentiation and higher-order derivatives, two topics that build directly on this foundation.
Related Micro-courses