Having two independent random variables $X$ with pdf $f_X$ and $Y$ with pdf $f_Y$ what is the correct way to derive the formula for $f_Z$ where $Z = X/Y$ and $f_W$ where $W = XY$ ?
I know that the classical convolution formula for (V = X+Y) is derived in the following way:
$$F_V(x) = P(V \lt x) = P(X+Y \lt x) = \iint_{X+Y \lt x} df_x df_y = \int_{-\infty}^{\infty}df_x\int_{-\infty}^{z-x}df_y = \int_{-\infty}^{\infty}f_x(z)f_y(z-x) dz$$
pdf is then given by $f_V = \frac{dF_V}{dx}$
If I go through the same process with $Z = X/Y$ and $W = XY$ what is the correct domain of integration in the last step? What would be the approach using characteristic functions?
f_Z(z) = \frac{\mathrm d}{\mathrm dz}F_Z(z) &= \int_{0}^{\infty} x\cdot f_{X,Y}(x,zx) \mathrm dx
\end{align*}$$
– Dilip Sarwate Jan 15 '13 at 16:06