Question. Let $X,Y$ be independent random variables. Suppose $X \sim N(0,1)$ and $Y \sim \chi^2_4$, use a bivariate transformation to show that $T=\frac{2X}{\sqrt{Y}} \sim t_4$.
Attempt. Use the bivariate transformation $T=\frac{2X}{\sqrt{Y}}, S=\sqrt{Y}$. So the inverse transform is given by $X=\frac{1}{2}TS, Y=S^2$. The Jacobian is thus $s^2$. Then I used the transform formula to try to derive the joint density function of $f_{T,S}$ and thus differentiate w.r.t. $s$ to get the marginal density function of $T$. But the expression just got too messy so I wonder if my initial transform was the best way.
Would appreciate any help/hint.