Skip to content
CalcGospel 國際數學圖譜
返回

IAL 2025 Jan S2 Q3

A Level / Edexcel / S2

IAL 2025 Jan Paper · Question 3

题目

Problem

The random variable XX has a continuous uniform distribution over the interval [k,5k][-k, 5k] where k>0k > 0

(a) Find, in terms of kk, the probability density function of XX for all values of xx

(2)

(b) Sketch the graph of the probability density function of XX

(2)

(c) Find the mean of XX in terms of kk

(1)

(d) Find, in terms of kk, the cumulative distribution function of XX for all values of xx

(4)

The random variable YY is defined by Y=X2Y = X^2

(e) Find E(Y)E(Y) in terms of kk

(3)

(f) Find the exact probability that Y<2k2Y < 2k^2. Show your working clearly.

(3)

(Total for Question 3 is 15 marks)

题目中文翻译

随机变量 XX 在区间 [k,5k][-k, 5k] 上连续均匀分布,其中 k>0k > 0

(a) 用 kk 表示 XX 对所有 xx 值的概率密度函数。

(b) 画出 XX 的概率密度函数图像。

(c) 用 kk 表示 XX 的均值。

(d) 用 kk 表示 XX 对所有 xx 值的累积分布函数。

随机变量 YY 定义为 Y=X2Y = X^2

(e) 用 kk 表示 E(Y)E(Y)

(f) 求 Y<2k2Y < 2k^2 的精确概率。清楚地展示你的计算过程。

(第 3 题共 15 分)

解答

(a)

解法一

思路

展开

连续均匀分布在支撑区间上的概率密度为区间长度的倒数。这里区间长度为 5k(k)=6k5k-(-k)=6k,区间外的概率密度为 0。

答题过程

展开

The length of the interval is

5k(k)=6k.5k-(-k)=6k.

Therefore,

f(x)={16k,kx5k,0,otherwise.\boxed{ f(x)= \begin{cases} \dfrac{1}{6k}, & -k\leq x\leq5k,\\ 0, & \text{otherwise}. \end{cases} }

(b)

解法一

思路

展开

概率密度在 kx5k-k\leq x\leq5k 上恒为 1/(6k)1/(6k),区间外为 0。因此图像是在这两个端点之间的一条水平线,并须清楚标出横坐标端点和高度。

答题过程

展开

The graph is horizontal at height 1/(6k)1/(6k) from x=kx=-k to x=5kx=5k, and lies on the xx-axis outside this interval.

(c)

解法一

思路

展开

连续均匀分布的均值是区间两个端点的中点,直接代入端点 k-k5k5k 即可。

答题过程

展开

For a continuous uniform distribution,

E(X)=k+5k2=2k.E(X)=\frac{-k+5k}{2}=\boxed{2k}.

(d)

解法一

思路

展开

累积分布函数为 F(x)=P(Xx)F(x)=P(X\leq x)。在支撑区间左侧,其值为 0;在区间内部,从左端点 k-k 积分至 xx;在右端点之后,累计概率为 1。最后必须写出完整的分段函数。

答题过程

展开

For kx5k-k\leq x\leq5k,

F(x)=kx16kdt=[t6k]kx=x+k6k.\begin{align*} F(x)=&\,\int_{-k}^{x}\frac{1}{6k}\,\mathrm{d}t\\ =&\,\left[\frac{t}{6k}\right]_{-k}^{x}\\ =&\,\frac{x+k}{6k}. \end{align*}

Hence, for all real xx,

F(x)={0,x<k,x+k6k,kx5k,1,x>5k.\boxed{ F(x)= \begin{cases} 0, & x<-k,\\ \dfrac{x+k}{6k}, & -k\leq x\leq5k,\\ 1, & x>5k. \end{cases} }

解法二

思路

展开

在支撑区间内,均匀分布的累积分布函数是一条直线。这条直线经过 (k,0)(-k,0)(5k,1)(5k,1),可先由两点求斜率,再写出直线方程。

答题过程

展开

For kx5k-k\leq x\leq5k, the graph of FF is the straight line through (k,0)(-k,0) and (5k,1)(5k,1). Its gradient is

105k(k)=16k.\frac{1-0}{5k-(-k)}=\frac{1}{6k}.

Writing F(x)=x/(6k)+cF(x)=x/(6k)+c and using F(k)=0F(-k)=0 gives c=1/6c=1/6. Therefore,

F(x)={0,x<k,x6k+16,kx5k,1,x>5k.\boxed{ F(x)= \begin{cases} 0, & x<-k,\\ \dfrac{x}{6k}+\dfrac16, & -k\leq x\leq5k,\\ 1, & x>5k. \end{cases} }

(e)

解法一

思路

展开

由于 Y=X2Y=X^2,所以 E(Y)=E(X2)E(Y)=E(X^2)。先用连续均匀分布的方差公式求 Var(X)\operatorname{Var}(X),再利用 E(X2)=Var(X)+[E(X)]2E(X^2)=\operatorname{Var}(X)+[E(X)]^2,并承接 (c) 的均值结果。

答题过程

展开

For a continuous uniform distribution,

Var(X)=(5k(k))212=(6k)212=3k2.\begin{align*} \operatorname{Var}(X)=&\,\frac{\bigl(5k-(-k)\bigr)^2}{12}\\ =&\,\frac{(6k)^2}{12}\\ =&\,3k^2. \end{align*}

Using E(X)=2kE(X)=2k from part (c),

E(Y)=E(X2)=Var(X)+[E(X)]2=3k2+(2k)2=7k2.\begin{align*} E(Y)=&\,E(X^2)\\ =&\,\operatorname{Var}(X)+[E(X)]^2\\ =&\,3k^2+(2k)^2\\ =&\,\boxed{7k^2}. \end{align*}

解法二

思路

展开

也可以直接使用期望的积分定义,把 Y=X2Y=X^2 乘以 (a) 的概率密度函数,并在整个支撑区间上积分。

答题过程

展开

Directly from the probability density function,

E(Y)=E(X2)=k5kx26kdx=16k[x33]k5k=125k3(k3)18k=7k2.\begin{align*} E(Y)=&\,E(X^2)\\ =&\,\int_{-k}^{5k}\frac{x^2}{6k}\,\mathrm{d}x\\ =&\,\frac{1}{6k}\left[\frac{x^3}{3}\right]_{-k}^{5k}\\ =&\,\frac{125k^3-(-k^3)}{18k}\\ =&\,\boxed{7k^2}. \end{align*}

(f)

解法一

思路

展开

先把关于 YY 的不等式改写成关于 XX 的不等式。由 X2<2k2X^2<2k^22k<X<2k-\sqrt{2}\,k<X<\sqrt{2}\,k;但 XX 的实际支撑区间从 k-k 开始,而 k>0k>0,所以须取两个区间的交集,再利用均匀分布下“概率等于区间长度之比”。

答题过程

展开

Since Y=X2Y=X^2,

P(Y<2k2)=P(X2<2k2)=P(2k<X<2k).\begin{align*} P(Y<2k^2)=&\,P(X^2<2k^2)\\ =&\,P(-\sqrt{2}\,k<X<\sqrt{2}\,k). \end{align*}

As k>0k>0, 2k<k-\sqrt{2}\,k<-k and 2k<5k\sqrt{2}\,k<5k. Intersecting this interval with the support [k,5k][-k,5k] gives

P(Y<2k2)=P(k<X<2k).P(Y<2k^2)=P(-k<X<\sqrt{2}\,k).

Therefore,

P(Y<2k2)=2k(k)6k=2+16.\begin{align*} P(Y<2k^2)=&\,\frac{\sqrt{2}\,k-(-k)}{6k}\\ =&\,\boxed{\frac{\sqrt{2}+1}{6}}. \end{align*}

解法二

思路

展开

确定有效事件为 k<X<2k-k<X<\sqrt{2}\,k 后,也可直接代入 (d) 的累积分布函数。由于连续随机变量在单点上的概率为 0,严格不等号不会改变结果。

答题过程

展开

Using the cumulative distribution function from part (d),

P(Y<2k2)=P(k<X<2k)=F(2k)F(k)=(2k+k6k)0=2+16.\begin{align*} P(Y<2k^2)=&\,P(-k<X<\sqrt{2}\,k)\\ =&\,F(\sqrt{2}\,k)-F(-k)\\ =&\,\left(\frac{\sqrt{2}\,k+k}{6k}\right)-0\\ =&\,\boxed{\frac{\sqrt{2}+1}{6}}. \end{align*}