The product rule is used to differentiate a product of two functions. You cannot simply multiply the two individual derivatives — you must apply this rule.
In words: "first times derivative of second, plus second times derivative of first."
Differentiate: y = x² · sin x
f = x² g = sin xf' = 2x g' = cos xdy/dx = x²·cos x + sin x·2xDifferentiate: y = eˣ · ln x
f = eˣ g = ln xf' = eˣ g' = 1/xdy/dx = eˣ·(1/x) + ln x·eˣd/dx(fg) = f' · g' ✗
You cannot multiply the derivatives directly.
d/dx(fg) = f·g' + g·f' ✓
For three functions multiplied together:
Each term has one function differentiated and the rest left unchanged.