Formula & Calculator
Product Rule for Derivatives
Gives the derivative of a product of two functions in terms of the individual functions and their derivatives.
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.
Variables
| Symbol | Quantity | Unit |
|---|---|---|
| f, g | The 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| Parameter | Value |
|---|---|
| f | x² |
| g | sin(x) |
| Parameter | Value |
|---|---|
| f | t² |
| g | e^t |
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
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.
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.
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.
If y = u·v, then dy/dx = u·(dv/dx) + v·(du/dx). This is the same rule expressed differently.
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.
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.
If one function is a constant c, then (c·v)' = c·v', which is the constant multiple rule.
- Finding derivatives of products of polynomials, trigonometric, exponential, and logarithmic functions.
- Physics (e.g., derivative of position with time when velocity is product).
You can still use the rule symbolically: (fg)' = f'g + fg'.
The Leibniz rule (or generalised product rule) gives the nth derivative of a product: (fg)⁽ⁿ⁾ = Σ (n choose k) f⁽ᵏ⁾g⁽ⁿ⁻ᵏ⁾.