Suppose $X$ and $Y$ follow Cauchy distribution independent of each other. What will be the pdf of $X+Y$?
What I got by using convolution theorem is that the density $g$ of $X+Y$ is $:$
$$g(x) = \int_{-\infty}^{\infty} f(y) f(x-y)\ \mathrm {dy}$$ where $f$ is the density of the Cauchy distribution given by $f(x)=\frac {1} {\pi ({1+ x^2})},x \in \Bbb R$. Then the whole integration becomes $$\frac {1} {\pi^2} \int_{-\infty}^{\infty} \frac {\mathrm {dy}} {(1+y^2)(1+(x-y)^2)}.$$ Now how do I solve this integral? Please help me in this regard.
Thank you very much.