In Lesson 3.1, we derived Itô's Lemma for a simple function . We proved that . This was our first look at the "Itô Correction Term."
Lesson 3.2: Itô's Lemma (The Full Version, for f(t, X_t))
Welcome to Lesson 3.2. This is the most important and powerful derivation in our entire course.
Why We Need an Upgrade
That simple formula is not powerful enough to price a real stock option. An option's price (which we'll call ) isn't just a simple function of . It's a function of two variables that change simultaneously:
- Time (): As time passes, the option's value "melts" (this is Theta).
- The Stock Price (): And the stock is *not* a simple ; it's a complex SDE (our model from Lesson 1.4).
Our goal is to find the "chain rule" for this much more complex function, . This is the master tool that unlocks the Black-Scholes equation. We will derive it from first principles, assuming nothing.
Part 1: Assembling Our Three 'Master Tools'
This is our "prediction formula" for the change in , or . We use as a placeholder for . The total change is the sum of all the partial changes:
Our function depends on . So we need the "rule" for the step . We'll use the *general* form of an SDE, using for drift and for diffusion.
This is our "cheat sheet" for what happens when we take the limit as :
- (The Master Rule!)
Part 2: The Step-by-Step Derivation (The 'Collision')
We are now going to plug Tool #2 into Tool #1, and then use Tool #3 to simplify the resulting mess. We will go through the 2-Variable Taylor expansion, term by term, and see which ones "survive" and which ones "die" (go to 0).
Step 1: Term 1: Time Decay Term
This is 1st-order in . It's not squared. Result: SURVIVES.
Step 2: Term 2: Delta Term
This is the "normal" part of the chain rule. We plug in our SDE for :
This gives two sub-terms: and . Both are 1st-order (in or ). Result: BOTH SURVIVE.
Step 3: Term 3: Time Curvature Term
This term has a . By Rule #1, . Result: DIES (goes to 0).
Step 4: Term 4: Cross Term
This term contains factors like and . By Rule #1 and Rule #2, both go to zero. Result: DIES (goes to 0).
Step 5: Term 5: Gamma / Convexity Term
We plug in our SDE for :
When we "FOIL" the squared part, all the resulting sub-terms (like and ) die, except for the term.
The surviving sub-term is: . By Rule #3, The Master Rule, this becomes .
Result: The entire 5th term SURVIVES and becomes .
Part 3: Collect the 'Survivors' and Write the Formula
We add up all the pieces that didn't go to zero and group them by the differential ( or ).
dt bin (The "Drift"):
dWt bin (The "Diffusion"):
Writing this in the infinitesimal notation gives us the Full Itô's Lemma:
Part 4: What's Next? (The 'Hook')
This formula is the engine. In Module 4, we will:
- Plug in our specific stock model (GBM, where and ).
- Perform the "magic trick" of delta-hedging to cancel out the term.
- This will lead us directly to the Black-Scholes-Merton PDE.