Suppose that $X$ has the exponential distribution. Find the density for $X^3$

429 Views Asked by At

Suppose that $X$ has the exponential distribution. Find the density for $X^3$.

Really not sure where to go with this problem, my notes from class weren't sufficient and after poking around online couldn't find anything to get me going. Any hints/help are really appreciated.

3

There are 3 best solutions below

0
On

As is the case here the transformation $z = g(x) = x^3$ is one-to-one over the support and has the inverse transformation

$$x = g^{-1}(z) = h(z) = \sqrt[3]{z}$$

then the pdf of $Z$ is given by

$$f_Z(z) = f_X(x)\left|\frac{dx}{dz}\right| = f_X[h(z)]\left|\frac{dh(z)}{dz}\right| = f_X[\sqrt[3]{z}]\left|\frac{d\sqrt[3]{z}}{dz}\right| $$

0
On

Really not sure where to go with this problem

Alternatively, you can compute the cdf of $X^3$ by $$P(X^3\leq x) = P(X\leq \sqrt[3]{3}),\qquad x\geq0.$$

0
On

The simplest way to describe an exponential distribution says $\Pr(X>x) = e^{-x/\alpha}$ (where $\alpha$ is the expected value) or $\Pr(X>x)= e^{-\beta x}$ (where of course $\beta=1/\alpha$). Then you can say \begin{align} f_{X^3}(x) & = \frac d {dx} \Pr(X^3 \le x) = \frac d {dx} \Pr(X\le \sqrt[3] x) = \frac d {dx} \left(1 - e^{-\sqrt[3]x /\alpha}\right) \\[10pt] & = \cdots\cdots \qquad \text{for }x>0. \end{align}