MathIsimple

Probability Theory – Problem 10: Determine the distribution of

Question

Let the random variable XX follow the standard normal distribution N(0, 1)N(0,\ 1). Given X=xX=x, the random variable YY follows the normal distribution N(x, 1)N(x,\ 1). (1) Determine the distribution of YY. (2) Compute P(XY0)P(X Y\geqslant0).

Step-by-step solution

Step 1. Structural decomposition of the random variable. By the given conditions, YX=xN(x,1)Y|X=x \sim N(x, 1), which means that given X=xX=x, YY equals xx plus a standard normal random variable. We may represent YY structurally as: Y=X+ZY = X + Z where XN(0,1)X \sim N(0, 1), ZN(0,1)Z \sim N(0, 1), and ZZ is independent of XX. (Justification: when XX is fixed at xx, X+ZX+Z follows N(x,1)N(x, 1), consistent with the problem statement.)

Step 2. Computing the expectation and variance of YY. Since XX and ZZ are independent and both normally distributed, their linear combination YY is also normally distributed. Expectation: E[Y]=E[X+Z]=E[X]+E[Z]=0+0=0E[Y] = E[X + Z] = E[X] + E[Z] = 0 + 0 = 0 Variance: Var(Y)=Var(X+Z)=Var(X)+Var(Z)Var(Y) = Var(X + Z) = Var(X) + Var(Z) (by independence) Var(Y)=1+1=2Var(Y) = 1 + 1 = 2

Step 3. Conclusion for Part (1). The random variable YY follows a normal distribution with mean 0 and variance 2. That is, YN(0,2)Y \sim N(0, 2).

Step 4. Reformulating the problem for Part (2). Substituting Y=X+ZY = X + Z into the inequality XY0XY \geqslant 0: P(XY0)=P(X(X+Z)0)=P(X2+XZ0)P(XY \geqslant 0) = P(X(X + Z) \geqslant 0) = P(X^2 + XZ \geqslant 0)

Step 5. Applying the geometric method (polar coordinates). Since XN(0,1)X \sim N(0, 1), ZN(0,1)Z \sim N(0, 1), and they are independent, the joint density of the random vector (X,Z)(X, Z) is rotationally symmetric. The probability distribution depends only on the angle. Introducing polar coordinates in the (X,Z)(X, Z)-plane: X=RcosθX = R \cos \theta Z=RsinθZ = R \sin \theta where R>0R > 0 and θ[0,2π)\theta \in [0, 2\pi), with the probability density uniform in θ\theta.

Step 6. Analyzing the angular range satisfying the condition. Substituting polar coordinates into the inequality X2+XZ0X^2 + XZ \geqslant 0: R2cos2θ+R2cosθsinθ0R^2 \cos^2 \theta + R^2 \cos \theta \sin \theta \geqslant 0 Dividing by R2R^2 (since R2>0R^2 > 0): cosθ(cosθ+sinθ)0\cos \theta (\cos \theta + \sin \theta) \geqslant 0

We determine the intervals of θ\theta for which this product is nonnegative. The boundary points are cosθ=0\cos \theta = 0 (i.e., θ=π2,3π2\theta = \frac{\pi}{2}, \frac{3\pi}{2}) and cosθ+sinθ=0\cos \theta + \sin \theta = 0 (i.e., tanθ=1\tan \theta = -1, giving θ=3π4,7π4\theta = \frac{3\pi}{4}, \frac{7\pi}{4}).

Sign analysis over [0,2π)[0, 2\pi): * Interval (0,π2)(0, \frac{\pi}{2}): cosθ>0\cos \theta > 0, cosθ+sinθ>0\cos \theta + \sin \theta > 0. Product >0> 0. (Satisfied.) Arc length: π2\frac{\pi}{2}. * Interval (π2,3π4)(\frac{\pi}{2}, \frac{3\pi}{4}): cosθ<0\cos \theta < 0, sinθ>cosθ\sin \theta > |\cos \theta| \Rightarrow sum >0> 0. Product <0< 0. * Interval (3π4,3π2)(\frac{3\pi}{4}, \frac{3\pi}{2}): cosθ<0\cos \theta < 0, sinθ<cosθ\sin \theta < |\cos \theta| or both negative \Rightarrow sum <0< 0. Product >0> 0. (Satisfied.) Arc length: 3π23π4=3π4\frac{3\pi}{2} - \frac{3\pi}{4} = \frac{3\pi}{4}. * Interval (3π2,7π4)(\frac{3\pi}{2}, \frac{7\pi}{4}): cosθ>0\cos \theta > 0, sinθ\sin \theta negative with large absolute value \Rightarrow sum <0< 0. Product <0< 0. * Interval (7π4,2π)(\frac{7\pi}{4}, 2\pi): cosθ>0\cos \theta > 0, sinθ\sin \theta negative with small absolute value \Rightarrow sum >0> 0. Product >0> 0. (Satisfied.) Arc length: 2π7π4=π42\pi - \frac{7\pi}{4} = \frac{\pi}{4}.

Step 7. Computing the total probability. The total arc length of the satisfying region is: L=π2+3π4+π4=π2+π=3π2L = \frac{\pi}{2} + \frac{3\pi}{4} + \frac{\pi}{4} = \frac{\pi}{2} + \pi = \frac{3\pi}{2} Since the angle is uniformly distributed, the probability is: P(XY0)=L2π=3π/22π=34P(XY \geqslant 0) = \frac{L}{2\pi} = \frac{3\pi/2}{2\pi} = \frac{3}{4}

Final answer

(1) YN(0,2)Y \sim N(0, 2) (2) P(XY0)=34P(XY \geqslant 0) = \frac{3}{4}

Marking scheme

The following is the complete marking scheme for this probability theory problem.


I. Checkpoints (max 7 pts total)

Part 1: Distribution of YY (3 points) [additive]

  • 1 pt: Model construction. Write the structural decomposition Y=X+ZY = X + Z and state that ZZ is independent of XX (or that ZN(0,1)Z \sim N(0,1)), or set up the correct total probability formula / marginal density integral fY(y)=fYX(yx)fX(x)dxf_Y(y) = \int f_{Y|X}(y|x)f_X(x)dx, or write the characteristic function in product form.
  • 1 pt: Derivation. Use independence to derive E[Y]=0E[Y]=0 and Var(Y)=2Var(Y)=2 (the step 1+1=21+1=2 must be shown), or correctly evaluate the integral / complete the square, or simplify the characteristic function.
  • 1 pt: Final conclusion. Explicitly state YN(0,2)Y \sim N(0, 2) (with parameters specified).
  • *Note: If N(0,2)N(0,2) is stated without any derivation, this part receives 0 points.*

Part 2: Computing P(XY0)P(XY \ge 0) (4 points)

Score exactly one chain; take the maximum subtotal among chains; do not add points across chains.

  • Chain A: Structural decomposition and polar coordinates (standard approach)
  • 1 pt: Inequality transformation. Convert the condition XY0XY \ge 0 into a form involving independent variables, such as X(X+Z)0X(X+Z) \ge 0 or X2+XZ0X^2 + XZ \ge 0. [additive]
  • 2 pts: Region analysis. Correctly analyze the region in the (X,Z)(X, Z)-plane satisfying the condition (e.g., using polar coordinates to obtain a total arc length of 3π/23\pi/2, or correctly discussing the range of ZZ for X>0X>0 and X<0X<0 separately). [additive]
  • 1 pt: Result. Obtain the probability 3/43/4 (or 0.750.75). [additive]
  • Chain B: Bivariate normal geometric method (Sheppard's theorem / correlation coefficient)
  • 1 pt: Distribution identification. Explicitly state that (X,Y)(X, Y) follows a bivariate normal distribution. [additive]
  • 1 pt: Correlation computation. Correctly compute the correlation coefficient ρ=12\rho = \frac{1}{\sqrt{2}} (or the covariance Cov(X,Y)=1Cov(X,Y)=1 with correct variances). [additive]
  • 1 pt: Geometric formula application. Apply the arcsine formula P=12+arcsinρπP = \frac{1}{2} + \frac{\arcsin \rho}{\pi}, or derive the result using the geometric properties of the density contour ellipses. [additive]
  • 1 pt: Result. Obtain the probability 3/43/4. [additive]
  • Chain C: Joint density integration method
  • 1 pt: Integral setup. Use symmetry to write 2P(X>0,Y>0)2P(X>0, Y>0), or write a double integral with the correct joint density function f(x,y)f(x,y). [additive]
  • 2 pts: Integration. Correctly evaluate the definite integral via a change of variables (e.g., u=x,v=y/xu=x, v=y/x) or polar coordinates. [additive]
  • 1 pt: Result. Obtain the probability 3/43/4. [additive]

Total (max 7)


II. Zero-credit items

  • In Part 1, merely listing formulas (e.g., the normal density formula) without substituting the problem's conditions (YXY|X) or performing any computation.
  • In Part 1, stating YN(0,2)Y \sim N(0,2) directly without any justification (e.g., "by properties").
  • In Part 2, incorrectly assuming XX and YY are independent, yielding the result 1/21/2.
  • In Part 2, incorrectly assuming XX and YY are perfectly positively correlated (i.e., Y=kX,k>0Y=kX, k>0), yielding the result 11.

III. Deductions

  • Logical gap (-1): In Part 1, using Var(X+Z)=Var(X)+Var(Z)Var(X+Z) = Var(X) + Var(Z) without mentioning "independence" or "zero covariance" anywhere on the paper.
  • Imprecise inequality handling (-1): In Part 2, dividing both sides of X(X+Z)0X(X+Z) \ge 0 by XX without considering the reversal of the inequality sign when X<0X<0 (even if the correct region is obtained by coincidence via symmetry).
  • Arithmetic error (-1): The approach is entirely correct, but a simple arithmetic or trigonometric error occurs (e.g., incorrect value of arctan(1)\arctan(-1)).
  • *Note: The total score after deductions cannot fall below 0. If multiple solution methods are attempted, only the one yielding the highest score is graded; deductions are not applied across methods.*
Ask AI ✨