Ninty64
- 45
- 0
Oops, I accidentally edited over this post =(
Thankfully it's quoted in the next one.
Thankfully it's quoted in the next one.
Last edited:
Ninty64 said:This is my first post, please excuse my inability to make my posts look nice.
Homework Statement
Let f(x,y) = 3/2, x2\leqy\leq1, 0\leqx\leq1, be the joint pdf of X and Y.
(a) Find P(0 \leq x \leq 1/2)
(b) Find P(1/2 \leq y \leq 1)
(c) Find P(1/2 \leq x \leq1 1, 1/2 \leq y \leq 1)
(d) Find P(X \geq 1/2, Y \geq 1/2)
(e) Are X and Y independent? Why or why not?
Homework Equations
f1(x) = integral(f(x,y)dy)
f2(y) = integral(f(x,y)dx)
They are independent iff f(x,y) = f1(x) * f2(y)
The Attempt at a Solution
(a) I did integral(3/2dy) from y = x2 to y = 1, which gave me a marginal pdf of x to be:
f1(x) = (3/2) - (3/2)x2
Then I integrated from 0 to 1/2 to get the answer 11/16.
(b) I have a problem with this question. I tried to get the marginal pdf of y:
f2(y) = integral(3/2dx) from 0 to 1
which gives me:
f2(y) = 3/2
LCKurtz said:If you draw a picture of your region you will see that the limits on x depend on y. x only goes from 0 to 1 if y = 1. Otherwise the upper limit depends on y. You need to redo f2.
Ninty64 said:Oh! I get it! x goes from 0 to sqrt(y)
So...
f2(y) = integral(3/2dx) from 0 to sqrt(y)
which becomes:
f2(y) = (3/2)sqrt(y)
Then when I integrate from 1/2 to 1, I get that the probability is 1 - sqrt(2)/4
Well that also answers (e). They are definitely dependent since
(3/2)sqrt(y) * (3/2 - (3/2)x^) =/= 3/2
Thank you! =)
That leaves me with one last question. (Assuming that my other work was right at least). Does this mean that (c) is asking me for the double integral of x(1/2 to 1) and y(1/2 to 1) while (d) is asking me for the double integral of x(1/2 to sqrt(y)) and y(1/2 to 1)?
LCKurtz said:You could have seen intuitively that X and Y were not independent because, for example, if you know Y < 1 you would know X couldn't be 1.
As to (c) and (d) it looks to me as if they are asking the same question. And integrating f(x,y) with x from 1/2 to 1 and y from 1/2 to 1 is the same thing as integrating f(x,y) with x from 1/2 to sqrt(y) and y from 1/2 to 1. Remember f(x,y) is zero everywhere except where it is given to be 3/2.