- 3,802
- 95
Homework Statement
If we have the exponential distribution f_X(x)=\frac{1}{2}e^{-x/2} then show that the cumulative distribution function of Y=\sqrt{X} is given by F_Y(y)=1-e^{-y^2/2}
Homework Equations
F_Y(y)=f_X(x)\cdot\left| \frac{dx}{dy}\right|
F_Y(y)=f_X(h^{-1}(y))\cdot\left| \frac{d(h^{-1}(y))}{dy}\right|
The Attempt at a Solution
Y=\sqrt{X}=h(x)
\therefore h^{-1}(y)=y^2
\frac{d(h^{-1}(y))}{dy}=2y
f_X(h^{-1}(y))=\frac{1}{2}e^{-y^2/2}
\therefore after plugging these values into the formula in the relevant equations,
F_Y(y)=y\cdot e^{-y^2/2}
Which is not what I was meant to show. I only had one example in my textbook to go off of and I (from what I can tell) think I applied it correctly to my question, but clearly I haven't. Can someone please guide me in the right direction, and also if you can see anything in my steps that need to be scrutinized, don't be afraid to speak out.