I have the following situation:
The joint distribution of X and Y is defined as
$$ f_{XY}(x,y) = 2 \mathbb{I}_{(0,y)}(x) \mathbb{I}_{(0,1)}(y) $$
I need to find the distribution of U = X/Y.
I tried to find the marginal distribution of X and Y ($X \sim \beta(1,2)$ e $ Y\sim \beta(2,1)$) and create a auxiliary random variable V = X to use jacobian transformation.
I think I'm taking the wrong way. Someone could help me with this problem?
Thanks for all help!