So I am given
$$ f_{X,Y}(x,y) =\begin{cases}\frac{1}{\pi}&\mathrm{\ if \ } x^2+y^2\le1\\ 0&\mathrm{\ otherwise\ }\end{cases} $$
And am asked to find joint probability density function for $X+Y$.
I'm assuming that I must use
$$ f_{X+Y}(z)=\int f_X(x)f_Y(z−x)\,\mathrm{d}x $$
however, I'm not sure where to go from there. I have seen examples of solving for $X+Y$ but only for examples when $X$ and $Y$ are independent and I can use the marginal densities. In this case would I solve for the marginal density of $X$ normally but for $Y$ solve in terms of $(z-x)$ rather than $y$?