If f(x)=u(x)⋅v(x), then:
f′(x)=u′(x)⋅v(x)+u(x)⋅v′(x)
Short version: (uv)′=u′v+uv′.
The mnemonic that sticks
« The derivative of the first, times the second, plus the first times the derivative of the second. »
Chant it three times — you’ll never forget it.
A concrete example
Let’s differentiate f(x)=(2x+1)(x2−3).
- u=2x+1⇒u′=2
- v=x2−3⇒v′=2x
So:
f′(x)=u′v+uv′=2⋅(x2−3)+(2x+1)⋅2x
=2x2−6+4x2+2x=6x2+2x−6
The classic mistake
Many students write (uv)′=u′⋅v′. Wrong! Check on a simple example:
- (x⋅x)′=(x2)′=2x
- But x′⋅x′=1⋅1=1
Doesn’t match — the true formula gives 1⋅x+x⋅1=2x ✓
?Your turn
What is the derivative of f(x) = x · sin(x)?