A Level Product Rule – Complete Exam Guide with Worked Examples

A Level Product Rule

How the A Level Product Rule Secures Differentiation Marks

🎯 What the Product Rule Actually Tests

The A Level Product Rule applies whenever two functions are multiplied together and both depend on x. It is not triggered by how complicated an expression looks. It is triggered by structure.

If

y = u(x)v(x)

then

\frac{dy}{dx} = u\frac{dv}{dx} + v\frac{du}{dx}

This formula is simple, but the reasoning behind it matters. Each function is changing as x changes. The overall rate of change must account for both contributions. One function changes while the other is held fixed. Then the roles reverse.

Students often think product rule is about remembering the formula. It is not. It is about recognising that two separate rates of change are interacting at the same time.

The order of the terms does not matter algebraically. However, structurally it is safer to differentiate one function fully before switching to the other. That sequencing prevents missing a term.

Examiners reward visible structure before simplification. A correctly structured product rule line often earns method marks even if later algebra slips. A missing term, however, usually loses the entire method mark immediately.

🔙 Previous topic:

📘 Structured Revision Approach

Strong differentiation begins before any calculation is written. When students see multiplication, they should pause and ask a simple question: do both factors change with x? If the answer is yes, product rule is required.

For example, in

y = x e^x

both parts depend on x. Product rule applies.

In

y = 4x^2

only one part changes. Product rule is not required.

Making that distinction early prevents misapplied rules.

This is when A Level Maths revision done properly becomes important. Effective revision does not just practise differentiating expressions. It trains students to identify dependency first. That small pause before calculating is often the difference between a complete derivative and a dropped term.

Writing the product rule explicitly before substituting functions also improves reliability. Instead of jumping straight into working, students anchor themselves with the framework. Under exam pressure, structure protects accuracy.

The goal is not speed. It is disciplined sequencing. Once the structure is secure, speed follows naturally.

🌿 Basic Product Rule Example

Let’s take a look at the following:

y = x^2 e^{3x}

Now, if this appeared in an exam, many students would immediately try to start differentiating. That instinct — to just begin — is usually where small errors creep in. So before we do anything technical, let’s slow down and actually look at what the expression is made of.

What do we have here?

We have a polynomial, x^2, and we have an exponential expression, e^{3x}. And crucially, they are being multiplied together.

That multiplication is the important part. Whenever two different functions are multiplied, that is your signal that product rule is involved. It doesn’t matter how simple the functions look individually — the multiplication forces the structure.

So rather than thinking “differentiate the whole thing”, we train ourselves to think: this is one function multiplied by another.

That shift in mindset is what protects marks.

Separating the Two Parts

To keep things controlled, I’m going to give each part a name. Not because the letters matter, but because it forces us to treat them independently.

Let
u = x^2

and
v = e^{3x}

The product rule tells us that:

\frac{d}{dx}(uv) = u\frac{dv}{dx} + v\frac{du}{dx}

Now pause for a moment and think about what that rule is really saying.

It’s saying: differentiate one part while keeping the other one exactly as it is. Then swap them over.

That’s it.

There will always be two terms at the end. If you only see one, you know something has gone wrong.

Differentiating Each Piece

Let’s deal with them one at a time.

First, the polynomial part. Differentiating x^2 gives:

\frac{du}{dx} = 2x

Nothing surprising there.

Now we move to the exponential part, e^{3x}. This is where students sometimes hesitate, because it’s not just “e to the x”. There’s a 3x inside.

Whenever you differentiate something of the form e^{f(x)}, the exponential stays exactly the same, but you multiply by the derivative of what’s inside.

So differentiating e^{3x} gives:

\frac{dv}{dx} = 3e^{3x}

That 3 appears because the derivative of 3x is 3.

This is chain rule quietly operating inside the product rule. And that combination is very common at A Level — examiners like layering rules together.

Putting It Together

Now we apply the product rule formula carefully.

Remember: first function multiplied by the derivative of the second, plus second function multiplied by the derivative of the first.

So we write:

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

At this stage, the method is complete. Even if the algebra hasn’t been tidied, the structure is correct. In an exam, that structure earns the method marks.

Students often rush here and start expanding brackets unnecessarily. There’s no need. In fact, expanding too early often creates avoidable algebra errors.

Simplifying Sensibly

Both terms contain e^{3x}, so it makes sense to factor it out. Doing this makes the expression cleaner and easier to work with later — especially if you were solving for stationary points.

So we factor:

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

You could factor further if you wanted:

\frac{dy}{dx} = xe^{3x}(3x + 2)

Either form is perfectly acceptable unless the question specifies otherwise.

What I’d Say in a Classroom

If I were teaching this live, I’d emphasise that the difficulty here isn’t the differentiation itself. It’s recognising the structure before you start.

Most lost marks in product rule questions come from one of three things:

  • forgetting the second term entirely
    • missing the inner derivative in the exponential
    • rushing simplification and creating algebra mistakes

None of those are “knowledge” problems. They’re structure problems.

When you slow down at the beginning and ask yourself, “What type of structure am I looking at?”, the rest becomes procedural. Calm. Predictable.

And that’s exactly what you want differentiation to feel like in an exam.

📘 Product Rule with Trigonometry

Right, let’s look at this one carefully.

We’re asked to differentiate:

y = x\cos(2x)

Now, when this comes up in a test, students tend to stare at the cosine and immediately think, “Okay, derivative of cosine is minus sine.” And that’s fine — but that’s not actually the first thing we should notice.

The first thing we should notice is that something is being multiplied by something else.

There’s an x sitting in front.

That multiplication tells us what the real structure is. This is a product rule question before it’s a trig question.

And that distinction matters, because if you treat it as “differentiate cosine and multiply by x”, you’ll miss half the working.

So I’d say to a class: what are the two separate functions here?

One of them is just x. Nice and simple.

The other is \cos(2x).

That’s it. Two pieces. So product rule applies.

Now, product rule says we differentiate one while keeping the other fixed, then swap.

There’s no clever trick here. It’s just disciplined sequencing.

First, let’s differentiate the easy one.

The derivative of x is 1.

Nothing to think about there.

Now let’s deal with the cosine.

This is where students sometimes rush and quietly lose marks.

The derivative of cosine is negative sine — yes. But we can’t ignore what’s inside the brackets.

That 2x isn’t decoration. It changes at a rate of 2.

So when we differentiate \cos(2x), we get:

-\sin(2x)

and then we multiply by the derivative of 2x, which is 2.

So altogether:

\frac{d}{dx}(\cos(2x)) = -2\sin(2x)

That little 2 is exactly the sort of thing examiners expect people to drop.

Now we put it together.

Product rule gives:

first function × derivative of second
plus
second function × derivative of first.

So we write:

\frac{dy}{dx} = x(-2\sin(2x)) + \cos(2x)(1)

At this point I usually tell students to pause.

Check: do we have two terms? Yes.
Did we include the inner derivative? Yes.
Did we keep the trig argument unchanged? Yes.

If those three things are true, you’re in a strong position.

Now we can tidy it:

\frac{dy}{dx} = -2x\sin(2x) + \cos(2x)

And that’s the final answer.

Nothing dramatic. No hidden trick. Just careful layering.

What I always stress with these questions is that they’re not hard because of the calculus. They’re hard because people rush the structure.

Product rule controls the outside.

Chain rule controls the inside.

If you handle them one at a time instead of blending them together in your head, the working stays stable.

And stability is what keeps marks safe under time pressure.

⚙️ Product Rule Inside Algebraic Structure

We’re asked to differentiate
y = (x^3 – 1)(x^2 + 4)

When this shows up, most students’ first reaction is to expand the brackets. It feels automatic. Two brackets multiplied together usually means multiply everything out and tidy it up. And yes, you could do that here. It wouldn’t be “wrong”.

But in calculus, especially in an exam, it’s worth asking a different question first: what is the structure actually doing?

We don’t just have brackets. We have one expression in x being multiplied by another expression in x. Both of them are changing. Neither is constant. That’s the part that matters.

Whenever two changing expressions are multiplied, product rule is sitting underneath whether it looks algebraic or not. The fact that everything here is polynomial doesn’t remove the structure. It’s still one function times another function.

Now, expanding first would give you a single polynomial, and differentiating that is straightforward enough. But expanding creates more writing, and more writing creates more opportunity for small errors — a missed term, a sign slip, a coefficient mistake. Under time pressure, those small things add up.

So instead of expanding, it’s usually cleaner to respect the structure that’s already there.

Let
u = x^3 – 1
and
v = x^2 + 4.

Product rule tells us:

\frac{d}{dx}(uv) = u\frac{dv}{dx} + v\frac{du}{dx}.

In plain terms, that means differentiate one bracket while leaving the other exactly as it is, then swap them over.

Differentiating each bracket on its own is calm and predictable. The derivative of x^3 – 1 is 3x^2. The derivative of x^2 + 4 is 2x. There’s nothing complicated happening inside either bracket — no chain rule, no hidden structure — which makes this a good example of pure product rule.

Substituting those derivatives back in gives

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

At this stage, the differentiation itself is finished. You could expand if the question specifically asks for a simplified polynomial, but structurally the job is done. The multiplication has been handled correctly, and each part has been differentiated exactly once.

What this question really tests is recognition. If you see brackets and immediately expand, you’re thinking algebra first. If you see multiplication of functions and think product rule, you’re thinking structure first. Structure is usually safer.

And in exams, safer tends to mean more consistent marks.

🔢 Stationary Points with Product Rule

Let’s look at the function

y = x^2 e^x

At first glance, this might look straightforward. But before we even think about stationary points, we need to deal with the structure of the function itself.

What do we actually have here?

We have a polynomial term, x^2, multiplied by an exponential term, e^x. Both of those depend on x. That multiplication is the controlling structure. So before we can talk about setting anything equal to zero, we must differentiate correctly using product rule.

If that first step is unstable, everything that follows collapses.

So we differentiate carefully.

Using product rule, we differentiate one part while holding the other fixed, then swap them over. Writing that out gives

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

Now we slow down and differentiate each part separately rather than trying to rush it in our heads.

The derivative of e^x is simply e^x again. The derivative of x^2 is 2x. Nothing complicated is happening inside either term — no chain rule here — so this is a clean product rule example.

Substituting those derivatives back in gives

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

At this stage, the differentiation itself is correct, but if we want to find stationary points, this form isn’t particularly helpful. When we’re about to set a derivative equal to zero, factoring usually makes life much easier.

Both terms contain e^x, so it makes sense to factor it out. Doing that gives

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

Now we’re in a much better position.

To find stationary points, we set the derivative equal to zero:

e^x(x^2 + 2x) = 0

This is the moment where understanding matters more than algebra.

An exponential function, e^x, never equals zero for any real value of x. It doesn’t cross the x-axis. So although the derivative is written as a product of two factors, only one of those factors can actually be zero.

In other words, we are not solving two separate equations. We are recognising that the exponential part cannot vanish, so the only way the whole product equals zero is if the bracket equals zero.

So we solve

x^2 + 2x = 0

Factorising gives

x(x + 2) = 0

which leads to

x = 0 \quad \text{or} \quad x = -2

Those are the stationary point candidates.

What’s important here isn’t just the final values. It’s the sequence that got us there. First, the product rule had to be applied correctly. Then the derivative had to be factored carefully. Finally, we had to interpret the structure properly and recognise which factor could actually be zero.

If even one term of the product rule had been missed earlier, the factorisation would look different and the stationary points would change. That’s why accuracy at the differentiation stage directly affects later marks in optimisation and curve-sketching questions.

Stationary point problems don’t just test whether you can differentiate. They test whether you’ve preserved structure all the way through to the solving stage.

And that’s where careful sequencing really pays off.

🧠 Layered Show-That Question (Product + Chain)

Differentiate

y = x(1 + 2x^2)^5

Show that

\frac{dy}{dx} = (1 + 2x^2)^4(1 + 22x^2)

✅ Model Solution (Exam-Level Walkthrough)

The outer structure is multiplication. One factor is algebraic. The other is a composite power. This immediately signals product rule, with chain rule embedded inside it.

Start by identifying the structure clearly:

u = x
v = (1 + 2x^2)^5

Apply product rule:

\frac{dy}{dx} = x\frac{d}{dx}\big((1 + 2x^2)^5\big) + (1 + 2x^2)^5\frac{d}{dx}(x)

Now focus on the composite term.

The outer function is power 5.
The inner function is 1 + 2x^2.

Differentiate carefully:

Derivative of the outer power gives

5(1 + 2x^2)^4

Derivative of the inner function gives

4x

So

\frac{d}{dx}\big((1 + 2x^2)^5\big) = 5(1 + 2x^2)^4 \cdot 4x

Substitute this back into the product rule expression:

\frac{dy}{dx} = x \cdot 5(1 + 2x^2)^4 \cdot 4x + (1 + 2x^2)^5

Simplify the first term:

= 20x^2(1 + 2x^2)^4 + (1 + 2x^2)^5

At this stage, many students stop. That is why they lose the final mark.

This is a “show that” question. The expression must be factorised.

Both terms contain

(1 + 2x^2)^4

Factor it out:

\frac{dy}{dx} = (1 + 2x^2)^4\left(20x^2 + (1 + 2x^2)\right)

Now simplify inside the bracket:

= (1 + 2x^2)^4(20x^2 + 1 + 2x^2)

Combine like terms:

= (1 + 2x^2)^4(1 + 22x^2)

which matches the required result.

🔎 Why Students Find This Hard

The difficulty is not differentiation. It is structure control.

Three common failure points:

  • Forgetting the inner derivative 4x
    • Not recognising the common factor
    • Expanding instead of factorising

If expansion begins, algebra balloons and errors multiply. Strong students recognise that the question is steering them toward a factorised form.

Layered questions like this reward calm sequencing:

  1. Apply product rule

  2. Apply chain rule inside it

  3. Simplify

  4. Factor deliberately

The final factor is not decorative. It is the structural target of the question.

🎓 Intensive Structural Practice

Mastering the product rule is not about memorising a formula. It is about applying that formula reliably inside longer, layered questions where multiple rules interact.

The High Performance A Level Maths Easter Intensive Revision Course focuses specifically on this type of structural training. Students work through questions where product rule appears alongside chain rule, quotient rule, and stationary point analysis. The aim is not speed. It is controlled sequencing.

During structured sessions, students practise identifying the outer structure before calculating. They are trained to write the differentiation framework clearly before substituting expressions. This habit alone prevents many dropped-term errors that appear under exam pressure.

Product rule questions rarely exist in isolation at higher grades. They are embedded inside optimisation, modelling, and proof-style “show that” questions. Structured practice in this environment builds consistency rather than short-term confidence.

🚀 Focused Final Preparation

As exams approach, the challenge shifts from understanding to execution under time constraints. In timed conditions, students often revert to mechanical differentiation without rechecking structure.

Our Limited Places A Level Maths Revision Course emphasises full-question sequencing rather than isolated techniques. Product rule questions are practised in combination with interpretation steps such as factorisation, stationary point classification, and algebraic simplification.

Students are required to complete questions to the final form expected by mark schemes. That includes clean factor extraction in “show that” questions and careful reasoning when setting derivatives equal to zero.

Practising structured execution in this way reduces the likelihood of dropped terms, missing factors, or incomplete conclusions. Product rule becomes stable not because it is simpler, but because it has been rehearsed inside realistic exam layering.

👨‍🏫Author Bio

S Mahandru – A Level Maths specialist focused on structural modelling, examiner logic, and high-precision exam preparation across Pure and Mechanics papers. Teaching emphasises visible reasoning and exam-stable method sequencing rather than short-term procedural shortcuts.

🧭 Next topic:

Once multiplication between two changing functions feels controlled in A Level Product Rule – Complete Exam Guide with Worked Examples, moving into A Level Quotient Rule – Exam Technique and Common Mistakes extends that structure into division, where the interaction between functions becomes even more sensitive to sequencing.

🧾Conclusion

The A Level Product Rule is often introduced as a compact formula,

\frac{d}{dx}(uv) = u\frac{dv}{dx} + v\frac{du}{dx},

but the formula itself is only the surface of what is really happening. When two expressions are multiplied together and both depend on x, they do not change independently. As one varies, it scales the effect of the other. The derivative must therefore measure how each factor changes while the other is still present. That is why two terms appear, not one.

It helps to see this in a small example rather than in abstract symbols. Suppose

y = x^2 e^x.

There is nothing exotic here — just a polynomial and an exponential multiplied together. If we differentiate, we obtain

\frac{dy}{dx} = x^2 e^x + 2x e^x.

Notice something subtle. The exponential appears in both terms. It never disappears because it was part of the original product. When x^2 changes, it changes while still being multiplied by e^x. When e^x changes, it does so while still being multiplied by x^2. The derivative reflects that shared presence.

This is why missing one term is not a small arithmetic mistake. If only one contribution is written down, the result describes a different rate of change altogether. In longer exam questions, that early omission does not remain isolated. It affects stationary point calculations, shifts turning points, and changes tangent gradients. The algebra may still look convincing, but the underlying modelling is no longer accurate.

In full A Level papers, multiplication is rarely presented on its own. Product rule may sit inside a quotient, contain a composite function within one factor, or feed into optimisation arguments. The real skill, therefore, is not remembering the formula but recognising multiplication immediately and pausing long enough to account for both interacting parts.

The expression may look simple. The reasoning behind it is not. Product rule trains the habit of thinking about how quantities change together rather than separately, and that habit is what stabilises more advanced differentiation later on.

❓ FAQs

🔍 When exactly should I use the product rule?

The product rule is required whenever two expressions that both depend on x are multiplied together. The key phrase is both depend. If one factor is constant, ordinary differentiation applies. But if each factor changes as x changes, their rates of change interact.

For example:

y = x e^x

Both parts vary. Product rule is necessary.

However:

y = 5x^2

There is no second changing factor. Product rule is not required.

Students sometimes confuse multiplication with composition. In

y = (x^2 + 1)^3

there is no multiplication of two separate functions. That is chain rule, not product rule. Correct rule selection begins with recognising structure, not appearance.

The most common error is differentiating both functions simultaneously instead of holding one fixed while differentiating the other.

The product rule is not “differentiate everything and multiply.” It is:

Differentiate the first.
Keep the second unchanged.
Then switch roles.

When students rush, they often write something like

\frac{d}{dx}(uv) = u'v'

which is incorrect. That mistake usually comes from collapsing the structure mentally rather than writing it out clearly.

A reliable fix is to write the full framework first:

\frac{dy}{dx} = u\frac{dv}{dx} + v\frac{du}{dx}

Then substitute carefully. Visible structure protects marks.

Because they are not testing differentiation alone. They are testing algebraic control after differentiation.

In many exam questions, the derivative must be factorised into a specific form. Students often differentiate correctly but fail to recognise a common factor.

For example, expressions like

a b^4 + b^5

are not finished until the common term

b^4

is extracted.

If expansion begins too early, the final factor becomes harder to see. The strongest strategy is:

Differentiate correctly.
Pause.
Look for the highest common factor before simplifying further.

The final mark is often awarded for this structural awareness.