Let $X$ be a random variable with an exponential distribution where: $f(x) = e^{-x}$ for all $x \geq 0$ (i.e. $X \sim \textrm{Exp}(\lambda = 1)$). Calculate >the distribution of $Y = X^{\frac{1}{2}}$.
I tried to do the following thing: $P(X=k)=\int_0^k e^{-x}dx=-e^{-x}|_0^k=1-e^{-k}$.
So, $P(X^{\frac{1}{2}}=k)=P(X=k^2)=\int_0^{k^2} e^{-x}dx=-e^{-x}|_0^{k^2}=1-e^{-k^2}$.
I think that if I differentiate this function by $k$, I should get the distribution (am I right?). So, I get:
$(1-e^{-k^2})'_k = 2ke^{-k^2}$. I get that for $Y=X^{\frac{1}{2}}$, $f(y)=2ye^{-y^2}$. But I don't think this is the expected answer since it is not any known distribution.
Where was I wrong?
Thanks