I am trying to define the probability distribution of $Z$ such as $Z = X_1\cdot X_2$ where $X_1$ and $X_2$ are two independent and identically exponentially distributed variables.
$$P(X_1=x) = \lambda e^{-\lambda x}$$ $$P(X_2=x) = \lambda e^{-\lambda x}$$
I tried something like that….
$$P(Z=x) = P(X_1 = a) \cdot P(X_2 = x/a)$$
Is this first equation correct?
$$P(Z=x) = \lambda e^{-\lambda a} \cdot \lambda e^{-\lambda x/a} = \lambda^2 e^{-\lambda (a+x/a)}$$
I doesn't feel like I found the solution as the dummy variable $a$ remains in the final result. Can you please help me solving this problem?
See http://en.wikipedia.org/wiki/Product_distribution#Derivation_for_independent_random_variables where the formula for the product probability density is
$g(z) = \int_0^\infty f(x) f(z/x) \frac{1}{|x|} dx$
where $f$ is your exponential density.