Brownian Motion as a Symmetric Random Walk Limit
8/7/2022
Brownian motion is the continuous-time limit of an incredibly simple discrete object: a symmetric random walk that steps or with equal probability. This post keeps my original notes and adds interactive charts so you can see the convergence happen with your own eyes.
Attention Conservation Notice
The 1st post in a series of 5 in which the Black–Scholes–Merton Model for pricing European options is derived. This follows Stephen Blyth’s An Introduction to Quantitative Finance closely, with embellishment and interactive plots. This is probably:
- not very helpful if you pragmatically want to price an option today,
- overwhelming if you do not like math,
- possibly missing context you might want if you have a lot of mathematical maturity (we will fill in more later).
Controls
A Symmetric Random Walk
Let be IID with and define the symmetric random walk
Below is the interactive replacement for the old fake “stonk” chart. It draws multiple paths of .
From this we can eyeball some facts: , , so and . The walk meanders, but its variance grows linearly with the number of steps.
The Central Limit Theorem
Lindeberg–Levy CLT
Suppose are IID with and . Then
For our with and ,
The histogram below is an interactive version of the original discussion: it shows the empirical distribution of over many samples, overlaid with the pdf.
Applying CLT to our random walks
We can package the normalized partial sums in a convenient form:
As , . This was the basic statistical backbone in the original post and it survives intact here.
Time -> Brownian Motion
To go from a one-time statement to a whole process, fix a horizon , let , and define
Each increment has variance approximately equal to the time length of the increment, so for fixed we get . Functionally,
where is Brownian motion (Donsker’s invariance principle).
The plot below compares the empirical distribution of against for your chosen .
As in the original text, the tiny discrepancy you might see is due to the integer rounding in .
Discrete Intuition
Intuitively, Brownian motion is the limit of the symmetric random walk with ever smaller time steps and height scaled by . Equivalently, it is the unique (in distribution) process with independent, stationary normal increments. For any ,
A 3D View (Augmentation)
The original post ended with 2D plots; here is a purely aesthetic bonus: independent copies on each axis give a Brownian path in .
Stay Tuned
In the next post, we will use what we have built up here to start looking at Stochastic Differential Equations and Geometric Brownian Motion. That is where the Black–Scholes–Merton dynamics will emerge.
Extra Notes
Properties of Brownian Motion
a)
b) For ,
c) For , is independent of (indeed independent of the past )
d) is a martingale since
Notes
There are many proofs of the Central Limit Theorem. Since we now know Brownian motion is a martingale, it is also worth looking at the Martingale Central Limit Theorem.
Donsker’s invariance principle is the precise theorem that upgrades the one-time CLT to process-level convergence in function space. It is the formal “random walk becomes Brownian motion” statement.
Brownian motion is also called a Wiener Process. Norbert Wiener helped found cybernetics, a field about feedback and communication in complex systems. His book The Human Use of Human Beings is still a spark.
Sources
- Mainly Stephen Blyth, An Introduction to Quantitative Finance, chapter 16.
- Wikipedia links scattered throughout this post for CLT, martingales, and Donsker’s theorem.