返回题库

布朗运动

Brownian Motion

专题
Probability / 概率
难度
L4

题目详情

布朗运动先碰到 2-2 再碰到 11 的概率是多少?

What is the probability of Brownian Motion hitting -2 before 1?

解析

pp 为布朗运动先到达 2-2 再到达 11 的概率。

由对称性可知,从 0 出发,先到达 1-1 而不是 11 的概率是 12\frac{1}{2}

到达 1-1 之后,以概率 12\frac{1}{2} 会先到达 2-2 而不是回到 0;如果先回到 0,那么问题又重新开始,此时成功概率仍是 pp。因此

p=12(12+12p)p = \frac{1}{2}\left(\frac{1}{2} + \frac{1}{2}p\right)

解得

4pp=1p=134p-p=1 \quad\Rightarrow\quad \boxed{p=\frac{1}{3}}

Original Explanation

Denote pp as the probability you hit -2 before you hit 1.

From symmetry, the probability that the Brownian motion hits 1-1 before it hits 11 is 1/21/2.

When you are at 1-1, with probability 1/21/2 you hit 2-2 before hitting zero.

Now if you are at zero, then the probability is once again pp since the problem has restarted. Therefore,

p=12(12+12p)4pp=1p=13p = \frac{1}{2}(\frac{1}{2} + \frac{1}{2}p) \rightarrow 4p-p = 1 \rightarrow \boxed{p = \frac{1}{3}}