Lesson 2.2: Quadratic Variation (The "Aha!" Moment)

Welcome to Lesson 2.2. In our last lesson, we faced a 'dead end.' We proved that the 'path length' (or 1st-order variation) of a random path is infinite.

Our "normal" calculus tool for measuring length, ΔW\sum |\Delta W|, failed completely. This is the mathematical proof that a random path is "infinitely wiggly" and has no derivative.

This is the most important failure in modern finance. It forces us to ask the single most important question of this course:

"If summing the first power fails, what happens if we try summing the second power?"

This new type of measurement is called Quadratic Variation. "Quadratic" just means "squared." This lesson is the "Aha!" moment that makes all of finance possible.

Part 1: Defining Our New 'Measurement'

Our goal is to find the Quadratic Variation (QV) of our Brownian Motion WtW_t from time 0 to TT.

This is the mathematical "recipe" for it:

QVT=limni=1n(ΔWi)2QV_T = \lim_{n \to \infty} \sum_{i=1}^n (\Delta W_i)^2

Let's break this down in plain English. We are going to:

  1. Slice our total time TT into nn tiny steps.
  2. Find the random change ΔWi\Delta W_i for each tiny step.
  3. Square that tiny random change: (ΔWi)2(\Delta W_i)^2.
  4. Sum all those squared changes together.
  5. Take the Limit as our steps become infinitely small (nn \to \infty).

In our last lesson, the sum ΔW\sum |\Delta W| exploded. What will happen to (ΔW)2\sum (\Delta W)^2? Let's find out.

Part 2: The Step-by-Step Derivation (The "Aha!" Moment)

Derivation Steps
Just like in Lesson 2.1, we can't get an exact value for this sum because ΔWi\Delta W_i is a random number. But we can find its "typical size" or "expected value."

Step 1: What is the 'typical size' of one squared step, (ΔWᵢ)²?

We can solve this using our "weird scaling" rule from Lesson 1.3. We proved that the "typical size" of a single random step ΔWi\Delta W_i is Δt\sqrt{\Delta t}.

Therefore, the "typical size" of a squared step (ΔWi)2(\Delta W_i)^2 is just:

(’Typical’ ΔWi)2(Δt)2=Δt(\text{'Typical' } \Delta W_i)^2 \approx (\sqrt{\Delta t})^2 = \Delta t

This is the single most important discovery in our course. In "normal" calculus, a squared step (Δt)2(\Delta t)^2 is tiny and we treat it as zero. In "stochastic" calculus, a squared random step (ΔW)2(\Delta W)^2 is not zero. It "behaves like" a first-order step, Δt\Delta t.

Step 2: Replace the random term with its "typical size."

Let's replace every (ΔWi)2(\Delta W_i)^2 in our sum with its "typical size," Δt\Delta t. We are now trying to calculate:

QVTi=1nΔtQV_T \approx \sum_{i=1}^n \Delta t

Step 3: Solve the "normal" sum.

What is i=1nΔt\sum_{i=1}^n \Delta t? This is just "summing up all the tiny time steps." If we sum up all the tiny time steps from our start (time 0) to our finish (time TT), the total time that has passed is just TT.

Step 4: The Final Result (The "Aha!" Moment).

We've just shown that as nn \to \infty, our sum (ΔWi)2\sum (\Delta W_i)^2 doesn't go to infinity, and it doesn't go to zero. It converges to a finite, non-random, and beautiful number: the total time TT.

limni=1n(ΔWi)2=T\lim_{n \to \infty} \sum_{i=1}^n (\Delta W_i)^2 = T

This is the Quadratic Variation of a Brownian Motion.

Part 3: The "So What?" (Comparing Two Worlds)

This discovery reveals the "weird algebra" of the random world. Let's compare what we found for a "smooth" path (like f(t)=t2f(t) = t^2) versus our "random" path (WtW_t).

Measurement"Normal" Smooth Path (f(t)f(t))"Random" Wiggly Path (WtW_t)
Sum of 1st Power
Δf\sum |\Delta f| vs. ΔW\sum |\Delta W|
Finite Path Length
(This *works*.)
Infinity (\infty)
(This *fails*.)
Sum of 2nd Power
(Δf)2\sum (\Delta f)^2 vs. (ΔW)2\sum (\Delta W)^2
Zero (0)
(This is useless.)
Time (TT)
(This *works*!)

This table is the essence of stochastic calculus. The "normal" tools are completely backward in the random world. In the random world:

  • Measuring "length" (1st power) is impossible.
  • Measuring "quadratic variation" (2nd power) is the only way to get a useful, finite measurement of the path's total "wiggliness."
What's Next? (The 'Hook')

    We have just found our "Aha!" Moment. We've discovered a "new rule of physics" for the random universe.

    This discovery, (ΔW)2T\sum (\Delta W)^2 \to T, is not just a curiosity. It is the foundation of our new algebra.

    In our next lesson, Lesson 2.3, we will turn this discovery into a powerful, simple rule for our "infinitesimal" steps. If the *sum* of (ΔW)2(\Delta W)^2 equals the *sum* of Δt\Delta t (which is TT), then we can create a "rule of thumb" for a single, tiny step:

    (dWt)2=dt(dW_t)^2 = dt

    This single equation is the "key" that unlocks all of Itô calculus. It's the "weird rule" we will use in Module 3 to build Itô's Lemma, which in turn is the engine that derives the Black-Scholes equation. We have found our starting point.

Up Next: The New Rules of Algebra