Variables $X$ and $Y$ are indepedent and have the same exponential distribution, $\lambda=1$. Let $U=X+Y, V=X-Y$. Find density function of vector $(U,V)$. Are $U$ and $V$ independent?
My attempt:
Because $X$ and $Y$ are independt, thus
$f_{X,Y}(x,y)=f_X(x)\cdot f_Y(y)=\begin{cases} 0 &\text{ for } x,y \in (-\infty,0) \\ e^{-x-y} &\text{ for } x,y \in [0,\infty) \end{cases}$
Jacobian determinant:
$J=\left|\begin{smallmatrix} 1&1\\ 1&-1 \end{smallmatrix}\right|=-2$
$\begin{cases} U=X+Y \\ V=X-Y \end{cases} \rightarrow \begin{cases} X=\frac{U+V}{2} \\ Y=\frac{U-V}{2} \end{cases}$
Hence
$f_{U,V}(u,v)=\frac{\exp\left(-\frac{u+v}{2}\right)\cdot\exp\left(-\frac{u-v}{2}\right)}{|-2|}=\frac{\exp\left(-u\right)}{2}$
And now is the part where I have a problem.
$u\in [0,\infty)$
But what about the $v$?