Consider two random variables with the following joint PDF: $$ f_{X,Y}(x,y) = \begin{cases} 2, & x > 0, y > 0, x + y < 1 \\ 0, & \text{otherwise} \end{cases} $$
I need to find the PDF of $U = Y - X$.
I'm having trouble determining the range of the distribution of $U$.
I know $U = Y - X$, so $Y = U + X$, and the partial derivative of $Y$ with respect to $U$ is $1$. Therefore, I know that the joint distribution of $U$ and $X$ is $2|1| = 2$. I know that $0 < x < 1$, because that is given in the problem. However, I'm struggling to determine the range for $U$. Once I have the range for $U$, I know how to find the distribution of $U$.