Quotient Rule

Calculus & Advanced Math

The quotient rule gives the derivative of one function divided by another: (f/g)' = (f'g - fg') / g^2.

Formula

\frac{d}{dx}\left[\frac{f}{g}\right] = \frac{f'g - fg'}{g^2}

Definition

The quotient rule finds the derivative of a fraction where both top and bottom are functions. The mnemonic is: "low d-high minus high d-low, square the bottom and away we go."

Example

Differentiate $x^2 / \sin(x)$: $(2x\sin x - x^2\cos x) / \sin^2(x)$.

Key Insight

The quotient rule always subtracts (not adds) in the numerator, so the order matters. Switching f and g gives a different answer.

Definition

If $g(x) \neq 0$, then $d/dx[f(x)/g(x)] = [f'(x)g(x) - f(x)g'(x)] / [g(x)]^2$. It can be derived from the product rule applied to $f(x) \cdot [g(x)]^{-1}$.

Example

$f(x) = (x^2 + 1)/(x - 2)$: $f'(x) = [2x(x-2) - (x^2+1)(1)] / (x-2)^2 = (x^2 - 4x - 1)/(x-2)^2$.

Key Insight

Many calculus teachers prefer rewriting division as multiplication by a negative power and using the product/chain rules instead, which avoids the subtraction-order trap.

Definition

The quotient rule is a direct consequence of the product rule and the chain rule applied to $g^{-1}$. For complex functions, it holds in exactly the same form for holomorphic functions, underpinning the calculation of derivatives of rational and meromorphic functions.

Example

Differentiating $\tan(x) = \sin(x)/\cos(x)$ via the quotient rule gives $(\cos^2 x + \sin^2 x)/\cos^2 x = 1/\cos^2 x = \sec^2 x$, a standard result used throughout physics.

Key Insight

In algebraic geometry, the quotient rule generalizes to the derivation of function fields, connecting differential calculus to the study of algebraic varieties.