Introduction
The Product Rule and the Quotient Rule are two of the most important differentiation rules in calculus. They extend the simple definition of the derivative to cases where functions are multiplied or divided. Both rules are derived directly from the limit definition of the derivative, without assuming any shortcuts.
In this article, we carefully work through the algebraic steps to establish these rules, and we add commentary to help interpret why each step makes sense. Understanding the derivations provides not only confidence in applying the formulas but also intuition about why they take the form they do.
The Product Rule
Step 1: Express the change in the product
Suppose \(u = f(x)\) and \(v = g(x)\).
When \(x\) changes by \(\Delta x\), the increments are
\(\Delta u = f(x+\Delta x)-f(x)\)
and
\(\Delta v = g(x+\Delta x)-g(x)\).
The new product is \((u+\Delta u)(v+\Delta v)\), so the change is
\(\Delta(uv)=(u+\Delta u)(v+\Delta v)-uv = u\,\Delta v + v\,\Delta u + \Delta u\,\Delta v.\)
Step 2: Divide by \(\Delta x\)
\(\displaystyle\frac{\Delta(uv)}{\Delta x} = u\,\displaystyle\frac{\Delta v}{\Delta x} + v\,\displaystyle\frac{\Delta u}{\Delta x} +\displaystyle\frac{\Delta u}{\Delta x}\,\Delta v.\)
Step 3: Limit as \(\Delta x \to 0\)
Using limit laws, the derivative is
\(\begin{align} \frac{d}{dx}(uv) &= \lim_{\Delta x\to 0}\frac{\Delta(uv)}{\Delta x} \\[6pt] &= \lim_{\Delta x\to 0}\Bigg( u\,\frac{\Delta v}{\Delta x} + v\,\frac{\Delta u}{\Delta x} + \frac{\Delta u}{\Delta x}\,\Delta v \Bigg) \\[6pt] &= u\,\lim_{\Delta x\to 0}\frac{\Delta v}{\Delta x} + v\,\lim_{\Delta x\to 0}\frac{\Delta u}{\Delta x} + \Big(\lim_{\Delta x\to 0}\frac{\Delta u}{\Delta x}\Big)\Big(\lim_{\Delta x\to 0}\Delta v\Big) \\[6pt] &= u\,\frac{dv}{dx} + v\,\frac{du}{dx} + 0\cdot \frac{dv}{dx}. \end{align}\)
Final Result
\(\displaystyle\frac{d}{dx}(uv) = u\displaystyle\frac{dv}{dx} + v\displaystyle\frac{du}{dx}\)
Commentary
- The extra term \(\Delta u\,\Delta v\) is small of order \(\Delta x^2\). When divided by \(\Delta x\), it still vanishes because \(\Delta v \to 0\).
- This rule shows that both functions “contribute” to the rate of change: one through its derivative while the other stays fixed, and vice versa.
- The formula is valid regardless of the signs of \(u, v, \Delta u, \Delta v\). The geometry (rectangle areas) helps intuition, but the algebra works universally.
The Quotient Rule
Step 1: Change in the quotient
Now suppose we want the derivative of \(\displaystyle\frac{u}{v}\), where \(v(x)\neq 0\). Then
\(\Delta\!\Big(\displaystyle\frac{u}{v}\Big) = \displaystyle\frac{u+\Delta u}{v+\Delta v} – \displaystyle\frac{u}{v} = \displaystyle\frac{(u+\Delta u)v – u(v+\Delta v)}{v(v+\Delta v)} = \displaystyle\frac{v\Delta u – u\Delta v}{v(v+\Delta v)}.\)
Step 2: Divide by \(\Delta x\)
\(\displaystyle\frac{\Delta(u/v)}{\Delta x} = \displaystyle\frac{v\displaystyle\frac{\Delta u}{\Delta x} – u\displaystyle\frac{\Delta v}{\Delta x}} {v(v+\Delta v)}.\)
Step 3: Limit as \(\Delta x \to 0\)
Taking limits and using continuity of $v$,
\(\displaystyle\frac{d}{dx}\Big(\frac{u}{v}\Big) = \lim_{\Delta x\to 0}\displaystyle\frac{\Delta(u/v)}{\Delta x} = \displaystyle\frac{v\displaystyle\frac{du}{dx} – u\displaystyle\frac{dv}{dx}}{v^2}.\)
Final Result
\(\Big(\displaystyle\frac{f}{g}\Big)’ = \displaystyle\frac{g f’ – f g’}{g^2}, \qquad g(x)\neq 0.\)
Commentary
- The denominator \(v^2\) appears naturally: one factor is from the original denominator, and the other comes from \(v+\Delta v \to v\) in the limit.
- The order of terms in the numerator is essential: \(g f’ – f g’\) rather than the reverse. Reversing the order changes the sign.
- The rule only applies where \(g(x)\neq 0\). If \(g(x)=0\), a different analysis is needed, such as simplification before differentiating.
Conclusion
We have shown step by step that
\(\displaystyle\frac{d}{dx}(uv) = u\displaystyle\frac{dv}{dx}+v\displaystyle\frac{du}{dx}\)
and
\(\displaystyle\frac{d}{dx}\Big(\displaystyle\frac{u}{v}\Big) = \displaystyle\frac{v\displaystyle\frac{du}{dx}-u\displaystyle\frac{dv}{dx}}{v^2}\).
These results demonstrate how careful algebra and limit laws produce formulas that at first glance might seem arbitrary.
The Product Rule tells us that the derivative distributes across multiplication but with an extra term, and the Quotient Rule shows how division requires a delicate balance between numerator and denominator changes. Both rules highlight the precision of calculus in measuring change.
By practicing these derivations, students not only memorize the formulas but also gain a deeper intuition about why the Product Rule and Quotient Rule proofs are indispensable in calculus. This insight strengthens problem-solving skills in both pure math and applied sciences.
Examples
Example 1 — Product Rule on Polynomials
Find the derivative of \(h(x) = (3x – 2x^{2})(5 + 4x)\).
Solution:
\(\begin{align} h'(x) &= (3x – 2x^{2})\,\frac{d}{dx}\big[\,5 + 4x\,\big] \;+\; (5 + 4x)\,\frac{d}{dx}\big[\,3x – 2x^{2}\,\big] \\[6pt] &= (3x – 2x^{2})(4) \;+\; (5 + 4x)\big(3 – 4x\big) \\[6pt] &= (12x – 8x^{2}) \;+\; \big(15 – 20x + 12x – 16x^{2}\big) \\[6pt] &= -24x^{2} + 4x + 15. \end{align}\)
Example 2 — Product Rule with Trigonometry
Find the derivative of \(y = 3x^{2}\sin x\).
Solution:
\(\begin{align} \frac{d}{dx}\big[\,3x^{2}\sin x\,\big] &= 3x^{2}\,\frac{d}{dx}\big[\sin x\big] \;+\; \sin x\,\frac{d}{dx}\big[3x^{2}\big] \\[6pt] &= 3x^{2}\cos x \;+\; \sin x\,(6x) \\[6pt] &= 3x^{2}\cos x + 6x\sin x \\[6pt] &= 3x\big(x\cos x + 2\sin x\big). \end{align}\)
Example 3 — Mixture of Rules
Find the derivative of \(y = 2x\cos x – 2\sin x\).
Solution:
\(\begin{align} \frac{dy}{dx} &= \frac{d}{dx}\big[\,2x\cos x\,\big] \;-\; \frac{d}{dx}\big[\,2\sin x\,\big] \\[6pt] &= (2x)\,\frac{d}{dx}[\cos x] \;+\; \cos x\,\frac{d}{dx}[2x] \;-\; 2\,\frac{d}{dx}[\sin x] \\[6pt] &= (2x)(-\,\sin x) \;+\; \cos x\,(2) \;-\; 2(\cos x) \\[6pt] &= -\,2x\sin x. \end{align}\)
Example 4 — Quotient Rule (Rational Function)
Find the derivative of \(y = \displaystyle\frac{5x – 2}{x^{2} + 1}\).
Solution:
\(\begin{align} \frac{d}{dx}\!\left[\,\displaystyle\frac{5x – 2}{x^{2} + 1}\,\right] &= \displaystyle\frac{(x^{2}+1)\,\frac{d}{dx}[\,5x-2\,] – (5x-2)\,\frac{d}{dx}[\,x^{2}+1\,]}{(x^{2}+1)^{2}} \\[8pt] &= \displaystyle\frac{(x^{2}+1)(5) – (5x-2)(2x)}{(x^{2}+1)^{2}} \\[8pt] &= \displaystyle\frac{5x^{2}+5 – (10x^{2}-4x)}{(x^{2}+1)^{2}} \\[8pt] &= \displaystyle\frac{-5x^{2}+4x+5}{(x^{2}+1)^{2}}. \end{align}\)
Example 5 — Tangent Line via Quotient Rule
Find the equation of the tangent line to the graph of \(f(x)=\displaystyle\frac{\,3-\frac{1}{x}\,}{x+5}\) at the point \((-1,1)\).
Solution:
First, rewrite to simplify the quotient.
\(\begin{align} f(x) &= \displaystyle\frac{3 – \frac{1}{x}}{x+5} \;=\; \displaystyle\frac{x\big(3 – \frac{1}{x}\big)}{x(x+5)} \;=\; \displaystyle\frac{3x – 1}{x^{2}+5x}. \end{align}\)
Now apply the Quotient Rule.
\(\begin{align} f'(x) &= \displaystyle\frac{(x^{2}+5x)\,\frac{d}{dx}[\,3x-1\,] – (3x-1)\,\frac{d}{dx}[\,x^{2}+5x\,]}{(x^{2}+5x)^{2}} \\[8pt] &= \displaystyle\frac{(x^{2}+5x)(3) – (3x-1)(2x+5)}{(x^{2}+5x)^{2}} \\[8pt] &= \displaystyle\frac{3x^{2}+15x – (6x^{2}+15x – 5)}{(x^{2}+5x)^{2}} \\[8pt] &= \displaystyle\frac{-3x^{2}+2x+5}{(x^{2}+5x)^{2}}. \end{align}\)
Evaluate the slope at \(x=-1\):
\(f'(-1) \;=\; \displaystyle\frac{-3(-1)^{2}+2(-1)+5}{\big(({-1})^{2}+5(-1)\big)^{2}} \;=\; \displaystyle\frac{-3-2+5}{(1-5)^{2}} \;=\; \displaystyle\frac{0}{16} \;=\; 0.\)
So the tangent line at \((-1,1)\) has slope 0. The equation is \(y = 1\).
It’s Time to Practice!
Directions
Simplify derivatives using the Product Rule and/or the Quotient Rule. Write your final answers in terms of \(x\) (or the stated variable). Use algebra to clean up factors when reasonable.
1. \(y = (4x^{2}+5)(2x+3)\)
2. \(y = (9x^{2}+8x-1)\,(3-x^{2})\)
3. \(y = x^{3}e^{x}\)
4. \(y = (e^{x}+3)(2e^{x}-1)\)
5. \(f(x) = (3x^{2}-4x)\,e^{x}\)
6. \(g(x) = \big(x+3\sqrt{x}\big)\,e^{x}\)
7. \(y = \displaystyle\frac{x}{e^{x}}\)
8. \(y = \displaystyle\frac{e^{x}}{1-2e^{x}}\)
9. \(g(t) = \displaystyle\frac{4-3t}{6t+1}\)
10. \(G(u) = \displaystyle\frac{7u^{4}-4u}{u+2}\)
11. \(f(t) = \displaystyle\frac{6t}{t^{3}-t-2}\)
12.\(F(x) = \displaystyle\frac{1}{2x^{3}-5x^{2}+6}\)
13.\(y = \displaystyle\frac{s-\sqrt{s}}{s^{2}}\)
14. \(y = \displaystyle\frac{\sqrt{x}}{\sqrt{x}+2}\)
15. \(J(u) = \Big(\displaystyle\frac{1}{u}+\displaystyle\frac{2}{u^{2}}\Big)\Big(u+\displaystyle\frac{1}{u}\Big)\)
16. \(h(w) = (w^{2}+2w)\,(w^{-1}-w^{-3})\)
17. \(H(u) = (u-\sqrt{u})\,(u+\displaystyle\frac{1}{2}\sqrt{u})\)
18. \(f(z) = (1-e^{z})(z+2e^{z})\)
19. \(V(t) = \big(t+e^{t}\big)\sqrt{t}\)
20. \(W(t) = e^{t}\big(1+2t\,e^{t}\big)\)
21. \(y = e^{p}\big(p + \displaystyle\frac{3}{2}\sqrt{p}\big)\)
22. \(h(r) = \displaystyle\frac{a\,e^{r}}{b+e^{r}}\)
23. \(y = \big(z^{2}+e^{z}\big)\,\sqrt{z}\)
24. \(f(x) = \displaystyle\frac{x^{2}e^{x}}{x^{2}+2e^{x}}\)
25. \(F(t) = \displaystyle\frac{A t}{B t^{2}+C t^{3}}\)
26. \(f(x) = \displaystyle\frac{x}{\,x+\displaystyle\frac{c}{x}\,}\)
27. \(f(x) = \displaystyle\frac{a x + b}{c x + d}\)
28. \(y = (x^{2}+1)\,\ln(x)\)
29. \(y = \displaystyle\frac{\ln(x)}{x^{2}+1}\)



