Limits for the density function

31 Views Asked by At

$f_{X,Y}(x,y)=2$ for $0 < x < y < 1$ & 0 otherwise.

Find the density function of $Z$ where $Z = X + Y$.

My textbook has this formula: $f_Z(z)=\int f_{X,Y}(u,z-u)\;du$.

Apologise for the formatting. The solution sets the limits as $0 < u < \frac{z}{2}$ if $0 < z < 1$ and $z-1 < u < \frac{z}{2}$ if $1 < z < 2$. I would like to know how and why the limits are so. Thank you.

1

There are 1 best solutions below

0
On BEST ANSWER

If $0<u<z-u<1$ then $2u <z$ so $u <\frac z 2$. Also, $z-u<1$ gives $z-1<u$. Remember that we also need $u >0$. The condition $z-1<u$ is automatically satisfied if $z-1<0$ or $z<1$. In case $z >1$ we get two conditions: $z-1 <u$ and $u <\frac z 2$ so the integral is from $z-1$ to $\frac z 2$.