The quotient rule provides a formula for finding the derivative of a function expressed as the ratio of two differentiable functions, stating that the derivative equals the denominator times the derivative of the numerator minus the numerator times the derivative of the denominator, all divided by the square of the denominator. It is a direct consequence of the product rule applied to f(x) · [g(x)]⁻¹. The quotient rule is widely used in applied mathematics, physics, and engineering when dealing with rates expressed as fractions.
d/dx[f(x)/g(x)] = [f'(x)·g(x) − f(x)·g'(x)] / [g(x)]²
LaTeX: \frac{d}{dx}\left[\frac{f(x)}{g(x)}\right] = \frac{f'(x) \cdot g(x) - f(x) \cdot g'(x)}{[g(x)]^2}
| Symbol | Meaning | Unit |
|---|---|---|
| f(x) | numerator function | dimensionless |
| g(x) | denominator function (g(x) ≠ 0) | dimensionless |
| f'(x) | derivative of the numerator | dimensionless |
| g'(x) | derivative of the denominator | dimensionless |
Problem
Differentiate h(x) = (2x² + 3) / (x − 1).
Solution
Step 1: Identify f(x) = 2x² + 3 and g(x) = x − 1. Step 2: Find f'(x) = 4x. Step 3: Find g'(x) = 1. Step 4: Apply quotient rule: h'(x) = [f'g − fg'] / g². Step 5: h'(x) = [4x(x − 1) − (2x² + 3)(1)] / (x − 1)². Step 6: Expand numerator: 4x² − 4x − 2x² − 3 = 2x² − 4x − 3.
Answer
h'(x) = (2x² − 4x − 3) / (x − 1)²
| Function h(x) | Numerator f | Denominator g | Derivative h'(x) |
|---|---|---|---|
| tan x = sin x / cos x | sin x | cos x | sec²x = 1/cos²x |
| cot x = cos x / sin x | cos x | sin x | −csc²x = −1/sin²x |
| sec x = 1 / cos x | 1 | cos x | sin x / cos²x = sec x · tan x |
| x² / (x + 1) | x² | x + 1 | (x² + 2x) / (x + 1)² |
| eˣ / x | eˣ | x | (xeˣ − eˣ) / x² = eˣ(x − 1)/x² |
Wikimedia Commons, CC BY-SA
The product rule states that the derivative of the product of two differentiable functions equals the first function times the derivative of the second, plus the second function times the derivative of the first. It is a fundamental rule of differential calculus that prevents the incorrect assumption that the derivative of a product is simply the product of the derivatives. The product rule is used whenever functions are multiplied together and their rate of change is needed, for example in physics when computing power as the product of force and velocity.
The chain rule is a differentiation rule used to compute the derivative of a composite function, stating that the derivative of f(g(x)) equals the derivative of the outer function evaluated at the inner function, multiplied by the derivative of the inner function. It is one of the most widely applied rules in calculus, essential whenever a function is "nested" inside another. The chain rule is critical in physics for related rates problems, in machine learning for backpropagation, and in multivariable calculus for total derivatives.
Differentiation is the process of computing the derivative of a function, yielding a new function that expresses the rate of change of the original at every point in its domain. It involves applying systematic rules — such as the power rule, product rule, chain rule, and quotient rule — to transform a given function into its derivative. Differentiation is used extensively in physics for velocity and acceleration, in economics for marginal analysis, and in engineering for optimisation and control systems.
The term "quotient rule" derives from "quotient," which comes from the Latin "quotiens" meaning how many times. The rule itself follows directly from applying the product rule to a ratio, and was established as part of differential calculus in the 17th century by Newton and Leibniz.