跳到主要内容

東京大学 新領域創成科学研究科 メディカル情報生命専攻 2016年8月実施 問題11

Author

zephyr, 祭音Myyura

Description

Let S={V1,V2,V3,}\mathbf{S} = \{V_1, V_2, V_3, \ldots\} be a sequence of mutually independent random variables such that each ViV_i takes the value of 1 with probability pp, and 0 with probability (1p)(1 - p) (0<p<10 < p < 1). We define a sequence XiX_i (i=0,1,2,i = 0, 1, 2, \ldots) as follows:

X0=1, Xi=aXi1+Vi, (i1)X_0 = 1, \ X_i = aX_{i-1} + V_i, \ (i \geq 1)

Here, aa is a positive real number. Answer the following questions.

(1) Find the expected value E(X1)\mathbb{E}(X_1) of X1X_1.

(2) Find the variance Var(X1)=E(X12)(E(X1))2\mathrm{Var}(X_1) = \mathbb{E}(X_1^2) - (\mathbb{E}(X_1))^2 of X1X_1.

(3) Express XiX_i as a function of aa and the elements of S\mathbf{S} (i1i \geq 1).

(4) Find E(Xi)\mathbb{E}(X_i) (i1i \geq 1).

(5) Find x=limiE(Xi)x_\infty = \lim_{i \to \infty} \mathbb{E}(X_i) as a function of aa and pp.


S={V1,V2,V3,}\mathbf{S} = \{V_1, V_2, V_3, \ldots\} 为一组相互独立的随机变量,使得每个 ViV_i 以概率 pp 取值为 1, 以概率 (1p)(1 - p) 取值为 0(0<p<10 < p < 1)。我们定义一个序列 XiX_ii=0,1,2,i = 0, 1, 2, \ldots)如下:

X0=1, Xi=aXi1+Vi, (i1)X_0 = 1, \ X_i = aX_{i-1} + V_i, \ (i \geq 1)

其中,aa 是一个正实数。回答以下问题。

(1) 求 X1X_1 的期望值 E(X1)\mathbb{E}(X_1)

(2) 求 X1X_1 的方差 Var(X1)=E(X12)(E(X1))2\mathrm{Var}(X_1) = \mathbb{E}(X_1^2) - (\mathbb{E}(X_1))^2

(3) 表示 XiX_i 作为 aaS\mathbf{S} 元素的函数(i1i \geq 1)。

(4) 求 E(Xi)\mathbb{E}(X_i)i1i \geq 1)。

(5) 求 x=limiE(Xi)x_\infty = \lim_{i \to \infty} \mathbb{E}(X_i),作为 aapp 的函数。

题目描述

V1,V2,V_1,V_2,\ldots 相互独立,且每个 ViV_i 都以概率 pp11、以概率 1p1-p00,其中 0<p<10<p<1。给定正实数 aa,定义随机过程

X0=1,Xi=aXi1+Vi(i1).X_0=1,\qquad X_i=aX_{i-1}+V_i\quad(i\ge1).

回答下列问题:

  1. E[X1]E[X_1]

  2. Var(X1)=E[X12]E[X1]2\operatorname{Var}(X_1)=E[X_1^2]-E[X_1]^2

  3. i1i\ge1,把 XiX_i 显式表示为 aaV1,,ViV_1,\ldots,V_i 的函数。

  4. 求一般的 E[Xi]E[X_i]

  5. aa 的不同取值讨论并求

    x=limiE[Xi],x_\infty=\lim_{i\to\infty}E[X_i],

    将结果表示为 a,pa,p 的函数;若极限不为有限值,也需据公式判定。

Kai

(1)

Given:

X0=1, X1=aX0+V1X_0 = 1, \ X_1 = aX_0 + V_1

Thus,

X1=a1+V1=a+V1X_1 = a \cdot 1 + V_1 = a + V_1

To find E(X1)\mathbb{E}(X_1):

E(X1)=E(a+V1)=a+E(V1)\mathbb{E}(X_1) = \mathbb{E}(a + V_1) = a + \mathbb{E}(V_1)

Since V1V_1 takes the value 1 with probability pp and 0 with probability 1p1-p, we have:

E(V1)=1p+0(1p)=p\mathbb{E}(V_1) = 1 \cdot p + 0 \cdot (1 - p) = p

Therefore,

E(X1)=a+p\mathbb{E}(X_1) = a + p

(2)

To find Var(X1)\mathrm{Var}(X_1), we first compute E(X12)\mathbb{E}(X_1^2):

X1=a+V1X_1 = a + V_1
X12=(a+V1)2=a2+2aV1+V12X_1^2 = (a + V_1)^2 = a^2 + 2aV_1 + V_1^2

Thus,

E(X12)=E(a2+2aV1+V12)\mathbb{E}(X_1^2) = \mathbb{E}(a^2 + 2aV_1 + V_1^2)
E(X12)=a2+2aE(V1)+E(V12)\mathbb{E}(X_1^2) = a^2 + 2a\mathbb{E}(V_1) + \mathbb{E}(V_1^2)

Since V1V_1 is a Bernoulli random variable:

E(V12)=E(V1)=p\mathbb{E}(V_1^2) = \mathbb{E}(V_1) = p
E(X12)=a2+2ap+p\mathbb{E}(X_1^2) = a^2 + 2ap + p

The variance of X1X_1 is:

Var(X1)=E(X12)(E(X1))2\mathrm{Var}(X_1) = \mathbb{E}(X_1^2) - (\mathbb{E}(X_1))^2
Var(X1)=(a2+2ap+p)(a+p)2\mathrm{Var}(X_1) = (a^2 + 2ap + p) - (a + p)^2
Var(X1)=a2+2ap+p(a2+2ap+p2)\mathrm{Var}(X_1) = a^2 + 2ap + p - (a^2 + 2ap + p^2)
Var(X1)=pp2=p(1p)\mathrm{Var}(X_1) = p - p^2 = p(1 - p)

(3)

To find the general form of XiX_i, we solve the recurrence relation:

Xi=aXi1+ViX_i = aX_{i-1} + V_i

Starting from X0=1X_0 = 1, we have:

X1=aX0+V1=a+V1X_1 = aX_0 + V_1 = a + V_1
X2=aX1+V2=a(a+V1)+V2=a2+aV1+V2X_2 = aX_1 + V_2 = a(a + V_1) + V_2 = a^2 + aV_1 + V_2
X3=aX2+V3=a(a2+aV1+V2)+V3=a3+a2V1+aV2+V3X_3 = aX_2 + V_3 = a(a^2 + aV_1 + V_2) + V_3 = a^3 + a^2V_1 + aV_2 + V_3

It can be observed that:

Xi=ai+ai1V1+ai2V2++aVi1+ViX_i = a^i + a^{i-1}V_1 + a^{i-2}V_2 + \dots + aV_{i-1} + V_i
Xi=ai+j=1iaijVjX_i = a^i+\sum_{j=1}^{i} a^{i-j}V_j

(4)

Using linearity of expectation:

E(Xi)=E(ai+j=1iaijVj)\mathbb{E}(X_i) = \mathbb{E}\left(a^i+\sum_{j=1}^{i} a^{i-j}V_j\right)
E(Xi)=ai+j=1iaijE(Vj)\mathbb{E}(X_i) = a^i+\sum_{j=1}^{i} a^{i-j}\mathbb{E}(V_j)

Since E(Vj)=p\mathbb{E}(V_j) = p for all jj:

E(Xi)=ai+j=1iaijp\mathbb{E}(X_i) = a^i+\sum_{j=1}^{i} a^{i-j}p
E(Xi)=ai+pj=1iaij\mathbb{E}(X_i) = a^i+p\sum_{j=1}^{i} a^{i-j}

For a1a\ne1, the sum is a geometric series:

j=1iaij=ai1a1\sum_{j=1}^{i} a^{i-j} = \frac{a^i - 1}{a - 1}
E(Xi)=ai+p(ai1a1).\mathbb{E}(X_i) = a^i+p\left(\frac{a^i - 1}{a - 1}\right).

For a=1a=1, E(Xi)=1+ip\mathbb{E}(X_i)=1+ip.

(5)

Let's consider the limit by first simplifying the expression for E(Xi)\mathbb{E}(X_i).

For a1a\ne1:

E(Xi)=ai+p(ai1a1)\mathbb{E}(X_i) = a^i+p\left(\frac{a^i - 1}{a - 1}\right)

Let's combine the terms by putting them over a common denominator:

E(Xi)=p(ai1)+ai(a1)a1\mathbb{E}(X_i) = \frac{p(a^i - 1) + a^i(a - 1)}{a - 1}

Simplifying the numerator:

E(Xi)=paip+ai+1aia1\mathbb{E}(X_i) = \frac{p a^i - p + a^{i+1} - a^i}{a - 1}
E(Xi)=ai(1+pa1)pa1\mathbb{E}(X_i) = a^i\left(1+\frac{p}{a-1}\right)-\frac{p}{a-1}

Now, let's find the limit for different values of aa.

Case 1: a>1a > 1

When a>1a > 1, aia^i grows exponentially and 1+p/(a1)>01+p/(a-1)>0. Thus:

limiE(Xi)=limi[ai(1+pa1)pa1]=.\lim_{i \to \infty} \mathbb{E}(X_i) =\lim_{i\to\infty}\left[a^i\left(1+\frac{p}{a-1}\right)-\frac{p}{a-1}\right] =\infty.

Thus, the limit does not exist in a finite value; it diverges to infinity.

Case 2: a=1a = 1

When a=1a = 1, we have:

E(Xi)=1+ip\mathbb{E}(X_i) = 1+ip

As ii \to \infty, the expected value becomes:

limiE(Xi)=limi(1+ip)=\lim_{i \to \infty} \mathbb{E}(X_i) = \lim_{i \to \infty} (1+ip) = \infty

Thus, the limit also does not exist in a finite value; it diverges to infinity.

Case 3: 0<a<10 < a < 1

When 0<a<10 < a < 1, ai0a^i\to0. Therefore:

limiE(Xi)=pa1=p1a.\lim_{i \to \infty} \mathbb{E}(X_i) =-\frac{p}{a-1} =\frac{p}{1-a}.

This limit exists and is finite.

In summary:

  • For a>1a > 1, limiE(Xi)\lim_{i \to \infty} \mathbb{E}(X_i) does not exist as a finite value (diverges to infinity).
  • For a=1a = 1, limiE(Xi)\lim_{i \to \infty} \mathbb{E}(X_i) does not exist as a finite value (diverges to infinity).
  • For 0<a<10 < a < 1, limiE(Xi)=p1a\lim_{i \to \infty} \mathbb{E}(X_i) = \frac{p}{1-a}, which is finite.

Knowledge

随机过程 期望值 几何级数

重点词汇

  • Expected value: 期望值
  • Variance: 方差
  • Geometric series: 几何级数

参考资料

  1. Probability and Statistics for Engineering and the Sciences, Chap. 4