Find the distribution function of $$f_{X,Y}(x,y)=\begin{cases} e^{-y}, & \text{if $0< x<y < \infty$} \\ 0, & \text{ otherwise} \end{cases}$$
Trial : According to my calculation $$F_{X,Y}(x,y)=\int_{0}^{y}\int_{0}^{x} e^{-y} dx dy = x(1-e^{-y})$$ But this is wrong. Since $F(\infty, \infty) = \infty \neq 1$. So, What will be correct DF. Thanks in advance.


You have the limits of integration wrong. You should have: $$ F_{X,Y}(x,y)=\int_{v=0}^{y}\int_{u=0}^{x} f(u,v)\; du\; dv $$
But your density is zero when $u\ge v$, so your integral becomes: $$ F_{X,Y}(x,y)=\int_{v=0}^{y}\int_{u=0}^{\mbox{min}(x,v)} e^{-v}\; du\; dv $$ So: $$ F_{X,Y}(\infty,\infty)=\int_{v=0}^{\infty}\int_{u=0}^{v} e^{-v}\; du\; dv=\int_{v=0}^{\infty}ve^{-v}\;dv=1 $$