Suppose X and Y have joint density f(x,y)=1 for 0
I'm confused on how to set up the limits for the double integral in this problem
So you're looking for the probability X*Y<=z, not X<=z and Y<=z, right?
Yes that's correct
I'll take a look at this in a minute.
Ok, so you're integrating over a square.
Yes exactly, a square with corners, (0,0) (0,1) (1,1) (1,0) The distribution function F(x,y) = xy for 0≤x≤1, and 0≤y≤1 I just am confused where z comes into play for the double integral.
The idea is that for the outer integral you integrate over the entire region, so here from 0 to 1. The variable over which you integrate in the outer integral is fixed in the inner integral. So for the inner integral you integrate over those values for which the condition holds, here XY<=Z
Let's integrate over y in the outer integral, so we get: \[\int_0^1\int_a^b1dxdy\]
Now to find a and b.
Still with me so far?
Yes, I got that far, but I was thinking a = 0, and b = z/y? But this gives a ln(0) which is why I'm confused
That's what I had in mind too, I see the problem.
The problem is that z/y can become bigger than 1.
so you have to use min{1,z/y}?
That does work, but integrating that might be hard.
Yeah I wouldn't know how to integrate that
I might have an idea how to integrate that: z/y<=1 y>=z So you integrate 1 from 0 to z and integrate z/y from z to 1.
\[\int_0^1\text{min}(1,\frac{z}{y})dy=\int_0^z1dy+\int_z^1\frac{z}{y}dy\]
Is it that simple by just adding them together like that for the integral of a min{} ?
\[\int_0^1\text{min}(1,\frac{z}{y})dy=\int_0^z\text{min}(1,\frac{z}{y})dy+\int_z^1\text{min}(1,\frac{z}{y})dy\]
That's true more clearly, and on the interval [0,z] 1 is smaller than z/y, and on the interval [z,1] z/y is the smaller one.
Final answer is z-zln(z), which behaves properly: http://www.wolframalpha.com/input/?i=Plot [x-xln%28x%29%2C{x%2C0%2C1}]
Ok Thank you. I will work through this right now and see if I get the same conclusion
Perfect, Thanks for all your help
You're welcome.
Join our real-time social learning platform and learn together with your friends!