Yagoda
- 45
- 0
Homework Statement
Two RVs X1 and X2 are continuous and have joint pdf <br /> f_{X_1,X_2}(x_1, x_2) = \begin{cases} x_1+x_2 &\mbox{for } 0 < x_1 < 1; 0 < x_2 < 1<br /> \\<br /> 0 & \mbox{ } \text{otherwise}. \end{cases}
Find the pdf of Y = X_1X_2.
Homework Equations
I'm using the transformation "shortcut' that says if U = g1(x,y), V = g2(x,y) and h1(u,v) = x, h2(u,v) = y then
f_{U,V}(u,v) = f_{X,Y}(h_1(u,v), h_2(u,v) \times |J| where |J| is the absolute value of the determinant of the Jacobian of h1 and h2.
The Attempt at a Solution
In this setting I let Y = X_1X_2 and Z = X_1 so h_1(y,z) = Z and h_2(y,z) = Y/Z. Then I calculated |J| = \frac{1}{Z} so plugging in I got that
f_{Y,Z}(y,z) = (z + \frac{y}{z})(\frac{1}{z}) = 1 + \frac{y}{z^2} where 0 < z < 1, 0 < y < z.
So to find the pdf of Y, integrate with respect to z over all possible values of z, but this integral does not converge when evaluated from 0 to 1.
I've tried other choices for Z, but I've ended up with the same problem.
Last edited: