I ran into an old exercise but I seem to have messed up somehow. Can you tell me what went wrong?
Let $U \sim \mathrm{Unif}(0,1)$ and $V \sim \Gamma(2,1)$ with $U,V$ independent. Show that $UV$ has the distribution $\mathrm{Exp}(1)$.
I attempted this with a substitution $S = UV$ and $T = V$. I know that $U,V$ have joint probability density function $f_{U,V}(u,v) = ve^{-v} $. Blindly using change of variables, I obtain the Jacobian $|J| = \frac{1}{t} $ and so $f_{S,T}(s,t) = e^{-t} $. Which seemingly implies $S = UV$ has uniform distribution and $T$ has exponential distribution $\mathrm{Exp}(1)$. But this makes no sense because $T = V$ and $T$ has distribution $\Gamma(2,1)$.
My notes tell me the substitution $S = UV$ and $T = \frac{U}{V}$ give the right answer. But what is it that makes my substitution invalid and what went wrong with my working?