2

I tried to change the variables:

Let $U=XY$ and $V=Y$; so then the Jacobian is $1/v$.

So joint pdf $g(u,v) = f(x,y)\cdot (1/v) = 1/v$

Would you then integrate over $v$ from $0$ to $1$ to get the p.d.f., of just $U$?

However this gives infinity.

JPi
  • 4,562
timni
  • 75
  • I accidentally moused over Leave Open and did not intend to make that vote. This is, in fact, a duplicate question. – ncmathsadist May 15 '14 at 15:05

1 Answers1

0

Your joint pdf is wrong. You should get

$$g(u,v) = I(0<v<1) I(0<u<v)/v,$$

where $I$ is the indicator function. Then just do

$$\int_u^1 \frac{1}{v} dv = [\log v]_u^1= -\log u,$$

which for $0<u<1$ is the density of $XY$.

JPi
  • 4,562