Stock prices go up and down in ways that look almost random, yet they carry a persistent upward tendency over long time horizons. Geometric Brownian Motion (GBM) is the mathematical model that captures both behaviors at once.
The key idea is deceptively simple: the percentage change in price over a tiny interval has two parts — a deterministic drift that nudges the price steadily upward, and a random shock drawn from a normal distribution. Formally, GBM says the price satisfies the stochastic differential equation
where is the drift rate, is the volatility, and is a standard Wiener process (Brownian motion). Because the increments are proportional to , prices can never go negative — a feature real prices share.
Solving the equation yields a closed-form path:
The term is the Itô correction — a signature of stochastic calculus that distinguishes GBM from ordinary exponential growth and keeps the expected price on track. GBM was first applied to option pricing by Fischer Black, Myron Scholes, and Robert Merton in 1973, earning the last two the Nobel Prize in Economics in 1997.
Comments
Loading comments...