MathClario
← Back to High school
High schoolCalculus●●○○○· 4 min
📈

Product rule derivative: the « u'v + uv' » mnemonic

A little phrase to chant so you never mix it up again, and an example that clicks.

The formula

If f(x)=u(x)v(x)f(x) = u(x) \cdot v(x), then:

f(x)=u(x)v(x)+u(x)v(x)f'(x) = u'(x) \cdot v(x) + u(x) \cdot v'(x)

Short version: (uv)=uv+uv(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)(x23)f(x) = (2x + 1)(x^2 - 3).

  • u=2x+1u=2u = 2x + 1 \Rightarrow u' = 2
  • v=x23v=2xv = x^2 - 3 \Rightarrow v' = 2x

So:

f(x)=uv+uv=2(x23)+(2x+1)2xf'(x) = u'v + uv' = 2 \cdot (x^2 - 3) + (2x + 1) \cdot 2x

=2x26+4x2+2x=6x2+2x6= 2x^2 - 6 + 4x^2 + 2x = 6x^2 + 2x - 6

The classic mistake

Many students write (uv)=uv(uv)' = u' \cdot v'. Wrong! Check on a simple example:

  • (xx)=(x2)=2x(x \cdot x)' = (x^2)' = 2x
  • But xx=11=1x' \cdot x' = 1 \cdot 1 = 1

Doesn’t match — the true formula gives 1x+x1=2x1 \cdot x + x \cdot 1 = 2x

?Your turn

What is the derivative of f(x) = x · sin(x)?

#derivative#product rule#calculus

You might also like