Probability Density Function with an exponential random variable

lizzyb
Messages
167
Reaction score
0
The question is: if X is an exponential random variable with parameter \lambda = 1, compute the probability density function of the random variable Y defined by Y = \log X.

I did F_Y(y) = P \{ Y \leq y \} = P \{\log X \leq y \} = P \{ X \leq e^y \} = \int_{0}^{e^y} \lambda e^{- \lambda x} dx = \int_{0}^{e^y} e^{- x} dx = -e^{-x} \Big |_0^{e^y} = -e^{-e^y} + 1 = 1 - e^{-e^y}

so

\frac {d F_{|X|} (x) } {dx} = p(x) = e^x e^{-e^x}

Unfortunately the answer isn't in the back of the book. Does that look okay?
 
Physics news on Phys.org
lizzyb said:
The question is: if X is an exponential random variable with parameter \lambda = 1, compute the probability density function of the random variable Y defined by Y = \log X.

I did F_Y(y) = P \{ Y \leq y \} = P \{\log X \leq y \} = P \{ X \leq e^y \}= \int_{0}^{e^y} \lambda e^{- \lambda x} dx = \int_{0}^{e^y} e^{- x} dx
This step is wrong. Obviously you can't just drop the \lambda like that. I suspect what you did was a substitution but you kept the same variable. If you let u= \lambda x, then du= \lambda dx so the integrand becomes e^u du. But you need to change the limits of integration also. When x= 0, u= 0 but when x= ey, u= \lambda e^y. The correct integral is now
\int_0^{\lambda e^y} e^{-u}du= -e^{-u}\right|_{0}^{\lambda e^y}

= -e^{-x} \Big |_0^{e^y} = -e^{-e^y} + 1 = 1 - e^{-e^y}

so

\frac {d F_{|X|} (x) } {dx} = p(x) = e^x e^{-e^x}

Unfortunately the answer isn't in the back of the book. Does that look okay?
 
Since \lambda = 1 I just sort of dropped/substituted it. Thanks :-)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top