Quant Memo
Advanced

Existence and Uniqueness for SDEs

The technical conditions that guarantee a stochastic differential equation actually has one well-defined solution — and why quants rarely worry about this in practice because the standard models were built to satisfy it.

Prerequisites: Stochastic Differential Equations, Brownian Motion

Writing down a stochastic differential equation like dXt=μ(Xt,t)dt+σ(Xt,t)dWtdX_t = \mu(X_t, t)\,dt + \sigma(X_t, t)\,dW_t doesn't automatically mean it describes one well-behaved process — much like an ordinary differential equation can blow up to infinity in finite time or have several equally valid solutions from the same starting point, an SDE can too, if its drift μ\mu (the average direction of movement) and diffusion σ\sigma (the amount of randomness) are badly behaved functions.

The standard fix is the same one used for ordinary differential equations, adapted to the stochastic case: if μ\mu and σ\sigma satisfy a Lipschitz condition (they don't change too abruptly as XtX_t changes) and a linear growth condition (they don't grow faster than linearly in XtX_t, ruling out the kind of runaway feedback that causes finite-time blow-up), then the SDE is guaranteed to have exactly one solution, and that solution stays finite over any finite time horizon.

This matters practically because every everyday model — geometric Brownian motion, the Ornstein-Uhlenbeck process behind mean-reverting rates, the CIR process behind Heston's variance — was specifically built with drift and diffusion terms satisfying these conditions, which is precisely why quants can plug numbers into these models without first re-deriving that a solution exists. The one common exception is CIR-type variance processes, whose square-root diffusion term technically violates the Lipschitz condition at zero, requiring a separate (though well-established) existence argument — and this same technicality is behind the well-known Feller condition that determines whether such a process can actually touch zero or stays strictly positive.

Lipschitz plus linear growth on the drift and diffusion terms guarantees a unique, non-exploding solution — the standard financial SDEs are all engineered to satisfy this, which is why "does a solution even exist" is rarely a live question in day-to-day modeling.

Related concepts

Further reading

  • Øksendal, Stochastic Differential Equations, ch. 5
ShareTwitterLinkedIn