TL;DR
Geometric Brownian Motion: The standard stock price model: dS = mu*S*dt + sigma*S*dW — log-returns are normal. This concept is essential for quantitative trading interviews and is frequently tested at top firms.
By Valenke Exam Prep Team·Last updated 2026-06-01
Stochastic Processes
Geometric Brownian Motion
The standard stock price model: dS = mu*S*dt + sigma*S*dW — log-returns are normal.
Prerequisites
Geometric Brownian motion (GBM) is the standard model for stock prices. It says percentage changes (not absolute changes) follow Brownian motion:
Solution (via Ito's lemma applied to ):
So — log-returns are normally distributed.
Intuition: A stock that goes up 10% then down 10% doesn't return to its starting price (it's at 99%). GBM captures this asymmetry naturally — it models multiplicative noise. The − σ 2 / 2 -\sigma^2 2 \frac{2}{2} correction (the "Ito correction") accounts for the fact that the geometric mean of log-normal returns is less than the arithmetic mean.
Key properties:
- S t > 0 S_t > 0 always (prices can't go negative)
- E [ S t ] = S 0 e μ t E[S_t] = S_0 e^{\mu t} (expected price grows exponentially)
- Returns over any interval are log-normally distributed
- Volatility scales with t \sqrt{t}
Concrete example: Stock at \$100, μ = 8 % \mu = 8\% , σ = 20 % \sigma = 20\% . After 1 year:
- Expected price: 100 e 0.08 = 108.33 100 e^{0.08} = 108.33 dollars
- Median price: 100 e 0.08 − 0.02 = 106.18 100 e^{0.08 - 0.02} = 106.18 dollars (lower due to Ito correction!)
- 95% range: 100 e 0.06 ± 1.96 × 0.20 ≈ [ 72 , 157 ] 100 e^{0.06 \pm 1.96 \times 0.20} \approx [72, 157] dollars
When to use: The Black-Scholes model assumes GBM. It's the baseline model for option pricing, risk management, and Monte Carlo simulation. In interviews: "model this stock price" almost always means GBM.
Alternative approach: Real stock returns have fat tails and volatility clustering. Jump-diffusion and stochastic volatility models extend GBM for better realism.
Ready to practice for the Valenke Finance Exam?
Adaptive practice powered by Item Response Theory targets your weak areas. Start with 3 free sessions.
Start free practice →