
Product Rule formula proof and step by step solved examples
The concept of Product Rule plays a key role in mathematics and is widely applicable to both real-life situations and exam scenarios. It's an essential technique in calculus for differentiating the product of two or more functions, and it forms the backbone for solving many types of problems in classes 11, 12, and competitive exams.
What Is Product Rule?
Product rule in maths is a formula that helps you find the derivative of a function that is made by multiplying two or more simpler functions. You’ll find this concept applied in areas such as derivatives, integration by parts, and even in real-life rate-of-change physics questions. Whether your function involves polynomials, trigonometric, logarithmic, or exponential functions, the product rule lets you differentiate quickly and accurately.
Key Formula for Product Rule
Here’s the standard formula: \( \dfrac{d}{dx}[f(x) \cdot g(x)] = f'(x) \cdot g(x) + f(x) \cdot g'(x) \)
For three functions (say, u(x), v(x), and w(x)), the rule expands as: \( \dfrac{d}{dx}[u(x) \cdot v(x) \cdot w(x)] = u'(x) v(x) w(x) + u(x) v'(x) w(x) + u(x) v(x) w'(x) \)
Cross-Disciplinary Usage
The product rule is not only useful in Maths but also plays an important role in Physics (for example, in kinematics or electric current problems where quantities change together), Computer Science (algorithm analysis and derivatives in machine learning), and daily logical reasoning. Students preparing for JEE, NEET, or board exams frequently encounter problems where the product rule simplifies complex differentiation questions.
Step-by-Step Illustration
- Suppose you need the derivative of \( f(x) = x^2 \cdot \sin(x) \).
Let u(x) = x2, v(x) = sin(x) - Find their derivatives:
u'(x) = 2x, v'(x) = cos(x) - Apply the product rule formula:
\( f'(x) = 2x \cdot \sin(x) + x^2 \cdot \cos(x) \) - Final Answer:
The derivative of \( x^2 \cdot \sin(x) \) is \( 2x \sin(x) + x^2 \cos(x) \)
Speed Trick or Vedic Shortcut
Here’s a quick shortcut: When you spot the product of two functions in a question, remember – never try to multiply them first and then differentiate. It is usually faster to apply the product rule directly, especially in time-pressured exams. For instance, “the derivative of x log x” is log x + 1, derived in just one line by the product rule!
Example Trick: For functions like \( x^n \cdot e^x \), use:
\( \dfrac{d}{dx}[x^n \cdot e^x] = n x^{n-1} e^x + x^n e^x = e^x (n x^{n-1} + x^n) \)
This trick keeps the exponential term untouched and just differentiates the algebraic portion.
Shortcuts like this are why Vedantu’s teachers highlight the product rule in live sessions. Students also learn how to combine it with the chain rule for even tougher questions!
Try These Yourself
- Differentiate \( x^3 \cdot \cos(x) \) using the product rule.
- Find the derivative of \( (1 - 2x) \cdot e^x \).
- Apply the product rule to \( x \cdot \ln(x) \).
- For \( y = x^2 \cdot \ln(x) \cdot e^x \), use the rule for three functions and find \( \dfrac{dy}{dx} \).
- Which rule would you use to find the derivative of \( \sin(x^2) \)?
Frequent Errors and Misunderstandings
- Skipping one function’s derivative or missing a term in the sum.
- Multiplying functions before differentiating (slows you down and can cause algebraic mistakes).
- Mixing up the product rule and chain rule—remember, the product rule is for multiplication, chain rule is for function composition.
- Forgetting to apply the rule to all parts when more than two functions are multiplied.
- Not simplifying the answer or matching the answer’s form to options in MCQs.
Relation to Other Concepts
The idea of product rule connects closely with topics such as differentiation rules and the chain rule. In integration, the product rule is mirrored by integration by parts. Mastering the product rule makes you confident with all composite function problems in higher classes and exams.
Classroom Tip
A quick way to remember the product rule is the phrase: “First D second plus Second D first.” That means – keep the first function, multiply by the derivative of the second, then keep the second function, multiply by the derivative of the first, then add them together. Vedantu’s teachers often use catchy phrases or pattern visualizations to reinforce this rule in live classes.
We explored Product Rule—from definition, formula, step-by-step examples, fast tricks, frequent mistakes, and its importance for calculus. Continue practicing similar problems with Vedantu to become confident in solving derivatives, and be sure to check out these related resources to deepen your understanding:
Differentiation Formula
Integration by Parts Rule
Chain Rule in Differentiation
Differentiation Questions (Practice)
FAQs on Product Rule in Differentiation Explained Clearly
1. What is the product rule in calculus?
The product rule in calculus states that the derivative of the product of two functions is given by d(uv)/dx = u·dv/dx + v·du/dx. This rule is used when differentiating expressions where two functions are multiplied together, such as x² sin x or (x + 1)eˣ. It ensures both functions are differentiated correctly while keeping the other unchanged in each term.
2. What is the formula for the product rule?
The formula for the product rule is (uv)' = u'v + uv'. Here:
- u and v are differentiable functions
- u' is the derivative of u
- v' is the derivative of v
3. How do you use the product rule step by step?
To use the product rule, apply the formula (uv)' = u'v + uv' step by step as follows:
- Step 1: Identify u and v
- Step 2: Differentiate u to get u'
- Step 3: Differentiate v to get v'
- Step 4: Substitute into the formula u'v + uv'
- u = x², so u' = 2x
- v = sin x, so v' = cos x
- dy/dx = 2x sin x + x² cos x
4. When should you use the product rule?
You should use the product rule whenever you are differentiating the product of two differentiable functions. Common cases include:
- Polynomial × trigonometric functions (e.g., x² cos x)
- Polynomial × exponential functions (e.g., x eˣ)
- Two algebraic expressions multiplied together
5. Can you give an example of the product rule?
An example of the product rule is differentiating y = x eˣ, which gives dy/dx = eˣ + x eˣ. Using (uv)' = u'v + uv':
- u = x, so u' = 1
- v = eˣ, so v' = eˣ
- dy/dx = 1·eˣ + x·eˣ = eˣ + x eˣ
6. Why does the product rule work?
The product rule works because it is derived from the limit definition of the derivative applied to a product of two functions. When expanding the difference quotient for uv, extra terms appear that lead to the result (uv)' = u'v + uv'. This ensures both functions’ rates of change are accounted for in differential calculus.
7. What is the difference between the product rule and the chain rule?
The difference is that the product rule applies to multiplying two functions, while the chain rule applies to a function inside another function.
- Product rule: (uv)' = u'v + uv'
- Chain rule: d/dx[f(g(x))] = f'(g(x))·g'(x)
8. What are common mistakes when using the product rule?
A common mistake when using the product rule is differentiating only one function instead of both. Common errors include:
- Forgetting one term in u'v + uv'
- Mixing up u and v derivatives
- Not applying additional rules like the chain rule when needed
9. How do you apply the product rule to three functions?
To apply the product rule to three functions, differentiate one function at a time while keeping the others constant, giving (uvw)' = u'vw + uv'w + uvw'. For example, if y = x² eˣ sin x:
- Differentiate each function separately
- Add the three resulting terms
10. Is there a shortcut or mnemonic for the product rule?
A common mnemonic for the product rule is “first times derivative of second plus second times derivative of first.” In formula form, this is (uv)' = u'v + uv'. This memory aid helps students quickly recall how to differentiate the product of two functions in calculus.





















