Conditional probability with marginal and joint density

Click For Summary
The discussion focuses on calculating the conditional probability P(X0) using the joint density function of random variables X and Y. The joint density function is defined within specific limits, and participants emphasize the need to determine the correct boundaries for integration. The correct marginal density function for X was debated, with the final consensus indicating it should be f_X(x) = 2|x|(1 - x^2) for 0 ≤ x ≤ 1. The final calculation concluded that P(X0) equals 1, confirming the correctness of the approach despite earlier confusion over the marginal density. The topic wraps up with acknowledgment of the correct marginal density and the successful computation of the conditional probability.
Linder88
Messages
25
Reaction score
0

Homework Statement


Determine ##P(X<Y|x>0)##

Homework Equations


X and Y are random variables with the joint density function
$$
f_{XY}(x,y)=
\begin{cases}
4|xy|,-y<x<y,0<y<1\\
0,elsewhere
\end{cases}$$
The marginal densities are given by
$$
f_X(x)=2x\\
f_Y(y)=4y^3
$$

The Attempt at a Solution


The formula for conditional probability is
$$
P(B|A)=\frac{P(B\cap A)}{P(A)}
$$
In this case we have
$$
P(X<Y|x>0)=\frac{P(X<Y\cap x>0)}{P(x>0)}=\frac{F_{XY}(x,y)}{F_X(x)}=\frac{\int_{}4|xy|dxdy}{\int_0^{\infty}2xdx}
$$
This is where I get stuck, I do not know what boundaries I should put for the joint density function, can someone please help me?
 
Physics news on Phys.org
Linder88 said:

Homework Statement


Determine ##P(X<Y|x>0)##

Homework Equations


X and Y are random variables with the joint density function
$$
f_{XY}(x,y)=
\begin{cases}
4|xy|,-y<x<y,0<y<1\\
0,elsewhere
\end{cases}$$
The marginal densities are given by
$$
f_X(x)=2x\\
f_Y(y)=4y^3
$$

The Attempt at a Solution


The formula for conditional probability is
$$
P(B|A)=\frac{P(B\cap A)}{P(A)}
$$
In this case we have
$$
P(X<Y|x>0)=\frac{P(X<Y\cap x>0)}{P(x>0)}=\frac{F_{XY}(x,y)}{F_X(x)}=\frac{\int_{}4|xy|dxdy}{\int_0^{\infty}2xdx}
$$
This is where I get stuck, I do not know what boundaries I should put for the joint density function, can someone please help me?

Draw the lines ##x=y##, ##x=-y##, ##y=0##, and ##y=1##. Shade the part where x and y are between the appropriate lines. The limits are just like in any double integral in calculus. Also, I didn't check your work but surely if the marginal density is ##2x##, it wouldn't be valid clear to ##\infty##.
 
  • Like
Likes Linder88
Linder88 said:

Homework Statement


Determine ##P(X<Y|x>0)##

Homework Equations


X and Y are random variables with the joint density function
$$
f_{XY}(x,y)=
\begin{cases}
4|xy|,-y<x<y,0<y<1\\
0,elsewhere
\end{cases}$$
The marginal densities are given by
$$
f_X(x)=2x\\
f_Y(y)=4y^3
$$

The Attempt at a Solution


The formula for conditional probability is
$$
P(B|A)=\frac{P(B\cap A)}{P(A)}
$$
In this case we have
$$
P(X<Y|x>0)=\frac{P(X<Y\cap x>0)}{P(x>0)}=\frac{F_{XY}(x,y)}{F_X(x)}=\frac{\int_{}4|xy|dxdy}{\int_0^{\infty}2xdx}
$$
This is where I get stuck, I do not know what boundaries I should put for the joint density function, can someone please help me?

You claimed ##f_X(x) = 2x## cannot possibly be correct. In the sample space, ##x## is allowed to be both ##< 0## and ##>0##, and when ##x < 0## your formula delivers a negative probability.
 
LCKurtz said:
Draw the lines ##x=y##, ##x=-y##, ##y=0##, and ##y=1##. Shade the part where x and y are between the appropriate lines. The limits are just like in any double integral in calculus. Also, I didn't check your work but surely if the marginal density is ##2x##, it wouldn't be valid clear to ##\infty##.
The shaded area is a inverted triangle in the upper half of the plane with y vertical and x horizontal, so we have that
$$
P(X<Y|x>0)=\frac{\int_0^1\int_{-y}^y4|xy|dxdy}{\int_0^12xdx}=\frac{1}{1}=1
$$
I guess this concludes this topic, thanks :)
 
Linder88 said:
The shaded area is a inverted triangle in the upper half of the plane with y vertical and x horizontal, so we have that
$$
P(X<Y|x>0)=\frac{\int_0^1\int_{-y}^y4|xy|dxdy}{\int_0^12xdx}=\frac{1}{1}=1
$$
I guess this concludes this topic, thanks :)

For the record: your final answer is correct, but you have computed ##f_X(x)## incorrectly. You should have gotten
f_X(x) = \frac{1}{2} |x| ( 1 - x^2),\; 0 \leq x \leq 1
Unlike your answer, this has ##f_X > 0## for both ##-1 < x < 0## and ##0 < x < 1##.
 
Ray Vickson said:
For the record: your final answer is correct, but you have computed ##f_X(x)## incorrectly. You should have gotten
f_X(x) = \frac{1}{2} |x| ( 1 - x^2),\; 0 \leq x \leq 1
Unlike your answer, this has ##f_X > 0## for both ##-1 < x < 0## and ##0 < x < 1##.

Did you mean $$2*|x| ( 1 - x^2),\; 0 \leq x \leq 1\text{ ?}$$
 
LCKurtz said:
Did you mean $$2*|x| ( 1 - x^2),\; 0 \leq x \leq 1\text{ ?}$$

Yes. I accidentally omitted the factor '4' in front, so got 1/2 instead of 4/2 = 2.
 

Similar threads

  • · Replies 19 ·
Replies
19
Views
4K
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
6
Views
1K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
7
Views
1K
  • · Replies 8 ·
Replies
8
Views
1K
Replies
6
Views
2K
Replies
11
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K