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

IAL 2019 Oct S2 Q7

A Level / Edexcel / S2

IAL 2019 Oct Paper · Question 7

题目

Problem

The continuous random variable XX has probability density function

f(x)={c(x+3),3x<0,536(3x),0x3,0,otherwise,f(x)= \begin{cases} c(x+3), & -3\leqslant x<0, \\ \dfrac5{36}(3-x), & 0\leqslant x\leqslant3, \\ 0, & \text{otherwise}, \end{cases}

where cc is a positive constant.

(a) Show that c=112c=\dfrac1{12}

(3)

(b) (i) Sketch the probability density function.

(ii) Explain why the mode of X=0X=0

(3)

(c) Find the cumulative distribution function of XX, for all values of xx

(4)

(d) Find, to 3 significant figures, the value of dd such that P(X>dX>0)=25P(X>d\mid X>0)=\dfrac25

(4)

(Total for Question 7 is 14 marks)

题目中文翻译

连续随机变量 XX 的概率密度函数为

f(x)={c(x+3),3x<0,536(3x),0x3,0,其他情况,f(x)= \begin{cases} c(x+3), & -3\leqslant x<0, \\ \dfrac5{36}(3-x), & 0\leqslant x\leqslant3, \\ 0, & \text{其他情况}, \end{cases}

其中 cc 为正常数。

(a) 证明 c=112c=\dfrac1{12}

(b) (i) 画出该概率密度函数的草图。

(ii) 解释为什么 XX 的众数为 0。

(c) 求 XX 在所有 xx 取值下的累积分布函数。

(d) 已知 P(X>dX>0)=25P(X>d\mid X>0)=\dfrac25,求 dd 的值,并保留 3 位有效数字。

(第 7 题共 14 分)

解答

(a)

解法一

思路

展开

概率密度函数在整个定义域上的积分等于 1。分别对左右两段积分,再由总面积为 1 解出 cc,自然推出题目要求的结果。

答题过程

展开

Since the total area under the probability density function is 1,

30c(x+3)dx+03536(3x)dx=1.\int_{-3}^{0}c(x+3)\,\mathrm{d}x +\int_0^3\frac5{36}(3-x)\,\mathrm{d}x=1.

Therefore,

c[x22+3x]30+536[3xx22]03=19c2+58=19c2=38.\begin{align*} c\left[\frac{x^2}{2}+3x\right]_{-3}^{0} +\frac5{36}\left[3x-\frac{x^2}{2}\right]_0^3 =&\,1 \\[4mm] \frac{9c}{2}+\frac58 =&\,1 \\[4mm] \frac{9c}{2}=&\,\frac38. \end{align*}

Hence,

c=112,\boxed{c=\frac1{12}},

as required.

解法二

思路

展开

两段密度图像都是三角形。左侧三角形底为 3、高为 3c3c;右侧三角形底为 3、高为 5/125/12。将两个三角形面积相加并令其等于 1。

答题过程

展开

Using the areas of the two triangles,

12(3)(3c)+12(3)(512)=1.\frac12(3)(3c) +\frac12(3)\left(\frac5{12}\right)=1.

Thus,

9c2+58=1c=112.\begin{align*} \frac{9c}{2}+\frac58=&\,1 \\[4mm] c=&\,\boxed{\frac1{12}}. \end{align*}

(b)(i)

解法一

思路

展开

左段从 (3,0)(-3,0) 线性上升至接近 (0,1/4)(0,1/4);在 x=0x=0 处,函数取右段的值 5/125/12,再线性下降至 (3,0)(3,0)。因此 x=0x=0 处有一次向上的跳跃,不能用实线竖直连接。

答题过程

展开

The sketch consists of:

  • a straight line of positive gradient from (3,0)(-3,0) to an open point at (0,1/4)(0,1/4);
  • a closed point at (0,5/12)(0,5/12);
  • a straight line of negative gradient from (0,5/12)(0,5/12) to (3,0)(3,0).

The values 3-3, 00 and 33 should be labelled on the horizontal axis, and 1/41/4 and 5/125/12 on the vertical axis.

(b)(ii)

解法一

思路

展开

连续分布的众数位于概率密度函数取得最大值的位置。比较图像可见,最高点是右段在 x=0x=0 处的端点。

答题过程

展开

The probability density has its highest value, 5/125/12, at x=0x=0. Therefore, the mode of XX is

0.\boxed{0}.

(c)

解法一

思路

展开

CDF 是从定义域左端累积到 xx 的面积。左段直接从 3-3 积到 xx;右段可从总概率 1 中减去 xx 右侧的小三角形面积,所得形式更紧凑,并自动满足 F(3)=1F(3)=1

答题过程

展开

For 3x<0-3\leqslant x<0,

F(x)=3x112(t+3)dt=(x+3)224.\begin{align*} F(x) =&\,\int_{-3}^{x}\frac1{12}(t+3)\,\mathrm{d}t \\[4mm] =&\,\frac{(x+3)^2}{24}. \end{align*}

For 0x30\leqslant x\leqslant3, subtracting the upper-tail triangle from 1 gives

F(x)=1572(3x)2.F(x)=1-\frac5{72}(3-x)^2.

Hence,

F(x)={0,x<3,(x+3)224,3x<0,1572(3x)2,0x3,1,x>3.F(x)= \begin{cases} 0, & x<-3, \\[2mm] \dfrac{(x+3)^2}{24}, & -3\leqslant x<0, \\[3mm] 1-\dfrac5{72}(3-x)^2, & 0\leqslant x\leqslant3, \\[3mm] 1, & x>3. \end{cases}

(d)

解法一

思路

展开

先把条件概率写成尾概率之比。由 (c) 可得 P(X>0)=5/8P(X>0)=5/8,因此 P(X>d)=1/4P(X>d)=1/4,也就是 F(d)=3/4F(d)=3/4。由于 d>0d>0,代入 CDF 的右段求解,并根据 0<d<30<d<3 选择正确平方根。

答题过程

展开

Since d>0d>0, the event X>dX>d is contained in X>0X>0. Therefore,

P(X>dX>0)=P(X>d)P(X>0)=1F(d)1F(0)=25.\begin{align*} P(X>d\mid X>0) =&\,\frac{P(X>d)}{P(X>0)} \\[4mm] =&\,\frac{1-F(d)}{1-F(0)} \\[4mm] =&\,\frac25. \end{align*}

From part (c), F(0)=3/8F(0)=3/8, so

1F(d)=25(138)=14.\begin{align*} 1-F(d) =&\,\frac25\left(1-\frac38\right) \\[4mm] =&\,\frac14. \end{align*}

Thus F(d)=3/4F(d)=3/4. Using the right-hand part of the CDF,

1572(3d)2=34(3d)2=185.\begin{align*} 1-\frac5{72}(3-d)^2=&\,\frac34 \\[4mm] (3-d)^2=&\,\frac{18}{5}. \end{align*}

Since 0<d<30<d<3, we require 3d>03-d>0. Hence

d=3185=1.10263=1.10(3 s.f.).\begin{align*} d=&\,3-\sqrt{\frac{18}{5}} \\[4mm] =&\,1.10263\ldots \\[4mm] =&\,\boxed{1.10}\quad\text{(3 s.f.)}. \end{align*}

解法二

思路

展开

官方评分资料也接受直接使用面积。条件概率先给出 P(X>d)=1/4P(X>d)=1/4;从 dd 到 3 的尾部是一个底为 3d3-d、高为 5(3d)/365(3-d)/36 的三角形,令其面积等于 1/41/4 即可。

答题过程

展开

As above,

P(X>d)=14.P(X>d)=\frac14.

The region under the density from dd to 33 is a triangle. Therefore,

12(3d)(536(3d))=14(3d)2=185.\begin{align*} \frac12(3-d)\left(\frac5{36}(3-d)\right) =&\,\frac14 \\[4mm] (3-d)^2=&\,\frac{18}{5}. \end{align*}

Using 0<d<30<d<3 gives

d=3185=1.10(3 s.f.).\boxed{d=3-\sqrt{\frac{18}{5}}=1.10} \quad\text{(3 s.f.)}.