Given two random uniform variables, $U$ and $V$, that are uniformly distributed over [0,1], how do you calculate the joint pdf of $X$, $Y$ where $X = F(U,V)$ and $Y = G(U,V)$ and where is the joint pdf zero.
Specifically, where $$X = + \sqrt(U) \\ Y = UV$$
I understand this is similar to Joint PDF of two random variables and their sum but I am not interested in the marginal distribution and looking for more of an explanation.