thisguy12
- 3
- 0
If you were to pick two random numbers on the interval [0,1], what is the probability that the sum of their squares is less than 1? That is, if you let Y_1 ~ U(0,1) and Y_2 ~ U(0,1), find P(Y_1^2 + Y^2_2 \leq 1). There is also a hint: the substitution u = 1 - y_1 may be helpful - look for a beta distribution.
Here's what I've done so far:
I know that the density function for Y_1 and Y_2 is the same, f(y_1) = f (y_2) = 1 on the interval [0,1].
P(Y_1^2 + Y_2^2 \leq 1) = P(Y_2^2 \leq 1 - Y_1^2) = P(-\sqrt{1 - Y_1^2} \leq Y_2 \leq \sqrt{1 - Y_1^2}) = \int^{\sqrt{1 - Y_1^2}}_{-\sqrt{1 - Y_1^2}} dy_2 = 2\sqrt{1 - Y_1^2}
And that's where I get stuck. I thought that maybe be a beta distrbution with \alpha = 3/2, \beta = 1, but the beta function, \beta(3/2, 1) = 2/3 \neq 1/2.
Here's what I've done so far:
I know that the density function for Y_1 and Y_2 is the same, f(y_1) = f (y_2) = 1 on the interval [0,1].
P(Y_1^2 + Y_2^2 \leq 1) = P(Y_2^2 \leq 1 - Y_1^2) = P(-\sqrt{1 - Y_1^2} \leq Y_2 \leq \sqrt{1 - Y_1^2}) = \int^{\sqrt{1 - Y_1^2}}_{-\sqrt{1 - Y_1^2}} dy_2 = 2\sqrt{1 - Y_1^2}
And that's where I get stuck. I thought that maybe be a beta distrbution with \alpha = 3/2, \beta = 1, but the beta function, \beta(3/2, 1) = 2/3 \neq 1/2.