I don't know how to advance in the following problem:
Let $X$, $Y$ and $Z$ independent random variables equally distributed with uniform distribution over $[0,1]$.
- Find the joint pdf of $W:=XY$ and $V:=Z^2$.
I tried to answer this problem by declaring a new random variable $U:= Y$ (to my opinion necessary to get the transformation).
Then:
$w=xy,$
$v=z^2,$
$u=y.$
We can see that dividing the first equation by the second one:
$x=\dfrac{w}{u},$
$y=u,$
$z=\sqrt{v}.$
Consider the transformation $h(x(w,v,u),y(w,v,u),z(w,v,u))=\left(\dfrac{w}{u},u,\sqrt{v}\right)$ gives us
$$f_{WVU}(w,v,u)=|\boldsymbol{J(h)}|f_{XYZ}(h(x,t,z))=\frac{1}{2u\sqrt{v}}.$$
To find the pdf of $W,V$: $$f_{WV}(w,v)=\int_u\frac{1}{2u\sqrt{v}}du.$$ However I don't know what limits to use. Any help is appreciated.