Everything in finance, from Itô's Lemma to the Black-Scholes equation, is built on this one idea.
Lesson 1.6: The Most Important Tool in Calculus
Welcome! This lesson covers the single most important prerequisite for understanding stochastic calculus. It's a 'super-tool' from normal calculus that lets us do something amazing: approximate a complex function using a simple one.
The 'Why': The Prediction Problem
Imagine a complex, curved function, like . It's hard to calculate by hand.
Now, imagine you are standing at a single point on that curve, say at . At this one "anchor point," you know everything:
- The value of the function:
- The slope (1st derivative):
- The curvature (2nd derivative):
- ...and so on.
The Problem: Can we use only the information at our "anchor point" to build a "simple map" (a polynomial) that gives us a great approximation for the function at any other point ?
The Answer: Yes! That "map" is the Taylor Expansion.
Building Our 'Map' Step-by-Step
Our "map" will be a simple polynomial, , that we will "force" to match our real function at our anchor point .
Our "map" will have this general form:
Step 1: The 'Lazy' Guess (0th-Order)
Let's make a "map" that only matches the value of our function. A flat, horizontal line.
Goal:
Derivation: Since , this means .
Analogy: You're driving a car. Your "prediction" for your position in 1 second is... your current position. It's a terrible prediction if you're moving!
Step 2: The 'Good' Guess (1st-Order: The Tangent Line)
Let's make a "map" that matches both the value and the slope. A straight line.
Goal: Match and .
Derivation: Matching gives . To match the slope, we need . Since , this means .
Analogy: "Your future position ≈ current position + (current speed × time)." This is the tangent line! It's a great prediction, but it fails because our real function is curved.
Step 3: The 'Great' Guess (2nd-Order: The Parabola)
This is the one we need for stochastic calculus. A parabola that matches value, slope, AND curvature.
Goal: Match , , and .
Derivation: and are the same. We need . The second derivative of our map is . So, , which means .
Analogy: "Your future position ≈ current position + (speed × time) + (a term for your acceleration × time²)." This is a much better map because the parabola curves in the same way our real function does.
The Most Important Formula (The 'Change' Formula)
For our class, we don't care about the new value, we care about the change in value, .
We rename our variables: let our "anchor point" be just , and our "new point" be . This means our "step" is now just .
Substitute into our 2nd-Order formula:
To find the "Change in " (), we just move the from the right side to the left side:
Master Tool
A Concrete Example: f(x) = sin(x)
The Recipe:
Find our ingredients at a=0:
Plug into the Recipe:
The Result:
You've just built a simple polynomial "map" that can approximate the complex function!
- You now have the master tool:
- In the next lesson, we'll see why in normal calculus, that second term is always 0.
- And in Module 3, we'll see why in stochastic calculus, that second term is NOT 0... and this discovery changes everything.