Glossary
Math FoundationsAdvanced10 min read

Brownian Motion

Brownian motion (also called a Wiener process) is a continuous-time stochastic process with independent, normally distributed increments. Originally used by Robert Brown to describe the random movement of pollen particles, it was adapted to finance by Louis Bachelier in 1900 to model stock prices. It is the mathematical building block for geometric Brownian motion, the Black-Scholes model, and modern stochastic calculus.

What Is Brownian Motion?

Brownian motion β€” also called a Wiener process β€” is a continuous-time stochastic process that serves as the mathematical foundation for modeling randomness in finance. It was first observed physically by botanist Robert Brown in 1827, who noticed that pollen particles suspended in water moved erratically. The phenomenon was later explained mathematically by Einstein (1905) and formalized rigorously by Norbert Wiener (1923).

In finance, Brownian motion was first applied by Louis Bachelier in his 1900 PhD thesis, where he modeled stock prices as a random walk β€” remarkably, five years before Einstein's work. Today, Brownian motion is the building block for virtually all continuous-time financial models, including the Black-Scholes model, stochastic calculus, and risk-neutral pricing.

Definition and Properties

A standard Brownian motion {W(t), t ≥ 0} is defined by four properties:

  1. W(0) = 0 β€” the process starts at zero.
  2. Continuous paths β€” the function W(t) is continuous in t (no jumps).
  3. Independent increments β€” for any times 0 ≤ s < t ≤ u < v, the increments W(t) - W(s) and W(v) - W(u) are independent.
  4. Normal increments β€” W(t) - W(s) ~ N(0, t - s). The increment over a time interval of length (t-s) is normally distributed with mean 0 and variance (t-s).

Key consequences:

  • W(t) ~ N(0, t) β€” at time t, the process is normally distributed with variance t. The standard deviation grows as √t.
  • Markov property: The future evolution depends only on the current value, not the past path β€” Brownian motion is memoryless.
  • Martingale property: E[W(t) | W(s)] = W(s) for s < t β€” there is no expected drift. Brownian motion is a "fair game."
  • Nowhere differentiable: Despite being continuous, Brownian motion paths are infinitely jagged β€” they have no well-defined slope at any point. This is why ordinary calculus fails and stochastic calculus is needed.
  • Quadratic variation: Over [0, t], the quadratic variation of W is exactly t: ∑(W(ti) - W(ti-1))² → t. This is the source of the (dW)² = dt rule in Ito calculus.

Get free quant interview prep resources

Mock interviews, resume guides, and 500+ practice questions β€” straight to your inbox.

From Random Walk to Brownian Motion

Brownian motion is the continuous-time limit of a random walk. Consider a random walk where at each time step Δt, the process moves up or down by Δx = σ√Δt with equal probability.

As Δt → 0 (and the number of steps increases proportionally), this discrete random walk converges to a continuous Brownian motion with volatility σ. This convergence result β€” known as Donsker's theorem β€” provides the mathematical bridge between discrete-time and continuous-time models.

Intuition: Think of stock prices being updated on a fast-ticking clock. At each tick, the price moves by a small random amount. As the ticking gets infinitely fast and the moves get infinitely small, the price path becomes a continuous Brownian motion. This is why the random walk model (good for daily returns) and the Brownian motion model (good for continuous-time pricing) are fundamentally the same model viewed at different time scales.

Want personalized guidance from a quant?

Speak with a quant trader or researcher who’s worked at a top firm.

Book a Free Consult

Geometric Brownian Motion

Raw Brownian motion can take negative values, which is unrealistic for stock prices. Geometric Brownian Motion (GBM) solves this by making the stock price follow:

dS = μS dt + σS dW

The key difference from arithmetic Brownian motion is the S multiplier β€” both the drift and diffusion are proportional to the current price level. This ensures that:

  • Stock prices stay positive (S(t) > 0 for all t).
  • Percentage returns (not dollar returns) are normally distributed.
  • The stock price is log-normally distributed: ln(ST/S0) ~ N((μ - σ²/2)T, σ²T).

The explicit solution is: ST = S0 exp((μ - σ²/2)T + σWT)

GBM is the stock price model assumed in the Black-Scholes model. Under risk-neutral pricing, μ is replaced by the risk-free rate r, and Monte Carlo simulations generate stock paths by sampling from this equation.

Limitations of GBM: It assumes constant volatility (contradicted by the volatility smile), no jumps (contradicted by real market crashes), and independent increments (contradicted by volatility clustering). These limitations motivate more advanced models like the Heston stochastic volatility model.

Key Formulas

The increment of Brownian motion over a time interval [s, t] is normally distributed with mean 0 and variance (t-s). This is the defining property.

Solution to geometric Brownian motion: the stock price at time T. The mu - sigma^2/2 term (Ito correction) ensures the expected return is mu, not mu - sigma^2/2.

Key Takeaways

  • Standard Brownian motion W(t) starts at 0, has continuous paths, independent increments, and W(t) - W(s) ~ N(0, t-s).
  • Brownian motion is the continuous-time limit of a random walk β€” as step size and time interval shrink to zero, the random walk converges to Brownian motion.
  • Geometric Brownian motion (GBM) β€” dS = mu*S*dt + sigma*S*dW β€” is the standard model for stock prices, ensuring prices stay positive.
  • Despite being continuous, Brownian motion paths are nowhere differentiable β€” they are infinitely jagged, which necessitates stochastic calculus.
  • Brownian motion is both a Markov process (memoryless) and a martingale (no expected drift), making it the natural 'fair game' model.

Why This Matters for Quant Careers

Brownian motion is fundamental knowledge for quant researchers and derivatives pricing roles. Interviews at Citadel, Jane Street, and investment banks may include: "State the properties of Brownian motion", "Derive the distribution of S_T under GBM", or "What is the quadratic variation of Brownian motion?" Understanding Brownian motion is a prerequisite for stochastic calculus, which underpins all derivatives pricing.

Book a free consultation to discuss the mathematical preparation needed for quant research.

Frequently Asked Questions

Why do we model stock prices with Brownian motion?

Brownian motion captures the essential features of stock price randomness: unpredictability (independent increments), continuous evolution (no gaps in prices during trading hours), and statistically well-behaved increments (normally distributed returns). It is also mathematically tractable β€” stochastic calculus provides powerful tools for pricing derivatives when the underlying follows Brownian motion. While imperfect (real returns have fat tails and volatility clustering), it remains the standard starting point for financial modeling.

What is the difference between Brownian motion and geometric Brownian motion?

Standard (arithmetic) Brownian motion can take negative values and has normally distributed levels. Geometric Brownian motion (GBM) keeps prices positive and has log-normally distributed levels β€” it models percentage returns rather than dollar returns as normally distributed. GBM is the standard model for stock prices because stock prices cannot be negative. The Black-Scholes model assumes GBM.

Is Brownian motion a good model for real stock prices?

It is a useful first approximation but has known limitations. Real stock returns have fatter tails (more extreme moves), negative skewness (crashes are larger than rallies), and volatility clustering (volatile periods follow volatile periods). These violations motivate extensions like jump-diffusion models, stochastic volatility models, and regime-switching models. Despite its limitations, Brownian motion remains the foundation because of its mathematical tractability.

Master These Concepts for Quant Interviews

Our bootcamp covers probability, statistics, trading intuition, and 500+ real interview questions from top quant firms.

Book a Free Consult