5. Calculus

Product Rule

Product Rule in Differentiation

Welcome, students, to a key lesson in calculus 📘. In this lesson, you will learn the Product Rule, a method for finding the derivative of two functions being multiplied together. This is important because many real-world expressions are products, such as area formulas, physics models, and economics formulas. By the end of this lesson, you should be able to explain what the Product Rule means, use it correctly, and connect it to other calculus ideas.

Learning objectives

  • Explain the main ideas and terminology behind the Product Rule.
  • Apply IB Mathematics Analysis and Approaches SL reasoning or procedures related to the Product Rule.
  • Connect the Product Rule to the broader topic of calculus.
  • Summarize how the Product Rule fits within calculus.
  • Use examples related to the Product Rule in IB Mathematics Analysis and Approaches SL.

A useful starting idea is this: differentiation tells us how a function changes. When two functions are multiplied, the rate of change is not found by simply multiplying their derivatives. That is where the Product Rule comes in ✨.

What the Product Rule says

If a function is written as the product of two differentiable functions, such as $y=f(x)g(x)$, then its derivative is

$$\frac{d}{dx}[f(x)g(x)] = f(x)g'(x) + g(x)f'(x)$$

This is the Product Rule. It tells us that the derivative of a product is the first function times the derivative of the second, plus the second function times the derivative of the first.

You may also see this written as

$$\frac{d}{dx}[uv] = u\frac{dv}{dx} + v\frac{du}{dx}$$

where $u=u(x)$ and $v=v(x)$ are both functions of $x$.

This rule is essential because it prevents a common mistake: thinking that

$$\frac{d}{dx}[f(x)g(x)] = f'(x)g'(x)$$

That is not correct. The derivative of a product is not the product of the derivatives.

Why this rule makes sense

To understand the Product Rule, think about how two changing quantities interact. For example, suppose the width and length of a rectangle both change with time. The area is the product of those two quantities. If both are changing, the area changes because of the change in the width and because of the change in the length. The Product Rule captures both effects.

Imagine a rectangle with sides $x$ and $x+1$. Its area is

$$A(x)=x(x+1)$$

If we expand first, we get

$$A(x)=x^2+x$$

and then differentiate:

$$\frac{dA}{dx}=2x+1$$

Now use the Product Rule directly:

$$\frac{dA}{dx}=x\frac{d}{dx}(x+1)+(x+1)\frac{d}{dx}(x)$$

Since $\frac{d}{dx}(x+1)=1$ and $\frac{d}{dx}(x)=1$, this becomes

$$\frac{dA}{dx}=x(1)+(x+1)(1)=2x+1$$

Both methods give the same answer ✅.

Using the Product Rule step by step

When applying the Product Rule, it helps to follow a clear process:

  1. Identify the two functions being multiplied.
  2. Let one be $u$ and the other be $v$.
  3. Find $\frac{du}{dx}$ and $\frac{dv}{dx}$.
  4. Substitute into

$$\frac{d}{dx}[uv]=u\frac{dv}{dx}+v\frac{du}{dx}$$

  1. Simplify your final answer.

Example 1: Differentiating a polynomial product

Find the derivative of

$$y=(x^2)(3x-5)$$

Let

$$u=x^2 \quad \text{and} \quad v=3x-5$$

Then

$$\frac{du}{dx}=2x \quad \text{and} \quad \frac{dv}{dx}=3$$

Apply the Product Rule:

$$\frac{dy}{dx}=x^2(3)+(3x-5)(2x)$$

Simplify:

$$\frac{dy}{dx}=3x^2+6x^2-10x$$

So,

$$\frac{dy}{dx}=9x^2-10x$$

You could also expand first:

$$y=3x^3-5x^2$$

and then differentiate to get

$$\frac{dy}{dx}=9x^2-10x$$

Both methods work, but the Product Rule is often the fastest when the expression is not easy to expand.

Example 2: A product involving a trigonometric function

Find the derivative of

$$y=x\sin x$$

Let

$$u=x \quad \text{and} \quad v=\sin x$$

Then

$$\frac{du}{dx}=1 \quad \text{and} \quad \frac{dv}{dx}=\cos x$$

So,

$$\frac{dy}{dx}=x\cos x+\sin x$$

This kind of expression appears often in IB Mathematics Analysis and Approaches SL because it combines algebraic and trigonometric functions.

Common mistakes and how to avoid them

A frequent error is forgetting that both factors contribute to the derivative. Another common mistake is switching the rule into a subtraction or into a derivative of each part only. To avoid errors, students, write the formula clearly each time:

$$\frac{d}{dx}[uv]=u\frac{dv}{dx}+v\frac{du}{dx}$$

It can also help to check your answer by expanding the product first, if that is possible. If both methods give the same result, your working is likely correct.

Example 3: Using the rule with exponentials

Find the derivative of

$$y=x^2e^x$$

Let

$$u=x^2 \quad \text{and} \quad v=e^x$$

Then

$$\frac{du}{dx}=2x \quad \text{and} \quad \frac{dv}{dx}=e^x$$

Apply the Product Rule:

$$\frac{dy}{dx}=x^2e^x+e^x(2x)$$

Factorising gives

$$\frac{dy}{dx}=e^x(x^2+2x)$$

This answer shows why factorising can be useful after differentiation.

How the Product Rule fits into calculus

The Product Rule is one of the core differentiation rules in calculus, along with the power rule, quotient rule, and chain rule. In IB Mathematics Analysis and Approaches SL, it is important because many functions are built by combining simpler functions.

The Product Rule connects to broader calculus in several ways:

  • It helps differentiate expressions used in modelling and applications.
  • It is useful in optimisation problems where a quantity is written as a product.
  • It appears in kinematics when position, velocity, or other quantities are multiplied by changing factors.
  • It supports deeper methods that combine with the chain rule and quotient rule.

For example, if a volume or area formula contains two changing quantities, differentiation can help determine how fast the quantity is changing. In many real-world situations, the Product Rule gives a more realistic model than treating each factor separately.

Why expansion is not always the best method

Some expressions can be expanded before differentiating, but not all. For example,

$$y=(x^2+1)(x^3-4)$$

could be expanded, but that may take time and create extra arithmetic. The Product Rule allows a direct approach:

$$\frac{dy}{dx}=(x^2+1)(3x^2)+(x^3-4)(2x)$$

This is efficient and reduces the chance of algebra errors.

Product Rule in exam-style reasoning

In IB-style questions, students, you may need to show correct method, not just the final answer. That means writing the Product Rule carefully, substituting derivatives correctly, and simplifying clearly.

Suppose you are asked to differentiate

$$y=(2x-1)(x^2+3x)$$

Set

$$u=2x-1 \quad \text{and} \quad v=x^2+3x$$

Then

$$\frac{du}{dx}=2 \quad \text{and} \quad \frac{dv}{dx}=2x+3$$

So,

$$\frac{dy}{dx}=(2x-1)(2x+3)+(x^2+3x)(2)$$

Now expand:

$$\frac{dy}{dx}=4x^2+6x-2x-3+2x^2+6x$$

Simplify:

$$\frac{dy}{dx}=6x^2+10x-3$$

A well-organized solution shows the examiner your reasoning clearly. That is very important in IB Mathematics Analysis and Approaches SL.

Conclusion

The Product Rule is a fundamental differentiation rule that applies when two functions are multiplied. It states that the derivative of $uv$ is $u\frac{dv}{dx}+v\frac{du}{dx}$. This rule is essential because both factors can change, and both changes must be included. It connects directly to modelling, algebra, trigonometry, exponentials, and later calculus topics. By using the Product Rule accurately and checking your work, you can handle many important IB calculus problems with confidence 🌟.

Study Notes

  • The Product Rule is used when differentiating a product of two functions.
  • The formula is $\frac{d}{dx}[uv]=u\frac{dv}{dx}+v\frac{du}{dx}$.
  • Do not confuse the Product Rule with $\frac{d}{dx}[uv]=\frac{du}{dx}\frac{dv}{dx}$, which is incorrect.
  • A clear method is: identify $u$ and $v$, differentiate each, substitute into the formula, then simplify.
  • The Product Rule is useful for algebraic, trigonometric, exponential, and mixed-function expressions.
  • Expanding first may sometimes work, but the Product Rule is often faster and cleaner.
  • In exam questions, show your steps clearly to earn method marks.
  • The Product Rule is an important part of calculus and connects to optimisation, kinematics, and modelling.

Practice Quiz

5 questions to test your understanding