[Math] Suppose that $X$ and $Y$ are independent continuous random variables. Find the density of $X + Y$.

conditional probabilityprobability theory

Suppose $X$ and $Y$ are independent continuous random variables. Show the density function of $X + Y$ is:

$$f_{x + y}(a) = \int\limits_{-\infty}^{\infty} f_x(a – y)f_y(y) dy$$

Let $f(x,y)$ be the joint PDF of $X$ and $Y$. Then since $X$ and $Y$ are independent, $f(x,y) = f_X(x)f_Y(y)$. Then I'm stumped. I'm also confused why the function is now a single variable in terms of $a$.

Best Answer

Just apply the fundamental theorem of calculus and the definition for probability density function::-

$\begin{align}\dfrac{\mathrm d~~}{\mathrm d a}\int_{-\infty}^\infty h(a,y)\,\mathrm d y&= \int_{-\infty}^\infty\dfrac{\partial h(a,y)}{\partial a\qquad}\,\mathrm dy\\[2ex]\dfrac{\mathrm d~~}{\mathrm d a}\int_{-\infty}^a g(x)\,\mathrm d x &= g(a)\\[2ex]&\text{so...}\\[3ex] f_{\small X+Y}(a) &=\dfrac{\mathrm d~~}{\mathrm d a}\mathsf P(X\leq a-Y)\\[1ex]&=\dfrac{\mathrm d~~}{\mathrm d a}\int_{-\infty}^\infty\int_{-\infty}^{a-y} f_{\small X, Y}(x,y)\,\mathrm d x\,\mathrm d y\\[1ex]&~~\vdots\end{align}$


I'm also confused why the function is now a single variable in terms of a.

$X+Y$ is a single random variable.   It's probability density function would therefore be monovariate.   The token $a$ was chose by the author to be the argument of this function.

Related Question