I am trying to find the expected value of an exponential distrubtion $E(Z)$. I am told $X$ is exponential distributed with the parameter $\lambda = 4$, and I am told $Z = \exp(X)$. I am having trouble solving for the density function of $Z$, even though I know the form of the density function for $X$.
2026-04-02 06:24:56.1775111096
$E[Z]$ when $X$ follows an exponential distribution and $Z = \exp\{X\}$.
611 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Notice that $Z = \exp\{X\}$ is stricly increasing, and hence we can use the one-to-one change of variable; $X = \log Z$ and $$f_Z(z) = \frac{f_X(\log z)}{\left|\frac{dz}{dx}\right|_{\log z}}.$$
Or you can use the cdf method and compute $$P(Z\leq z) = P(\exp\{X\}\leq z).$$
To compute the expectation of $Z$, you can proceed as usual. Let $g(X) = \exp\{X\}$. Then $$E[Z] = E[\exp\{X\}] =\int_0^\infty g(x)\cdot f_X(x)\,dx = \int_0^\infty e^x\cdot \lambda e^{-\lambda x}\,dx.$$
It is also possible to find the density of $Z$ above and do the the usual $E[Z]$.