Geometric Brownian Motion
The standard textbook model for how a stock price wanders — random walk applied to the log of the price, so prices stay positive and move in percentages. Its lognormal payoff and the volatility drag on compound growth are the two facts worth carrying around.
Prerequisites: Brownian Motion
Plain Brownian Motion is a bad model for a stock price: it can drift below zero, and it moves in dollars rather than percentages, so a $10 wiggle would mean the same thing for a $20 stock as for a $2,000 one. Geometric Brownian motion (GBM) fixes both problems with one idea — apply the random walk to the logarithm of the price. Because you are compounding percentage returns rather than adding dollar amounts, the price can drift but never turns negative, and a 1% move means 1% whether the stock is cheap or expensive. This is the model underneath Black-Scholes and most of the options world.
The equation and its solution
GBM says the price changes by a steady drift plus a random shock, both proportional to the current price:
In words: over a tiny slice of time , the price grows by on average (a percentage drift ) and gets jostled by , a random kick whose size is set by the volatility and a Brownian increment . Solving it (with Itô's lemma) gives an explicit formula for the price at any future time:
Here is today's price and is a random draw that is normal with mean 0 and variance . Because the exponent is normal, the price itself is lognormal — a right-skewed bell that can't go negative. That single fact drives everything else.
The volatility drag
Look closely at the exponent: the average growth rate is not but . The random shocks quietly subtract from your compound growth. This is the volatility drag (or variance drain): swings hurt compounding because a loss needs a bigger gain to recover from — down 50% then up 50% leaves you at 75%, not back to even. So there are two different growth numbers:
- the average price grows at rate : ,
- the typical (median) price grows at the slower rate .
GBM makes the future price lognormal, and its typical growth rate is , not . Volatility itself drags on compound growth — the more a path wobbles, the further its median falls below its mean.
The drag is just recovery math made rigorous: a 50% loss needs a 100% gain to get back to even, not another 50%. Because losses cost proportionally more to undo, wilder paths compound to less — even with the same average return.
Worked example: mean versus median
A stock trades at $100 today (), with expected return and volatility per year. Where do we expect it in one year?
The average future price:
The median future price uses the drag-adjusted rate :
So while the average outcome is $108.33, the middle outcome is only $106.18. Half the time the stock ends below $106.18 — the higher mean is propped up by a thin tail of large winners. Confuse the two and you will systematically overstate how the typical path compounds.
Where it misleads
- Volatility is not constant. GBM assumes a single fixed , but real volatility clusters and jumps around — the very thing the Black-Scholes flaw known as the volatility smile exposes.
- Prices gap; GBM does not. The paths are continuous, so a crash of overnight has essentially zero probability under GBM, yet markets deliver those. Real returns have fatter tails than lognormal allows.
- Drift is nearly unknowable. The formula treats as known, but expected returns are estimated with enormous error — which is exactly why sizing rules like the Kelly criterion lean on the term and treat with suspicion.
GBM's continuous, constant-volatility paths assign essentially zero probability to an overnight crash — yet markets deliver them regularly. Lean on it for the intuition (positive prices, lognormal payoffs, volatility drag), but never for tail risk, where its thin tails understate the danger badly.
GBM is the workhorse price model: it turns the abstract Wiener process into something that behaves like a tradable asset, and its lognormal payoff is the foundation the whole option-pricing machinery is built on.
Practice in interviews
Further reading
- Hull, Options, Futures, and Other Derivatives (ch. 14)
- Shreve, Stochastic Calculus for Finance II (ch. 3)