Now, we're going to use this to build a new type of "summing" tool: the Itô Integral. This is the stochastic version of the simple integral we learned about in Lesson 1.5.
Lesson 2.4: The Itô Integral (Summing Up Randomness)
Welcome to the final lesson of Module 2. We have successfully built our 'weird algebra' and have a 'multiplication table' for our new infinitesimal steps.
Part 1: The "Normal" Integral (A Quick Review)
In Lesson 1.5, we learned that a normal integral, , is just a "perfect sum" of tiny rectangles.
- Width: (which becomes )
- Height:
- Area:
To calculate the total sum, , we have to choose a height for each tiny slice. For the slice from to , we could pick:
- The left point:
- The right point:
- The midpoint:
In "normal" calculus, it doesn't matter. As the rectangles get infinitely skinny, all three choices give you the exact same answer.
Part 2: The "Random" Integral (The New Problem)
Now, we want to define a stochastic integral:
This is a completely different and harder problem. We are trying to find the "total" of:
Our "width" is no longer a predictable . It's a random step .
This creates a huge problem: Does our choice of matter now?
Let's test it. Let's try to solve the simplest possible stochastic integral, :
Our "normal" calculus brain says , so the answer *must* be . Let's see if that's true.
Part 3: The Proof - Why The "Choice of Point" Matters
We will use a simple algebra identity: . Let's define our step:
- (the "left point")
- (the "right point")
- (the "step")
Plugging these in gives us two "magic" identities:
Now, let's sum them up from i=1 to n.
We sum the first identity:
The first sum is a "telescoping sum," which simplifies to .
The second sum is the Quadratic Variation, which simplifies to .
The Itô Answer:
We sum the second identity:
The only difference is the + sign. The result is:
We have just proven that in stochastic calculus, the "choice of point" does not just matter, it gives a completely different answer. The "normal" calculus answer, , is wrong in both cases.
Part 4: Itô's Choice (The 'Non-Anticipating' Rule)
Kiyosi Itô made the choice that is the foundation of all modern finance. He defined his integral using only the left-hand point.
This is a subtle but profound choice. It says: "Your 'trading decision' (the amount you want to buy, ) can only be based on information you have right now (at time ). You cannot base your decision on the future random event () that hasn't happened yet." Itô's integral is the only mathematical framework that respects the arrow of time.
- We just proved that .
- That new term is a deterministic "correction" that appeared out of nowhere.
- This proves that "normal" integration rules are completely broken. We need a shortcut.
- That shortcut is Itô's Lemma, the "chain rule" for this new random world, which is the entire subject of our next module.
Up Next: Module 3: Itô's Lemma