Double Integral With probability

Askhwhelp
Messages
84
Reaction score
0
$$f(x,y)=
\begin{cases}
4(x+y^2),&\text{if x > 0, y > 0, x + y < 1} \\
0, &\text{elsewhere} \\
\end{cases}$$

Find two different integral expressions for P(y > x)

(1) $$\int_{0} ^{1/2}\int_{0} ^y 4(x+y^2),dx\,dy + \int_{1/2} ^{1}\int_{0} ^{1-y} 4(x+y^2),dx\,dy $$

(2) $$\int_{0} ^{1/2}\int_{x} ^{1-x} 4(x+y^2),dy\,dx $$
Are they right?

Second , find P(Y > 1/2 | X < 1/2). the set up I have is = P(Y > 1/2, X < 1/2)/P(X<1/2)= $$\int_{1/2} ^{1}\int_{0} ^{1-y} 4(x+y^2),dx\,dy / \int_{0} ^{1/2}\int_{0} ^{1-x} 4(x+y^2),dy\,dx $$ is this set up right?

Third, find P(Y > 1/2 | X > 1/2) I found that the prob should be 0 because there no intersection for Y > 1/2 and X < 1/2 ? Right?
 
Last edited:
Physics news on Phys.org
Askhwhelp said:
$$f(x,y)=
\begin{cases}
4(x+y^2),&\text{if x > 0, y > 0, x + y < 1} \\
0, &\text{elsewhere} \\
\end{cases}$$

Find two different integral expressions for P(x > y)

(1) $$\int_{0} ^{1/2}\int_{0} ^y 4(x+y^2),dx\,dy + \int_{1/2} ^{1}\int_{0} ^{1-y} 4(x+y^2),dx\,dy $$

(2) $$\int_{0} ^{1/2}\int_{x} ^{1-x} 4(x+y^2),dy\,dx $$
Are they right?
Looks like you switched the roles of x and y in both cases.

If x + y < 1 and x > y, then y can't be greater than 1/2, right? Yet in (1), you have an integral for 1/2 < y < 1.
 
Askhwhelp said:
Second , find P(Y > 1/2 | X < 1/2). the set up I have is = P(Y > 1/2, X < 1/2)/P(X<1/2)= $$\int_{1/2} ^{1}\int_{0} ^{1-y} 4(x+y^2),dx\,dy / \int_{0} ^{1/2}\int_{0} ^{1-x} 4(x+y^2),dy\,dx $$ is this set up right?
Looks good.

Third, find P(Y > 1/2 | X > 1/2) I found that the prob should be 0 because there no intersection for Y > 1/2 and X > 1/2 ? Right?
I assuming that was a typo. Yes, your reasoning is correct.
 
vela said:
Looks good.


I assuming that was a typo. Yes, your reasoning is correct.

Thank you for pointing it out
 
vela said:
Looks like you switched the roles of x and y in both cases.

If x + y < 1 and x > y, then y can't be greater than 1/2, right? Yet in (1), you have an integral for 1/2 < y < 1.
My typo it should P(y> x). With this prob., my (1) and (2) should be right?
 
Looks good then.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top