When two functions are multiplied together, their combined rate of change is not just the product of their individual rates. The product rule gives the correct formula:
\((fg)' = f'g + fg'\)
Read it as: "derivative of first times second, plus first times derivative of second." This rule is unavoidable whenever you differentiate expressions like \(x^2 \sin x\), \(e^x \ln x\), or \((x^3+1)(x^2-2)\).
Imagine a rectangle with width \(f(x)\) and height \(g(x)\). Its area is \(A = f \cdot g\). When \(x\) increases by a tiny \(\Delta x\), both \(f\) and \(g\) change. The new area has three extra pieces: a strip of area \(\Delta f \cdot g\) (top), a strip of area \(f \cdot \Delta g\) (right), and a tiny corner \(\Delta f \cdot \Delta g\) (negligible). Dividing by \(\Delta x\) and taking the limit gives \(f'g + fg'\). The product rule is literally the calculus of a growing rectangle.
Differentiate \(h(x) = x^2 \cdot \sin x\):
\(= 3x^2 e^x + x^3 e^x\)
\(= e^x(3x^2+x^3)\)
\(= \dfrac{1}{x}\cos x + \ln x(-\sin x)\)
\(= \dfrac{\cos x}{x} - \ln x \sin x\)
\(= e^x\sin x + xe^x\sin x + xe^x\cos x\)
\(= x^2-3+2x^2+2x = 3x^2+2x-3\)
Ready to test your knowledge?
The product rule is tested extensively in Calculus I on BUders.
Go to Calculus I Quizzes →