The Product Rule vs. the Quotient Rule
Two changing expressions are multiplied or divided.
Label u and v, write the whole rule, then substitute.
Simplify first when possible and compare both routes.
In calculus, we have special rules for finding the derivative of a function. The Product Rule is for when you have two functions multiplied together, and the Quotient Rule is for when one function is divided by another. Let's learn these rules and how they are connected.
The Product Rule: When You Multiply
You use the Product Rule when your problem looks like a multiplication problem — a function made by multiplying two other functions.
The formula
If your function is \(h(x) = f(x)g(x)\), then the derivative is:
\[h'(x) = f'(x)g(x) + f(x)g'(x)\]A good way to remember it: "Derivative of the first, times the second, plus the first, times the derivative of the second."
Example: differentiating \(y = x^2 e^x\)
- First function: \(f(x)=x^2\). Its derivative is \(2x\).
- Second function: \(g(x)=e^x\). Its derivative is \(e^x\).
- Apply the rule: \(y' = (2x)(e^x) + (x^2)(e^x) = e^x(2x + x^2)\)
The Quotient Rule: When You Divide
You use the Quotient Rule when your problem looks like a fraction — one function divided by another.
The formula
If your function is \(h(x) = \frac{f(x)}{g(x)}\), then the derivative is:
\[h'(x) = \frac{g(x)f'(x) - f(x)g'(x)}{[g(x)]^2}\]A fun way to remember it: "Low D-High minus High D-Low, all over Low-squared."
Example: differentiating \(y = \frac{e^x}{x}\)
- High (the top part): \(f(x)=e^x\). Its derivative is \(e^x\).
- Low (the bottom part): \(g(x)=x\). Its derivative is \(1\).
- Apply the rule: \(y' = \frac{(x)(e^x) - (e^x)(1)}{x^2} = \frac{e^x(x-1)}{x^2}\)
The Secret Connection
The Quotient Rule isn't a completely new idea. It's actually a shortcut that comes from using the Product Rule and the Chain Rule together. Sometimes a simpler method is to change a division problem into a multiplication problem first.
Expert tip: make it simpler first
It's often easier to rewrite your problem before taking the derivative at all.
- If you have \(y = \frac{10}{x^2}\), rewrite it as \(y = 10x^{-2}\) and use the simple Power Rule.
- If you have \(y = \frac{4x^3 - 2x}{x}\), split it into \(y = 4x^2 - 2\) first.
Learning the Product and Quotient rules is a big step in calculus. The best way to master them is not just to memorize the formulas, but to understand when to use them — and to know that sometimes there's an even easier way.
Try it: differentiate x²·eˣ step by step →Check your understanding
- Differentiate x² sin(x).
Show answer
2x sin(x)+x² cos(x).
- Differentiate (x+1)/(x−1).
Show answer
−2/(x−1)², with x≠1.
- Differentiate 4x³/x efficiently.
Show answer
Simplify to 4x² on its domain, then obtain 8x.
Reference standard: Rule statements and notation follow OpenStax Calculus Volume 1, Chapter 3. DerivCalc's explanations and examples are independently written.