(A) What is Brownian motion? Name some properties.
(B) For standard Brownian motion Bt, how are E[Bt] and E[Bt2]? What about Cov(Bt,Bt2)?
(C) If B1>0 and B2<0 (standard Brownian motion), what is the probability of this event?
(Stopping Times): For a standard Brownian motion Bt, let
T=min{t:Bt=+1 or Bt=−1}.
What is E[T]? More generally, if you hit +α or -β, how do you find E[T]?
(Ito’s Lemma) examples.
解析
5.4.1 布朗运动
定义:过程 {W(t),t≥0} 是标准布朗运动若
W(0)=0;
增量独立;
增量 W(ti+1)−W(ti)∼N(0,ti+1−ti);
样本路径连续(无跳跃)。
性质:
W(t)∼N(0,t),因此 E[W(t)]=0、Var(W(t))=t。
鞅性质:E[W(t+s)∣W(t)]=W(t)。
Markov 性。
cov(W(s),W(t))=min(s,t)。
相关鞅:
Y(t)=W(t)2−t 是鞅。
指数鞅:
Z(t)=exp{λW(t)−21λ2t}.
Cov(Bt,Bt2)=0:因为 Bt∼N(0,t),有 E[Bt3]=0,于是
Cov(Bt,Bt2)=E[Bt3]−E[Bt]E[Bt2]=0.
P(B1>0,B2<0):由对称性(或反射原理)可得该概率为 1/8。
5.4.2 停时 / 首次穿越时间
命中 ±1:令 T=min{t∣Bt=1或−1}。对鞅 M(t)=Bt2−t 用可选停时定理:
E[BT2−T]=E[B02]=0.
且 BT2=1,因此 E[T]=1。
一般命中 +α 或 −β(α,β>0)时:E[T]=αβ。
5.4.3 Ito 引理
若
dXt=β(t,Xt)dt+γ(t,Xt)dWt,
且 f(t,x) 足够光滑,则
df(t,Xt)=(∂tf+β∂xf+21γ2∂xxf)dt+γ∂xfdWt.
Original Explanation
5.4.1 Brownian Motion
Definition: A process {W(t),t≥0} is a standard Brownian motion if:
W(0)=0,
It has independent increments,
Each increment W(ti+1)−W(ti) is normally distributed with mean 0, variance ti+1−ti,
It has continuous paths (no jumps).
Properties:
W(t)∼N(0,t), hence E[W(t)]=0, Var(W(t))=t.
Martingale: E[W(t+s)∣W(t)]=W(t).
Markov property.
cov(W(s),W(t))=min(s,t).
Martingales related to BM:
Y(t)=W(t)2−t is a martingale.
The exponential martingale:
Z(t)=exp{λW(t)−21λ2t}.
Cov(Bt,Bt2)=0. Since Bt∼N(0,t), E[Bt3]=0. Then
Cov(Bt,Bt2)=E[Bt3]−E[Bt]E[Bt2]=0−0⋅t=0.
Probability {B1>0,B2<0} is 1/8. By symmetry (or reflection principle arguments), the chance that B1>0 and later B2<0 ends up being 1/8.
5.4.2 Stopping Time / First Passage Time
For Brownian motion hitting ±1 for the first time:
Let T=min{t∣Bt=1 or Bt=−1}. Using the martingale M(t)=Bt2−t, we get E[BT2−T]=E[B02]=0. But BT2=1. Thus E[T]=1.
In general, to hit +α or -β (α,β>0), E[T]=αβ.
With drift m, dXt=mdt+dWt, one solves via ODE or exponential martingale. For example, from 0 to +3 or -5:
p+3=e10m−e−6me10m−1.
If m=0, it becomes 85.
5.4.3 Ito’s Lemma
Ito’s lemma says for
dXt=β(t,Xt)dt+γ(t,Xt)dWt,
and f(t,x) sufficiently smooth,
df=[∂tf+β∂xf+21γ2∂xxf]dt+γ∂xfdWt.
Example: Zt=tBt. By Ito’s lemma, it has a drift term 21t−1/2Bt, so it is not a martingale.
Example: Bt3. The drift term is 3Btdt, so Bt3 is not a martingale.