I am given that $X$ and $Y$ are iid Exponential with parameter $\lambda$. Then I am to compute pdf of $\frac{\min(X,Y)}{\max(X,Y)}$
I have derived that the pdf of $Z=\min(X,Y)$ . is given by:-
$$f_{Z}(z)=2\lambda e^{-2\lambda z}\,\, , z\geq 0.$$
And $T=\max(X,Y)$ is given by
$$f_{T}(t)=2\lambda (1-e^{-\lambda t})e^{-\lambda t}\,\,, t\geq 0.$$
Now to derive the PDF of $\frac{Z}{T}$ I am thinking of using the Jacobian method with a substitution of $U$ and $V$ such that $U=\frac{Z}{T}$ and $V=Z$ . and then integrating the joint pdf of $U,V$ over $v$ to get the pdf of $U$. But I cannot find the joint pdf of $Z,T$ if Z and T are not independent.
Is my thinking correct?. Am I in the right direction?. What is the correct method to solve this ?.
The joint pdf is just:
$$\begin{align}f_{Z,T}(z,t) &=f_{\min(X,Y),\max(X,Y)}(z,t) \\[1ex] &= f_X(Z)f_Y(T)+f_X(T)f_Y(Z) \\[1ex] &= 2\lambda^2\mathrm e^{-\lambda(z+t)}\mathbf 1_{0\leq z\leq t}\end{align}$$
So the marginal of $Z\div T$ can be found by :
$$\begin{align}f_{Z\div T}(s) &= \mathbf 1_{0\leq s\leq 1}\int_0^\infty \left\lvert\tfrac{\partial st}{\partial s}\right\rvert f_{Z,T}(st,t)\,\mathrm d t\\[1ex]&=2\lambda^2\,\mathbf 1_{0\leq s\leq 1}\int_0^\infty t~\mathrm e^{-\lambda(1+s)t}\,\mathrm d t \\[1ex]&= \phantom{2(1+s)^{-2}\,\mathbf 1_{0\leq s\leq 1}} \end{align}$$