2025-05-06 09:34:54
Ito's Lemma is a fundamental rule in stochastic calculus (Ito Calculus) that extends the chain rule from regular calculus to be applicable to stochastic processes like Brownian Motion. It is particularly used in evaluating functions that depend on both time and random variables, such as f(t,X(t)), which are widely used in mathematical finance.
In general calculus, if we have a function Y=f(t,x(t)) and x(t) is a function of t, we use the chain rule as follows:
dtdY=∂t∂f+∂x∂f⋅dtdx
But if x(t) is a stochastic process like Brownian motion or Ito process, this rule will not be sufficient because Brownian motion does not have a derivative in the usual sense.
If X(t) is an Ito process:
dX(t) = μ(t, X(t))dt + σ(t, X(t))dB(t)
And f(t,X(t)) is a function that has certain continuous derivatives, then Ito’s Lemma will give:
df(t,X(t))=(∂t∂f+μ∂x∂f+21σ2∂x2∂2f)dt+σ∂x∂fdB(t)
If dS=μSdt+σSdB, and you want to find d(lnS):
Using Ito's Lemma with f(S)=lnS, we get:
df=(S1⋅μS−21⋅S21⋅σ2S2)dt+S1⋅σSdB=(μ−21σ2)dt+σdB
Which corresponds to the result used in the Geometric Brownian Motion section.
Brief summary: Ito’s Lemma is the "chain rule for stochastic equations" that is crucial for solving SDEs and leads to the derivation of the Black-Scholes formula.
Reference: Ito's Lemma
From https://www.quantstart.com/articles/Itos-Lemma/
2025-01-10 10:12:01
2024-05-31 03:06:49
2024-05-28 03:09:25
There are many other interesting articles, try selecting them from below.
2023-11-16 09:05:17
2023-11-14 01:18:42
2025-01-10 04:00:42
2023-11-13 10:15:52
2025-04-17 07:13:11
2023-09-14 03:30:33
2025-03-19 01:53:23
2024-01-19 05:38:03
2025-03-24 11:51:36