東京大学 新領域創成科学研究科 メディカル情報生命専攻 2016年8月実施 問題11
Author
zephyr
Description
Let S={V1,V2,V3,…} be a sequence of mutually independent random variables such that each Vi takes the value of 1 with probability p, and 0 with probability (1−p) (0<p<1). We define a sequence Xi (i=0,1,2,…) as follows:
X0=1, Xi=aXi−1+Vi, (i≥1)
Here, a is a positive real number. Answer the following questions.
(1) Find the expected value E(X1) of X1.
(2) Find the variance Var(X1)=E(X12)−(E(X1))2 of X1.
(3) Express Xi as a function of a and the elements of S (i≥1).
(4) Find E(Xi) (i≥1).
(5) Find x∞=limi→∞E(Xi) as a function of a and p.
设 S={V1,V2,V3,…} 为一组相互独立的随机变量,使得每个 Vi 以概率 p 取值为 1, 以概率 (1−p) 取值为 0(0<p<1)。我们定义一个序列 Xi (i=0,1,2,…)如下:
X0=1, Xi=aXi−1+Vi, (i≥1)
其中,a 是一个正实数。回答以下问题。
(1) 求 X1 的期望值 E(X1)。
(2) 求 X1 的方差 Var(X1)=E(X12)−(E(X1))2。
(3) 表示 Xi 作为 a 和 S 元素的函数(i≥1)。
(4) 求 E(Xi)(i≥1)。
(5) 求 x∞=limi→∞E(Xi),作为 a 和 p 的函数。
Kai
(1)
Given:
X0=1, X1=aX0+V1
Thus,
X1=a⋅1+V1=a+V1
To find E(X1):
E(X1)=E(a+V1)=a+E(V1)
Since V1 takes the value 1 with probability p and 0 with probability 1−p, we have:
E(V1)=1⋅p+0⋅(1−p)=p
Therefore,
E(X1)=a+p
(2)
To find Var(X1), we first compute E(X12):
X1=a+V1
X12=(a+V1)2=a2+2aV1+V12
Thus,
E(X12)=E(a2+2aV1+V12)
E(X12)=a2+2aE(V1)+E(V12)
Since V1 is a Bernoulli random variable:
E(V12)=E(V1)=p
E(X12)=a2+2ap+p
The variance of X1 is:
Var(X1)=E(X12)−(E(X1))2
Var(X1)=(a2+2ap+p)−(a+p)2
Var(X1)=a2+2ap+p−(a2+2ap+p2)
Var(X1)=p−p2=p(1−p)
(3)
To find the general form of Xi, we solve the recurrence relation:
Xi=aXi−1+Vi
Starting from X0=1, we have:
X1=aX0+V1=a+V1
X2=aX1+V2=a(a+V1)+V2=a2+aV1+V2
X3=aX2+V3=a(a2+aV1+V2)+V3=a3+a2V1+aV2+V3
It can be observed that:
Xi=ai+ai−1V1+ai−2V2+⋯+aVi−1+Vi
Xi=j=0∑iai−jVj+ai
(4)
Using linearity of expectation:
E(Xi)=E(j=0∑iai−jVj+ai)
E(Xi)=j=0∑iai−jE(Vj)+ai
Since E(Vj)=p for all j:
E(Xi)=j=0∑iai−jp+ai
E(Xi)=pj=0∑iai−j+ai
The sum is a geometric series:
j=0∑iai−j=a−1ai+1−1
E(Xi)=p(a−1ai+1−1)+ai
(5)
Let's consider the limit by first simplifying the expression for E(Xi).
Given:
E(Xi)=p(a−1ai+1−1)+ai
Let's combine the terms by putting them over a common denominator:
E(Xi)=a−1p(ai+1−1)+ai(a−1)
Simplifying the numerator:
E(Xi)=a−1pai+1−p+ai+1−ai
E(Xi)=a−1ai+1(p+1)−ai−p
Now, let's find the limit for different values of a.
Case 1: a>1
When a>1, as i→∞, ai+1 and ai grow exponentially, and the dominant term will be ai+1. Thus, the limit is:
i→∞limE(Xi)=i→∞lima−1ai+1(p+1)−ai−p
Since ai+1 grows much faster than ai and p, we have:
i→∞limE(Xi)=a−1limi→∞ai+1(p+1)=∞
Thus, the limit does not exist in a finite value; it diverges to infinity.
Case 2: a=1
When a=1, we have:
E(Xi)=p(i+1)+1
As i→∞, the expected value becomes:
i→∞limE(Xi)=i→∞lim(pi+p+1)=∞
Thus, the limit also does not exist in a finite value; it diverges to infinity.
Case 3: 0<a<1
When 0<a<1, as i→∞, both ai+1 and ai approach 0. The terms involving ai+1 and ai become negligible, and the limit can be simplified as:
i→∞limE(Xi)=i→∞lima−1ai+1(p+1)−ai−p=a−10−p=−a−1p
This limit exists and is finite.
In summary:
- For a>1, limi→∞E(Xi) does not exist as a finite value (diverges to infinity).
- For a=1, limi→∞E(Xi) does not exist as a finite value (diverges to infinity).
- For 0<a<1, limi→∞E(Xi)=−a−1p, which is finite.
Knowledge
随机过程 期望值 几何级数
重点词汇
- Expected value: 期望值
- Variance: 方差
- Geometric series: 几何级数
参考资料
- Probability and Statistics for Engineering and the Sciences, Chap. 4