Probability – Product of Two Random Variables with Exponential Distribution

probabilityprobability distributionsprobability theory

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?

Best Answer

Ok, here goes.

Assuming $X_1,X_2$ are independent and $Y=X_1X_2$ we have

\begin{multline} P(Y\leq y)= P(X_1X_2\leq y) = \int_0^\infty \lambda P(X_1\leq y/x) e^{-\lambda x} dx = \lambda \int_0^\infty (1-e^{-\lambda y/x}) e^{-\lambda x} dx =\\ 1- \lambda \int_0^\infty e^{-\{\lambda (x+y/x)\}} dx. \end{multline}

The density is the derivative of that with respect to $y$, i.e. \begin{equation} \lambda^2 \int_0^\infty \frac{1}{x} e^{-\{\lambda (x+y/x)\}} dx, \end{equation} for all $y>0$.