Given U and V which are exponential RVs with parameter $\lambda$, how might you find the joint PDF of X and Y where $X=\frac{U}{V}$ and $Y=U+V$.
I tried re-expressing U and V in terms of X and Y, because I've seen online examples where this is put into a matrix, and the subsequent determinant is used to get the joint PDF... how might I implement this or solve it by a different method.
After re-expression I got $U=\frac{Y}{1+1/X}$, and $V=\frac{Y}{1+X}$ but not sure how this would fit in the matrix.
Let $f_U$ and $f_V$ be the densities of $U$ and $V$. We compute the density of $Y=U+V$ by convolution: \begin{align} f_Y(t) &= f_U\star f_V(t)\\ &= \int_\mathbb R f_U(t-\tau)f_V(\tau)\ \mathsf d\tau\\ &= \int_0^t \lambda e^{-\lambda(t-\tau)}\lambda e^{-\lambda\tau}\ \mathsf d\tau\\ &= \lambda^2e^{-\lambda t}\int_0^t\ \mathsf d\tau\\ &= (\lambda t)\lambda e^{-\lambda t}. \end{align} We compute the density of the ratio $X=\frac UV$ by \begin{align} f_X(t) &= \int_\mathbb R |v|f_{U,V}(tv, v)\ \mathsf dv\\ &= \int_0^\infty v \lambda e^{-\lambda tv}\lambda e^{-\lambda v}\ \mathsf dv\\ &= \frac1{(1+t)^2}. \end{align}