Home/Mathematics/Product Rule for Derivatives

Formula & Calculator

Product Rule for Derivatives

Gives the derivative of a product of two functions in terms of the individual functions and their derivatives.

MathematicsCalculusResearch

Product Rule for Derivatives Calculatord/dx[f·g] = f'·g + f·g'

d/dx[ f · g ] = f' · g + f · g'
f, g = functions of x  ·  f', g' = their derivatives
⟹ Computef(x), g(x), x
Presets:
d/dx[f·g]
Enter functions and click Calculate
f(x): g(x): f'(x): g'(x):
✓ Copied!
Derivative Gauge
Negative Zero Positive
d/dx[f·g] = f'·g + f·g'  ·  Numerical differentiation using central difference

Interpretation

d/dx[f(x)g(x)] = f'(x)g(x) + f(x)g'(x). Derivative of a product of two functions. Essential for differentiating products. Used in optimization and physics.

d/dx[f(x)*g(x)] = f'(x)*g(x) + f(x)*g'(x)
Product Rule for Derivatives

Variables

SymbolQuantityUnit
f, gThe two functions being multiplied
f', g'Derivatives of f and g

What it means

The product rule gives the derivative of the product of two differentiable functions. It states that the derivative of the product f(x)g(x) is f'(x)g(x) + f(x)g'(x). This rule is necessary because the derivative of a product is not simply the product of derivatives. It is derived from the definition of the derivative by adding and subtracting terms. The product rule is widely used in calculus, particularly in applications involving rates of change of products, such as in physics (power = force × velocity) and in economics (revenue = price × quantity). It also appears in the derivation of integration by parts. Understanding the product rule is crucial for differentiation of complex functions and for solving optimization problems where products arise.

Worked example

Product Rule for Derivatives – Two Examples

Real‑World
Scenario: A student differentiates f(x)=x²·sin(x) at x=π/2 using the product rule.
ParameterValue
f
gsin(x)
1f'=2x, g'=cos(x). f'g + fg' = 2x sin(x) + x² cos(x)
2At x=π/2: 2(π/2)(1) + (π/2)²(0) = π
Result π ✓ Derivative value
Scenario: A biologist uses the product rule to find the rate of change of population N(t)=t²·e^t at t=1.
ParameterValue
f
ge^t
1N' = 2t·e^t + t²·e^t = e^t(t²+2t)
2At t=1: e¹(1+2)=3e ≈ 8.15
Result 3e ✓ Growth rate
Insight: Product rule: (fg)' = f'g + fg'. Used whenever two functions are multiplied.

Common mistakes

  • Product rule: d/dx[f·g] = f'·g + f·g' – not f'·g' or f·g'.
  • Order: The two terms are added – no subtraction.
  • For more than two factors: Use the generalised product rule (sum of each derivative times the other factors).
  • Chain rule: May be needed if f or g are composite functions.
  • Memory aid: “First times derivative of second plus second times derivative of first.”

Applications

The product rule for derivatives, d/dx[f(x)g(x)] = f'(x)g(x) + f(x)g'(x), allows differentiation of products of functions. It is essential in physics (e.g., product of wave functions), engineering (e.g., stress‑strain relationships), and probability (e.g., joint distributions). Engineers use it to derive equations for complex systems where variables multiply, such as in fluid dynamics and heat transfer. In control theory, it appears in Lyapunov stability analyses. The product rule also underpins integration by parts, a fundamental technique in solving differential equations. By understanding this rule, professionals can handle more complex mathematical models and derive accurate results from coupled systems.

  • Derivation of equations for coupled physical systems
  • Integration by parts and solving differential equations
  • Probability density functions and joint distributions
  • Signal processing and convolution operations
  • Economic models with multiplicative variables

Frequently Asked Questions

Q01What is the product rule for derivatives?
A01

The product rule states that if f(x) = u(x)·v(x), then f'(x) = u'(x)·v(x) + u(x)·v'(x). It is used when differentiating the product of two functions.

Q02What is the common mistake when applying the product rule?
A02

Forgetting the second term of the rule and only differentiating one of the two functions. The product rule requires both functions to be differentiated and summed.

Q03How does the product rule extend to three or more factors?
A03

For three factors: (u·v·w)' = u'·v·w + u·v'·w + u·v·w'. In general, the derivative of a product of n functions is the sum of n terms, each with one factor differentiated.

Q04What is the product rule in Leibniz notation?
A04

If y = u·v, then dy/dx = u·(dv/dx) + v·(du/dx). This is the same rule expressed differently.

Q05What is the derivative of x·sin(x) using the product rule?
A05

Let u = x, v = sin x. Then u' = 1, v' = cos x. So f'(x) = 1·sin x + x·cos x = sin x + x cos x.

Q06How does the product rule relate to the quotient rule?
A06

The quotient rule can be derived from the product rule by writing u/v = u·v⁻¹ and applying the product rule and the chain rule.

Q07What is the product rule for constants?
A07

If one function is a constant c, then (c·v)' = c·v', which is the constant multiple rule.

Q08What are the applications of the product rule?
A08

  • Finding derivatives of products of polynomials, trigonometric, exponential, and logarithmic functions.
  • Physics (e.g., derivative of position with time when velocity is product).

Q09How do you apply the product rule when functions are not explicitly given?
A09

You can still use the rule symbolically: (fg)' = f'g + fg'.

Q10What is the product rule for higher derivatives?
A10

The Leibniz rule (or generalised product rule) gives the nth derivative of a product: (fg)⁽ⁿ⁾ = Σ (n choose k) f⁽ᵏ⁾g⁽ⁿ⁻ᵏ⁾.