• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • Classroom
    • NEET
      • 2025
      • 2024
      • 2023
      • 2022
    • JEE
      • 2025
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
      • College Predictor
      • Counselling
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
  • NEW
    • TALLENTEX
    • AOSAT
  • ALLEN E-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
Home
JEE Maths
Product Rule

The Product Rule 

1.0What is the Product Rule?

In simple terms, the Product Rule for differentiation is a special formula used to differentiate a function that is a product of two differentiable functions. For example, if you have a function h(x)=f(x)⋅g(x), where f(x) and g(x) are both differentiable functions, you cannot simply differentiate each part separately and multiply the results. That is a common mistake. Instead, you must apply the product rule to find the correct derivative, h′(x).

2.0The Product Rule Formula

If u=f(x) and v=g(x) are two differentiable functions, then the derivative of their product, uv, is given by:

dxd​(uv)=udxdv​+vdxdu​

In simpler notation, this can be written as:

(fg)' = f'g + fg'

This formula states that the derivative of the product of two functions is equal to (the first function multiplied by the derivative of the second) plus (the second function multiplied by the derivative of the first).

3.0Derivation of the Product Rule

While the formula itself is easy to apply, understanding its origin is key to a deeper conceptual grasp, which is vital for JEE. We can derive the product rule using the first principle of differentiation (the limit definition).

Let h(x)=f(x)g(x). The derivative of h(x) is given by:

h′(x)=limt→0​th(x+t)−h(x)​

Substituting h(x)=f(x)g(x) into the equation:

h′(x)=limt→0​tf(x+t)g(x+t)−f(x)g(x)​

This is a bit tricky to solve directly. The key insight is to add and subtract a term in the numerator. We add and subtract f(x)g(x+t):

h′(x)=limt→0​tf(x+t)g(x+t)−f(x)g(x+t)+f(x)g(x+t)−f(x)g(x)​

Now, we can rearrange the terms and factor them:

h′(x)=limt→0​[tg(x+t)[f(x+t)−f(x)]​+tf(x)[g(x+t)−g(x)]​]

h′(x)=limt→0​[g(x+t)(tf(x+t)−f(x)​)+f(x)(tg(x+t)−g(x)​)]

Using the properties of limits, we can split this into two separate limits:

h′(x)=limt→0​g(x+t)⋅limt→0​(tf(x+t)−f(x)​)+limt→0​f(x)⋅limt→0​(tg(x+t)−g(x)​)

As t→0, g(x+t)→g(x), and the terms in the parentheses are the definitions of the derivatives of f(x) and g(x). Thus, we get:

h′(x)=g(x)f′(x)+f(x)g′(x)

This derivation solidifies the formula and is a great way to remember it.

4.0Step-by-Step Method to Apply the Product Rule

  1. Identify the functions: Clearly identify the two functions, u and v, that are being multiplied. For example, if y=x2sin(x),let u=x2 and v=sin(x)
  2. Find the derivatives: Calculate the derivative of each individual function. Find dxdu​ and dxdv​
  3. Apply the formula: Substitute the original functions and their derivatives into the product rule formula: udxdv​+vdxdu​.
  4. Simplify: Perform the necessary algebraic simplification to get the final answer.

5.0Solved Examples on the Product Rule

Example 1: Basic Application with Polynomials

Problem: Find the derivative of y=(x2+1)(x3−x).

Solution:

  1. Identify the functions: Let =˘x2+1 and =ˇx3−x

Find the derivatives:

dxdu​=dxd​(x2+1)=2x

dxdv​=dxd​(x3−x)=3x2−1

Table of Contents


  • 1.0What is the Product Rule?
  • 2.0The Product Rule Formula
  • 3.0Derivation of the Product Rule
  • 4.0Step-by-Step Method to Apply the Product Rule
  • 5.0Solved Examples on the Product Rule
  • 5.1Example 1: Basic Application with Polynomials
  • 5.2Example 2: Involving Trigonometric and Exponential Functions
  • 5.3Example 3: Product of Three Functions
  • 6.0Relation to Other Differentiation Rules
  • 6.1Product Rule vs. Quotient Rule
  • 6.2Product Rule and the Chain Rule
  • 7.0Practice Problems on the Product Rule

Frequently Asked Questions

The Product Rule is used to find the derivative of a function that is the product of two or more other functions, like y=f(x)g(x).

Yes, a popular mnemonic is "first times derivative of the second plus second times derivative of the first."

Yes. You can apply the product rule iteratively. For a product of three functions, fgh, you can find the derivative by using the rule on (fg)h. This will give you (fg)′h+(fg)h′. Then you use the product rule on (fg)′ to get the final result.

You should use the Product Rule when the function is a product, and the Quotient Rule when it is a ratio (a fraction). While you can convert a quotient into a product and use the product rule, the Quotient Rule is generally more direct and less prone to errors for fractions.

The Product Rule is a fundamental building block of differential calculus. It is an indispensable tool for solving complex differentiation problems and is often combined with other rules like the chain rule and implicit differentiation, making it a crucial topic for success in the JEE exams.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • Olympiad
    • NEET Previous Year Papers
    • NEET Sample Papers
    • JEE Main Sample Papers
    • CBSE Sample Papers

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO