Let $T_i$ be independent, exponentially distributed rvs, such that $T_i\sim Exp(\lambda_i)$. Evaluate the pdf for each one of $T_1+T_2$ and $T_2-T_1$.
Attempt. One thought is to work jointly: set $U=T_2+T_1,~V=T_2-T_1$ and find the joint pdf of $(U,V)$ through the Jacobian determinant. Then I could work separately on $U$ and $V$, using $f_U(u)=\int f_{U,V}(u,v)dv$ and $f_V(v)=\int f_{U,V}(u,v)du$. Is there a quicker way to work? By means of memoryloss properties of total probability theorem maybe?
Thanks in advance!