Quotient Rule
Motivation: why this matters in quant finance
The quotient rule tells you how to differentiate a ratio of two functions. Ratios appear constantly in finance: price-to-earnings ratios, hedge ratios, exchange rates (the price of one asset in units of another), the numéraire-relative pricing framework (expressing an asset price as a ratio to a numéraire), and implied volatility surfaces parameterised by moneyness K/S.
In the
Black-Scholes derivation, the hedged portfolio
Π=S−vS1v involves the ratio
v/vS, and the hedge ratio itself is
Δ=1/vS. Computing how these quantities change with
S or
t requires the quotient rule (or equivalently, the
product rule applied to
f⋅g−1). In the stochastic world, the quotient rule picks up extra terms from Itô calculus, just as the product rule does.
The quotient rule is not a fundamentally new result — it is a direct consequence of the
product rule and the
chain rule. But having it as a standalone formula saves time and reduces errors when working with ratios, which is often enough in practice to justify knowing it by heart.
Definition and setup
The rule
Let f(x) and g(x) be differentiable functions with g(x)=0. The derivative of the quotient h(x)=g(x)f(x) is:
h′(x)=[g(x)]2f′(x)g(x)−f(x)g′(x)
Or more compactly:
dxd[gf]=g2f′g−fg′
A common mnemonic: "low d-high minus high d-low, over the square of what's below" — where "high" is the numerator f, "low" is the denominator g, and "d" means "derivative of."
Derivation from the product rule and chain rule
As shown in the
product rule page, the quotient rule follows from writing
f/g=f⋅g−1:
dxd[gf]=f′⋅g−1+f⋅(−g−2)⋅g′=gf′−g2fg′=g2f′g−fg′
The first step is the
product rule; the second uses the
chain rule on
g−1. This derivation is worth remembering: if you forget the quotient rule during a calculation, you can always reconstruct it from the other two rules.
Differential form
In the notation used in stochastic calculus, the quotient rule for smooth deterministic functions reads:
d(gf)=g1df−g2fdg
In the stochastic (Itô) setting, this acquires correction terms from the non-vanishing cross-variation and the quadratic variation of g:
d(YtXt)=Yt1dXt−Yt2XtdYt−Yt21dXtdYt+Yt3Xt(dYt)2
This follows from applying
Itô's Lemma to
f(X,Y)=X/Y, or equivalently from the Itô product rule applied to
Xt⋅Yt−1. The extra terms vanish when
Xt and
Yt are smooth deterministic functions (because
dXdY=0 and
(dY)2=0 in that case), recovering the ordinary quotient rule.
Key results and properties
Special case: reciprocal rule
When the numerator is a constant (
f=1), the quotient rule reduces to the
reciprocal rule:
dxd[g(x)1]=−[g(x)]2g′(x)
This is the chain rule applied to g−1, and it appears in finance whenever you differentiate an inverse quantity: 1/S (the price of one unit of domestic currency in foreign terms), 1/vS (the inverse delta), or 1/r (reciprocal interest rate expressions in certain yield models).
Symmetry and antisymmetry
Notice the structure:
f′g−fg′ is
antisymmetric in
(f,g) — swapping
f and
g flips the sign. This makes sense:
d(f/g)=−d(g/f)⋅(f/g)2/(g/f)2... more simply,
f/g and
g/f are reciprocals, so their derivatives have opposite signs (after normalisation). In practice, this means you must be careful about which function is in the numerator and which is in the denominator — a sign error in the quotient rule will propagate through every subsequent calculation.
Relationship to logarithmic differentiation
An alternative to the quotient rule is logarithmic differentiation. Since ln(f/g)=lnf−lng:
dxdlngf=ff′−gg′
Multiplying both sides by
f/g and using the
chain rule:
dxd[gf]=gf(ff′−gg′)=gf′−g2fg′=g2f′g−fg′
This confirms the quotient rule and shows that logarithmic returns naturally handle ratios via subtraction — one of the reasons log-returns are preferred in finance.
Examples and applications
Example 1: Sensitivity of a hedge ratio
In the
Black-Scholes framework, the hedge ratio for a European call
option is
Δ=vS=∂S∂v, which is
Φ(d1) where
Φ is the standard normal CDF. Consider the ratio:
R(S)=Sv(S,t)
This is the option price per unit of underlying — a quantity sometimes used to compare options across different underlyings. By the quotient rule:
∂S∂R=S2vS⋅S−v⋅1=S2Δ⋅S−v
If Δ⋅S>v (which is true for deep ITM calls where Δ≈1 and v≈S−Ke−rT), then R is increasing in S. For deep OTM calls, Δ≈0 and v≈0, so R≈0 and is approximately flat. The quotient rule gives you the transition between these regimes.
Example 2: Differentiating a moneyness ratio
Many volatility surfaces are parameterised not by strike
K directly but by
moneyness m=K/S. Suppose implied volatility is a function of moneyness:
σimpl=h(K/S). To compute the sensitivity of implied vol to the spot price:
∂S∂σimpl=h′(SK)⋅∂S∂(SK)
The inner derivative is the reciprocal rule (or quotient rule with constant numerator):
∂S∂(SK)=−S2K
So:
∂S∂σimpl=−S2K⋅h′(SK)
The negative sign says that if implied vol increases with moneyness (upward-sloping skew), then increasing the spot price (which
decreases moneyness
K/S)
decreases implied vol at a fixed strike. This is the
chain rule and quotient rule working together in a practical volatility surface calculation.
Example 3: Exchange rate dynamics
Let
Xt=St(1)/St(2) be the exchange rate between two assets, both following
geometric Brownian motion. In the deterministic
limit (for intuition), the quotient rule gives:
dX=(S(2))2S(2)dS(1)−S(1)dS(2)=S(2)dS(1)−(S(2))2S(1)dS(2)
In the stochastic case, the Itô quotient rule adds corrections from
(dS(2))2 and
dS(1)dS(2). These corrections matter for pricing quanto options, computing cross-currency hedge ratios, and deriving the dynamics of forward exchange rates under different numéraires. The idea of numéraire-relative pricing — expressing all prices as ratios to a chosen numéraire and then using
martingale methods — is built on this kind of quotient structure. See
the pricing of options and corporate liabilities for the foundational framework.
Common confusions and pitfalls
Getting the sign wrong in f′g−fg′. The numerator of the quotient rule is
f′g−fg′, not
fg′−f′g. The derivative of the
numerator comes first, multiplied by the denominator. Swapping the order flips the sign of the entire answer. If you find yourself unsure, re-derive the quotient rule from the product rule — it takes 15 seconds and eliminates sign errors.
Applying the quotient rule when the product rule is simpler. Sometimes a ratio can be rewritten as a product with a negative exponent:
f/g=f⋅g−1. For expressions where
g is simple (e.g.,
g=S,
g=ert), the product-and-chain-rule approach is often cleaner and less error-prone than the quotient rule. Use whichever form gives fewer opportunities for algebraic mistakes.
Forgetting that g(x)=0 is required. The quotient rule is undefined when the denominator is zero. In finance, this corresponds to situations like a stock price hitting zero (default), an interest rate hitting zero (zero lower bound), or a denominator Greek vanishing. These are the points where the model breaks or requires special treatment, and the quotient rule's division by
g2 is the formal signal that something singular is happening.
Ignoring the Itô correction in stochastic ratios. In the stochastic setting, the extra
(dY)2 and
dXdY terms in the Itô quotient rule are not negligible — they produce drift corrections that affect pricing. For example, the dynamics of the forward price
Ft=St/P(t,T) (spot divided by discount bond price) under the
T-forward measure differ from naive division precisely because of these Itô correction terms.
Where this goes next
The quotient rule, together with the
chain rule and the
product rule, completes the set of rules for differentiating algebraic combinations of smooth functions. These three rules are extended to the stochastic setting by
Itô's Lemma, which adds second-order correction terms arising from the quadratic variation of
Brownian motion.
For the full derivation that uses all three rules in a stochastic context, see
the derivation of the Black-Scholes formula, where the chain rule (via Itô's Lemma) differentiates the option value, the product rule structures the hedged portfolio, and the quotient of option value to delta determines the hedge ratio.
References
- Stewart, J. (2008). Single Variable Calculus: Early Transcendentals (6th ed.). Thomson Brooks/Cole. Ch. 3 Section 3.2 (The Product and Quotient Rules) for the quotient rule and reciprocal-rule derivation.