Product and Quotient Rules
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn how to differentiate functions that are multiplied together (product rule) and functions that are divided (quotient rule). The basic rules from the last lesson only handle sums and individual terms. These two rules handle everything else.
The Concept
Section titled “The Concept”Product Rule
Section titled “Product Rule”When two functions are multiplied, you can’t just differentiate each one separately and multiply the results. That doesn’t work. Instead, use the product rule.
If f(x) = u(x) times v(x), then:
In plain English: take the derivative of the first and multiply by the second (leave it alone), then add the first (leave it alone) times the derivative of the second.
A quick way to remember: “derivative of the first times the second, plus the first times derivative of the second.”
Quotient Rule
Section titled “Quotient Rule”When one function is divided by another:
If f(x) = u(x) / v(x), then:
The classic mnemonic: “low d-high minus high d-low, over the square of what’s below.” Here “low” is the denominator v(x), “high” is the numerator u(x), and “d” means “derivative of.”
The minus sign is the key difference from the product rule. Get it backwards and the whole answer flips.
Worked Example
Section titled “Worked Example”Example 1: Product Rule
Find the derivative of f(x) = (3x² + 1)(x³ - 5).
Let u = 3x² + 1, so u’ = 6x. Let v = x³ - 5, so v’ = 3x².
Apply the product rule:
Expand each piece:
Combine like terms:
Example 2: Quotient Rule
Find the derivative of f(x) = (5x + 2) / (x² + 1).
Let u = 5x + 2, so u’ = 5. Let v = x² + 1, so v’ = 2x.
Apply the quotient rule:
Expand the numerator:
Example 3: When to use which
Find the derivative of f(x) = x² sin(x).
This is a product of x² and sin(x). Let u = x², u’ = 2x. Let v = sin(x), v’ = cos(x).
No need to simplify further. The product rule gives you the answer in one step once you know the derivatives of the pieces.
Real-World Application
Section titled “Real-World Application”These rules show up whenever two changing quantities interact:
- Physics: power = force times velocity. If both force and velocity are changing, the product rule gives the rate of change of power.
- Economics: revenue = price times quantity. If you’re adjusting price while demand shifts, the product rule captures the combined effect.
- Biology: drug effectiveness might be modeled as concentration divided by time, requiring the quotient rule to find the rate of change.
- Engineering: efficiency ratios (output/input) change over time, and the quotient rule tells you how fast.