gnome
- 1,031
- 1
Given two independent variables with these simple density functions:
f(x) = \left\lbrace \begin{array}{ll}<br /> \frac{1}{2} &\mbox{ if } 0 < x < 2 \\<br /> 0 &\mbox{otherwise}<br /> \end{array} \right.
g(y) = \left\lbrace \begin{array}{ll}<br /> \frac{1}{3} &\mbox{ if } 1 < y < 4 \\<br /> 0 &\mbox{otherwise}<br /> \end{array} \right.
if Z = X + Y, we can easily find the density function h(z) by the convolution of f and g, so for example
\int_{-\infty}^{\infty}f(z-t)g(t)dt = \int_{0}^{2}f(z-t)\cdot \frac{1}{2}dt = \frac{1}{2} \int_{z-2}^{z}f(u)du = \frac{1}{6} \int_{z-2}^{z}du
and since g lives on (1, 4) and the integration interval has length 2, in the first nonzero interval of the convolution, which is 1 \leq z \leq 3
this becomes
h(z) = \frac{1}{6} \int_{1}^{z}du = \frac{z-1}{6}
Now suppose instead that Z = 2X + Y.
Intuition tells me that there should be some change of variables to let me use convolution to derive a density function for this new Z, but if there is I can't find it. I have solved for the density function of this "new'' Z by finding its distribution function and then differentiating. This function has its first nonzero interval on 1 \leq z \leq 4, and for this interval the differentiation method gives me
h(z) = \frac{z-1}{12}.
I'm pretty sure about this answer; I get the same result whichever direction I integrate.
Is there a way to use a convolution to obtain this result?
f(x) = \left\lbrace \begin{array}{ll}<br /> \frac{1}{2} &\mbox{ if } 0 < x < 2 \\<br /> 0 &\mbox{otherwise}<br /> \end{array} \right.
g(y) = \left\lbrace \begin{array}{ll}<br /> \frac{1}{3} &\mbox{ if } 1 < y < 4 \\<br /> 0 &\mbox{otherwise}<br /> \end{array} \right.
if Z = X + Y, we can easily find the density function h(z) by the convolution of f and g, so for example
\int_{-\infty}^{\infty}f(z-t)g(t)dt = \int_{0}^{2}f(z-t)\cdot \frac{1}{2}dt = \frac{1}{2} \int_{z-2}^{z}f(u)du = \frac{1}{6} \int_{z-2}^{z}du
and since g lives on (1, 4) and the integration interval has length 2, in the first nonzero interval of the convolution, which is 1 \leq z \leq 3
this becomes
h(z) = \frac{1}{6} \int_{1}^{z}du = \frac{z-1}{6}
Now suppose instead that Z = 2X + Y.
Intuition tells me that there should be some change of variables to let me use convolution to derive a density function for this new Z, but if there is I can't find it. I have solved for the density function of this "new'' Z by finding its distribution function and then differentiating. This function has its first nonzero interval on 1 \leq z \leq 4, and for this interval the differentiation method gives me
h(z) = \frac{z-1}{12}.
I'm pretty sure about this answer; I get the same result whichever direction I integrate.
Is there a way to use a convolution to obtain this result?
Last edited: