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.
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.
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$.