Photo AI

Last Updated Sep 27, 2025

Product Rule Simplified Revision Notes

Revision notes with simplified explanations to understand Product Rule quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

227+ students studying

7.3.4 Product Rule

The product rule is a fundamental differentiation technique used when you need to differentiate the product of two functions. It allows you to find the derivative of a product without having to multiply the functions first, which can simplify the differentiation process, especially when dealing with complex functions.

1. The Product Rule Formula:

infoNote

If you have two functions u(x)u(x) and v(x)v(x), and you want to differentiate their product with respect to x, the product rule states:

ddx[u(x)v(x)]=u(x)v(x)+v(x)u(x)\frac{d}{dx}[u(x) \cdot v(x)] = u(x) \cdot v'(x) + v(x) \cdot u'(x)

In other words, to differentiate the product of two functions:

  • Differentiate the first function u(x)u(x) and multiply it by the second function v(x) v(x) as it is.
  • Then, differentiate the second function v(x)v(x) and multiply it by the first function u(x)u(x) as it is.
  • Finally, add these two results together.

2. Understanding the Product Rule:

The product rule can be understood as accounting for both ways the product can change:

  • u(x)u(x) changes while v(x) v(x) stays the same.
  • v(x)v(x) changes while u(x)u(x) stays the same. Adding these changes together gives the total rate of change of the product.

3. Examples of Applying the Product Rule:

infoNote

Example 1: Differentiate y=x2sin(x)y = x^2 \cdot \sin(x)

  • Step 1: Identify the functions:
  • u(x)=x2u(x) = x^2
  • v(x)=sin(x)v(x) = \sin(x)
  • Step 2: Differentiate each function:
  • u(x)=2xu'(x) = 2x
  • v(x)=cos(x)v'(x) = \cos(x)
  • Step 3: Apply the product rule:

dydx=u(x)v(x)+v(x)u(x)\frac{dy}{dx} = u(x) \cdot v'(x) + v(x) \cdot u'(x)

dydx=x2cos(x)+sin(x)2x\frac{dy}{dx} = x^2 \cdot \cos(x) + \sin(x) \cdot 2x

dydx=x2cos(x)+2xsin(x)\frac{dy}{dx} = x^2 \cos(x) + 2x \sin(x)

infoNote

Example 2: Differentiate y=exln(x)y = e^x \cdot \ln(x)

  • Step 1: Identify the functions:
  • u(x)=exu(x) = e^x
  • v(x)=ln(x)v(x) = \ln(x)
  • Step 2: Differentiate each function:
  • u(x)=exu'(x) = e^x
  • v(x)=1xv'(x) = \frac{1}{x}
  • Step 3: Apply the product rule:

dydx=u(x)v(x)+v(x)u(x)\frac{dy}{dx} = u(x) \cdot v'(x) + v(x) \cdot u'(x)

dydx=ex1x+ln(x)ex\frac{dy}{dx} = e^x \cdot \frac{1}{x} + \ln(x) \cdot e^x

dydx=exx+exln(x) \frac{dy}{dx} = \frac{e^x}{x} + e^x \ln(x)

infoNote

Example 3: Differentiate y=(3x2+2x)cos(x) y = (3x^2 + 2x) \cdot \cos(x)

  • Step 1: Identify the functions:
  • u(x)=3x2+2xu(x) = 3x^2 + 2x
  • v(x)=cos(x)v(x) = \cos(x)
  • Step 2: Differentiate each function:
  • u(x)=6x+2u'(x) = 6x + 2
  • v(x)=sin(x)v'(x) = -\sin(x)
  • Step 3: Apply the product rule:

dydx=u(x)v(x)+v(x)u(x)\frac{dy}{dx} = u(x) \cdot v'(x) + v(x) \cdot u'(x)

dydx=(3x2+2x)(sin(x))+cos(x)(6x+2)\frac{dy}{dx} = (3x^2 + 2x) \cdot (-\sin(x)) + \cos(x) \cdot (6x + 2)

dydx=(3x2+2x)sin(x)+(6x+2)cos(x)\frac{dy}{dx} = -(3x^2 + 2x)\sin(x) + (6x + 2)\cos(x)

4. Using the Product Rule with the Chain Rule:

In some cases, you may need to use the product rule in conjunction with the chain rule, especially if one or both of the functions being multiplied are themselves composite functions.

infoNote

Example: Differentiate y=x2e3x y = x^2 \cdot e^{3x}

  • Step 1: Identify the functions:
  • u(x)=x2u(x) = x^2
  • v(x)=e3xv(x) = e^{3x}
  • Step 2: Differentiate each function:
  • u(x)=2xu'(x) = 2x
  • v(x)=e3x3v'(x) = e^{3x} \cdot 3 (using the chain rule)
  • Step 3: Apply the product rule:

dydx=u(x)v(x)+v(x)u(x)\frac{dy}{dx} = u(x) \cdot v'(x) + v(x) \cdot u'(x)

dydx=x23e3x+e3x2x\frac{dy}{dx} = x^2 \cdot 3e^{3x} + e^{3x} \cdot 2x

dydx=3x2e3x+2xe3x=e3x(3x2+2x)\frac{dy}{dx} = 3x^2 e^{3x} + 2x e^{3x} = e^{3x}(3x^2 + 2x)

Summary:

infoNote
  • The product rule is essential for differentiating products of functions, allowing you to break down the differentiation process into manageable steps.
  • By differentiating each function separately and then combining the results, you can accurately compute the derivative of more complex expressions.
  • Mastery of the product rule, along with other differentiation techniques like the chain rule, is crucial for solving a wide range of problems in calculus and its applications.

Product Rule For Differentiation

(uv)=vu+uv(uv)' = vu' + uv'
infoNote

Example 1: If y=xsinxy = x \sin x, find dydx\frac{dy}{dx}.

  • Let u=xu = x and v=sinxv = \sin x.
  • Then, u=1u' = 1 and v=cosxv' = \cos x. Using the product rule:
dydx=(sinx)(1)+(x)(cosx)\frac{dy}{dx} = (\sin x)(1) + (x)(\cos x)=sinx+xcosx= \sin x + x \cos x
infoNote

Example 2: If y=x3(6x2+2)8y = x^3 (6x^2 + 2)^8, find dydx\frac{dy}{dx}.

  • Let u=x3u = x^3 and v=(6x2+2)8v = (6x^2 + 2)^8.
  • Then, u=3x2u' = 3x^2 and v=8(6x2+2)7×(12x)v' = 8(6x^2 + 2)^7 \times (12x). Using the product rule:
dydx=vu+uv\frac{dy}{dx} = v u' + u v'=96x(6x2+2)7= 96x(6x^2 + 2)^7

Additional Problems:

infoNote

Find dydx\dfrac {dy}{dx}, simplifying your answer in each case and fully factories

  1. y=3x4e2x+3y = 3x^4 e^{2x+3}
  • u=3x4,v=e2x+3u = 3x^4, \quad v = e^{2x+3}
  • u=12x3,v=2e2x+3u' = 12x^3, \quad v' = 2e^{2x+3}
dydx=e2x+3(12x3)+(3x4)×2e2x+3\frac{dy}{dx} = e^{2x+3}(12x^3)+(3x^4)\times 2e^{2x+3}12x3e2x+3+6x4e2x+312x^3e^{2x+3}+6x^4e^{2x+3}6x3e2x+3(2+x)6x^3e^{2x+3}(2+x)
infoNote

y=(x+2)(x3)3y = (x+2)(x-3)^3


infoNote

Given the function: y=x23x+1y = x^2 \sqrt{3x+1}

We can set u=x2u = x^2 and v=(3x+1)12v = (3x+1)^{\frac{1}{2}}.

Then, the derivatives are:

u=2xu' = 2x

v=12(3x+1)12×3=32(3x+1)12v' = \frac{1}{2} (3x+1)^{-\frac{1}{2}} \times 3 = \frac{3}{2} (3x+1)^{-\frac{1}{2}}

Using the product rule:

dydx=uv+uv\frac{dy}{dx} = u'v + uv'=(3x+1)12(2x)+x2(32(3x+1)12)= (3x+1)^{\frac{1}{2}} (2x) + x^2 \left( \frac{3}{2} (3x+1)^{-\frac{1}{2}} \right)

Combine the terms:

=2x(3x+1)12+3x22(3x+1)12= 2x (3x+1)^{\frac{1}{2}} + \frac{3x^2}{2} (3x+1)^{-\frac{1}{2}}

Factoring out common terms:

=x(3x+1)12[2(3x+1)+3x2]= x (3x+1)^{-\frac{1}{2}} \left[ 2(3x+1) + \frac{3x}{2} \right]=x(3x+1)12[6x+2+3x2]= x (3x+1)^{-\frac{1}{2}} \left[ 6x + 2 + \frac{3x}{2} \right]

Simplifying further:

=x(3x+1)12[15x+22]= x (3x+1)^{-\frac{1}{2}} \left[ \frac{15x+2}{2} \right]

Final simplified form:

=12x(3x+1)12(15x+4)= \frac {1}{2}x (3x+1)^{-\frac{1}{2}} \left( 15x+4\right)

Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Product Rule

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

70 flashcards

Flashcards on Product Rule

Revise key concepts with interactive flashcards.

Try Maths Pure Flashcards

7 quizzes

Quizzes on Product Rule

Test your knowledge with fun and engaging quizzes.

Try Maths Pure Quizzes

2 questions

Exam questions on Product Rule

Boost your confidence with real exam questions.

Try Maths Pure Questions

27 exams created

Exam Builder on Product Rule

Create custom exams across topics for better practice!

Try Maths Pure exam builder

18 papers

Past Papers on Product Rule

Practice past papers to reinforce exam experience.

Try Maths Pure Past Papers

Other Revision Notes related to Product Rule you should explore

Discover More Revision Notes Related to Product Rule to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Further Differentiation

First Principles Differentiation - Trigonometry

user avatar
user avatar
user avatar
user avatar
user avatar

384+ studying

198KViews

96%

114 rated

Further Differentiation

Differentiating Other Functions (Trig, ln & e etc)

user avatar
user avatar
user avatar
user avatar
user avatar

345+ studying

198KViews

96%

114 rated

Further Differentiation

Chain Rule

user avatar
user avatar
user avatar
user avatar
user avatar

255+ studying

191KViews

96%

114 rated

Further Differentiation

Quotient Rule

user avatar
user avatar
user avatar
user avatar
user avatar

210+ studying

189KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered