Let $X$ and $Y$ be independent ,uniform over [0,1].
I need to find the pdf of XY. So let $U = X, V= XY$ and Jacobian $J$ can be calculated as $J= 1/u$. So $$f_{U,V}(u,v) = f_{X,Y}(x,y)|J|= 1/u$$ So we get $f_V(v) = \int_0^1 \frac 1u du $ which does not exist.
Can anyone tell me where I am going wrong?
The answer in text book is different than what I am getting.