Let $X$ and $Y$ both be independent random variables distributed $Exponential(\lambda)$. Let $T = X + Y$ and $U = \frac{X}{X+Y}$. Are $T$ and $U$ independent?
Using Jacobians, I got that the joint probability density function (PDF) of $T$ and $U$ to be $f_{T, U}(t, u) = \lambda^2 e^{-\lambda t}t$. I did this to check whether the PDFs of $T$ and $U$ factors into the joint PDF.
I am not sure how to proceed from here though. How do I find the PDFs of $T$ and $U$?