I have some troubles with understanding of product distribution calculation.
Consider a simple example: $f_X(x)$=$\frac{1}{2}$ for $1\le x \le 3$ and $f_Y(y)$=$\frac{1}{4}$ for $2 \le y \le 6$. Find $f_Z(z)$ if $Z=XY$.
To find pdf of $Z=XY$, I'm using the equation:
$$f_Z(z)=\int_\infty^\infty f_X(x)f_Y(\frac{z}{x})\frac{1}{|x|} dx,$$
Then, I suppose that $f_X(x)=\frac{1}{2}$ and $f_Y(\frac{z}{x})=\frac{1}{4}$, and getting $$f_Z(z)=\frac{1}{8}\int_1^3 \frac{1}{|x|} dx=\frac{1}{8} ln(3)$$
So, I'm losing $z$ in the right part (guess, this is wrong). In addition, I'm not sure if my integration limits are correct.
May you please show how to solve this particular case? Thanks.