Two independent random variables $X$ and $Y$ have standard normal distributions. Find the density function of random variable $Z=X+Y$ using the convolution method.
This shows this problem on page 4 but it seems to use some tricks that are, well, pretty tricky. In particular getting behind their third line is beyond me. Is there an alternate way to show this that is more straightforward perhaps even with more (unskipped) steps?
$$f_{Z}(z) = \int_{-\infty}^{\infty} f_X(z - y)f_Y(y)dy \\= \frac{1}{2 \pi}\int_{-\infty}^{\infty} e^{-\frac{(z - y)^2}{2}}e^{-\frac{y^2}{2}}dy \\= \frac{1}{2 \pi}\int_{-\infty}^{\infty} exp\left(-\frac{z^2 - 2zy + 2y^2}{2}\right)dy \\= \frac{1}{2 \pi}\int_{-\infty}^{\infty} exp\left(-\frac{\frac{z^2}{2} - 2zy + 2y^2 + \frac{z^2}{2}}{2}\right)dy \\= \frac{1}{2 \pi}\int_{-\infty}^{\infty} exp\left(-\frac{(\frac{z}{\sqrt{2}} - \sqrt{2}y)^2 + \frac{z^2}{2}}{2}\right)dy \\= \frac{e^{-\frac{z^2}{4}}}{2 \pi}\int_{-\infty}^{\infty} exp\left(-(\frac{z}{\sqrt{2}} - \sqrt{2}y)^2 / 2\right)dy \\= \frac{e^{-\frac{z^2}{4}}}{2\pi} \times \sqrt{\pi} \\= \frac{e^{\frac{-z^2}{4}}}{\sqrt{4 \pi}}$$ So, $Z \sim N(0, 2)$