2. Stochastic Processes

Brownian Motion

Construction and properties of Brownian motion, scaling, continuity, and quadratic variation relevant to diffusion models.

Brownian Motion

Hey students! 👋 Welcome to one of the most fascinating topics in mathematical finance - Brownian motion! This lesson will take you on a journey through the mathematical foundation that underlies many financial models, from stock price movements to option pricing. By the end of this lesson, you'll understand how to construct Brownian motion, explore its unique properties like scaling and continuity, and discover why quadratic variation makes it so special for modeling financial markets. Think of Brownian motion as the mathematical heartbeat of modern finance - it's everywhere once you know how to spot it! 📈

What is Brownian Motion?

Brownian motion, also called a Wiener process, is a mathematical model that describes random movement over time. It's named after botanist Robert Brown, who in 1827 observed pollen particles dancing randomly in water under a microscope 🔬. What he didn't know was that he was witnessing one of nature's most important mathematical phenomena!

In mathematical finance, we use Brownian motion to model the unpredictable movements of stock prices, interest rates, and other financial variables. A standard one-dimensional Brownian motion, denoted as $W_t$ or $B_t$, is a stochastic process that satisfies four key properties:

Property 1: Starting Point - The process starts at zero: $W_0 = 0$

Property 2: Independent Increments - For any time intervals that don't overlap, the changes in the process are independent. This means what happens between times 0 and 1 doesn't affect what happens between times 2 and 3.

Property 3: Normal Increments - For any time $s < t$, the increment $W_t - W_s$ follows a normal distribution with mean 0 and variance $(t-s)$. Mathematically: $W_t - W_s \sim N(0, t-s)$

Property 4: Continuous Paths - The sample paths are continuous, meaning there are no sudden jumps - the process moves smoothly from one value to the next.

These properties might seem abstract, but they capture the essence of truly random movement that we observe in financial markets!

Construction of Brownian Motion

Building Brownian motion from scratch is like constructing a skyscraper - you need a solid foundation and careful engineering! 🏗️ The construction process involves several sophisticated mathematical techniques.

One of the most intuitive approaches is the random walk approximation. Imagine students flipping a coin every second: heads means you move up by a small amount, tails means you move down by the same amount. As you make the time intervals smaller and the step sizes smaller (but in a specific mathematical way), this random walk converges to Brownian motion!

More formally, if we have a simple random walk $S_n = X_1 + X_2 + ... + X_n$ where each $X_i$ is +1 or -1 with equal probability, we can create Brownian motion by scaling: $W_t^{(n)} = \frac{1}{\sqrt{n}} S_{nt}$. As $n \to \infty$, this converges to true Brownian motion.

Another construction method uses the Wiener measure on the space of continuous functions. This approach, developed by Norbert Wiener, provides a rigorous mathematical foundation by defining a probability measure on the space of all continuous paths starting at zero.

The Karhunen-Loève expansion offers yet another perspective, expressing Brownian motion as an infinite series of orthogonal functions with random coefficients. This construction is particularly useful in computational finance for simulating Brownian paths.

Scaling Properties

One of the most remarkable features of Brownian motion is its self-similarity or scaling property 🔄. This property is crucial for understanding how financial models behave across different time scales.

The scaling property states that if $W_t$ is a Brownian motion, then for any positive constant $c$, the process $\frac{1}{\sqrt{c}} W_{ct}$ is also a Brownian motion. This means Brownian motion looks statistically the same whether you zoom in or zoom out in time!

In practical terms, this explains why stock price charts look similar whether you're viewing daily, hourly, or minute-by-minute data. A one-day price movement scaled appropriately has the same statistical properties as a one-year movement - this is the mathematical foundation behind fractal market theory.

The scaling property also tells us something profound about volatility in financial markets. If stock returns follow Brownian motion, then the standard deviation of returns scales with the square root of time. This is why financial risk models often use the "$\sqrt{T}$" rule - if daily volatility is 1%, then monthly volatility (approximately 22 trading days) is about $1\% \times \sqrt{22} \approx 4.7\%$.

Continuity and Path Properties

The paths of Brownian motion have fascinating and sometimes counterintuitive properties that make them perfect for modeling the erratic behavior of financial markets 📊.

Continuity: Every path of Brownian motion is continuous - there are no jumps or gaps. However, this continuity comes with a twist: the paths are nowhere differentiable. This means that at any point in time, you cannot define a meaningful slope or rate of change. In financial terms, this captures the idea that markets can change direction instantly and unpredictably.

Infinite Variation: While Brownian paths are continuous, they have infinite total variation over any time interval. If you tried to measure the total distance traveled by a Brownian motion path (adding up all the ups and downs), you'd get infinity! This reflects the incredibly jagged nature of these paths.

Hölder Continuity: Although Brownian paths aren't differentiable, they do satisfy a weaker condition called Hölder continuity with exponent less than 1/2. This provides a mathematical measure of just how rough these paths really are.

These properties explain why traditional calculus doesn't work for analyzing financial time series that follow Brownian motion - we need the more sophisticated tools of stochastic calculus!

Quadratic Variation

Here's where things get really interesting, students! 🎯 The concept of quadratic variation is one of the most important and unique features of Brownian motion, and it's absolutely crucial for understanding modern financial mathematics.

For a regular smooth function, if you divide a time interval into small pieces and sum up the squares of the changes, you get zero as the pieces get smaller. But Brownian motion is different - this sum converges to the length of the time interval!

Mathematically, the quadratic variation of Brownian motion over the interval $[0,t]$ is exactly $t$. We write this as $[W,W]_t = t$ or $\langle W \rangle_t = t$.

To understand this intuitively, consider approximating the quadratic variation by dividing the interval $[0,t]$ into $n$ equal parts: $0 = t_0 < t_1 < ... < t_n = t$. The quadratic variation is:

$$[W,W]_t = \lim_{n \to \infty} \sum_{i=1}^{n} (W_{t_i} - W_{t_{i-1}})^2 = t$$

This property is revolutionary because it means that even though individual increments of Brownian motion get smaller as we look at finer time scales, the sum of their squares remains finite and predictable!

In financial applications, quadratic variation helps us understand realized volatility. When we observe high-frequency stock price data and compute the sum of squared returns over a day, we're essentially estimating the quadratic variation, which gives us a measure of the day's total volatility.

This concept is also the foundation of Itô calculus, the mathematical framework used to analyze stochastic differential equations in finance. The famous Itô's lemma, which is like the chain rule for stochastic processes, relies heavily on the quadratic variation properties of Brownian motion.

Applications in Diffusion Models

Brownian motion serves as the building block for diffusion models that describe how financial variables evolve over time 💼. These models are everywhere in modern finance!

The most basic diffusion model is Geometric Brownian Motion, used in the famous Black-Scholes option pricing model. A stock price $S_t$ following geometric Brownian motion satisfies:

$$dS_t = \mu S_t dt + \sigma S_t dW_t$$

where $\mu$ is the drift (expected return), $\sigma$ is the volatility, and $dW_t$ represents the Brownian motion increment.

More sophisticated diffusion models include mean-reverting processes for interest rates, jump-diffusion models that combine Brownian motion with sudden jumps, and stochastic volatility models where the volatility itself follows a diffusion process.

The scaling and continuity properties we discussed earlier ensure that these models capture the essential randomness of financial markets while remaining mathematically tractable. The quadratic variation property enables us to estimate model parameters from real market data and develop hedging strategies.

Conclusion

Brownian motion is truly the cornerstone of mathematical finance, students! We've explored how this remarkable stochastic process is constructed, discovered its unique scaling properties that explain why financial charts look similar across time scales, examined its continuous but non-differentiable paths that capture market unpredictability, and understood how quadratic variation provides the foundation for modern stochastic calculus. These properties make Brownian motion the perfect mathematical tool for modeling the random behavior of financial markets, from the Black-Scholes formula to sophisticated risk management models used by banks and hedge funds today.

Study Notes

• Definition: Brownian motion $W_t$ is a stochastic process with $W_0 = 0$, independent increments, $W_t - W_s \sim N(0, t-s)$, and continuous paths

• Scaling Property: For any $c > 0$, $\frac{1}{\sqrt{c}} W_{ct}$ is also Brownian motion

• Volatility Scaling: Standard deviation scales with $\sqrt{\text{time}}$ - daily volatility $\times \sqrt{T}$ = volatility over $T$ days

• Path Properties: Continuous everywhere but differentiable nowhere; infinite total variation

• Quadratic Variation: $[W,W]_t = t$ - sum of squared increments equals time length

• Quadratic Variation Formula: $[W,W]_t = \lim_{n \to \infty} \sum_{i=1}^{n} (W_{t_i} - W_{t_{i-1}})^2 = t$

• Geometric Brownian Motion: $dS_t = \mu S_t dt + \sigma S_t dW_t$ (Black-Scholes model)

• Financial Applications: Stock prices, interest rates, option pricing, risk management, realized volatility estimation

• Mathematical Foundation: Enables Itô calculus and stochastic differential equations in finance

• Key Insight: Captures true randomness while remaining mathematically tractable for financial modeling

Practice Quiz

5 questions to test your understanding

Brownian Motion — Mathematical Finance | A-Warded