Product Rule for finding Derivatives

When we use the term product, we’re actually referring to two functions being multiplied together. The Product Rule is one of the differentiation rules in calculus that allows us to find the derivative of the product of two or more differentiable functions. This rule is really useful when we want to avoid or can’t do the multiplication before differentiation.

In other words, the Product Rule allows us to find the derivative of two differentiable functions that are being multiplied together by combining our knowledge of both the Power Rule and the Sum and Difference Rule for derivatives.

Product Rule Formula and Formal Definition

The Product Rule formula for two functions is as follows:

ddx(f(x)g(x))=f(x)·ddxg(x)+g(x)·ddxf(x)

For two differentiable functions f(x) and g(x), the derivative of their product with respect to x is given by:

ddx(f(x)g(x))=f(x)·ddxg(x)+g(x)·ddxf(x)

where ddxf(x) is the derivative of f(x) and ddxg(x) is the derivative of g(x).

In plain words, the rule states that the derivative of a product of two functions is equal to the first function times the derivative of the second function, plus the second function times the derivative of the first function.

Steps to Apply the Product Rule

  1. Identify the two functions being multiplied together, f(x) and g(x).

  2. Find the derivative of the first function, ddxf(x).

  3. Find the derivative of the second function, ddxg(x).

  4. Multiply the first function, f(x), by the derivative of the second function, ddxg(x).

  5. Multiply the second function, g(x), by the derivative of the first function, ddxf(x).

  6. Add the results from steps 4 and 5 to obtain the derivative of the product.

Common Mistakes Using the Product Rule

It is essential to note that the derivative of a product is not (!) equal to the product of the derivatives. In other words:

ddx(f(x)g(x))ddxf(x)·ddxg(x)

This is something students often get mixed up with when first learning about the product rule. To make sure you don’t make this mistake, always remember to multiply each function by the derivative of the other function, then add the two results together.

Examples

Example 1: Binomial Function

Let’s find the derivative of the following function using the Product Rule:

h(x)=(3x2+2)(4x1)

Using color-coding to make it easier to follow:

  • f(x)=3x2+2 (blue)
  • g(x)=4x1 (red)

Applying the Product Rule:

ddxh(x)=(3x2+2)·ddx(4x1)+(4x1)·ddx(3x2+2)&=(3x2+2)·4+(4x1)·6x&=12x2+8+24x26x&=36x26x+8

Example 2: Instantaneous Rate of Change

Suppose we want to find the derivative of h(x)=(2x3+1)(5x3) when x=1.

First, we’ll use the Product Rule to find the derivative:

ddxh(x)=(2x3+1)·ddx(5x3)+(5x3)·ddx(2x3+1)=(2x3+1)·5+(5x3)·6x2=10x3+5+30x318x2=40x318x2+5

Now, we’ll find the value of the derivative when x=1:

ddxh(1)=40(1)318(1)2+5=4018+5=27

So, the instantaneous rate of change of h(x) at x=1 is 27.

Example 3: Trigonometric Functions

Let’s find the derivative of f(x)=sin(x)·cos(x) using the Product Rule.

ddxf(x)=sin(x)·ddxcos(x)+cos(x)·ddxsin(x)=sin(x)·(sin(x))+cos(x)·cos(x)=sin2(x)+cos2(x)

Just a quick note to say that we’ll be covering the derivatives of trigonometric functions in a separate lesson. I’m sure you’ll find this example really helpful in showing you how useful the Product Rule can be when you’re working with functions that are completely unrelated, like trigonometric functions.

Example 4: More Than Two Functions

The Product Rule can be extended to find the derivative of the product of more than two functions. For three functions, the formula becomes:

ddx(f(x)g(x)h(x))=f(x)g(x)·ddxh(x)+f(x)h(x)·ddxg(x)+g(x)h(x)·ddxf(x)

This pattern can be extended to find the derivative of the product of any number of functions. For example, let’s find the derivative of f(x)=(x2+1)(2x3)(3x+4).

Using the extended Product Rule:

ddxf(x)=(x2+1)(2x3)·ddx(3x+4)+(x2+1)(3x+4)·ddx(2x3)+(2x3)(3x+4)·ddx(x2+1)=(x2+1)(2x3)·3+(x2+1)(3x+4)·2+(2x3)(3x+4)·2x=3(x2+1)(2x3)+2(x2+1)(3x+4)+2x(2x3)(3x+4)

The result can be further simplified by expanding the terms and combining like terms.