If $X$ is a continuous random variable with positive values,find it's Cumulative distribution function (CDF) and it's probability density function (PDF) for $$Y = \sqrt{X}$$
This was a detable question on another topic so I made it a seperate one.
Can someone explain how do we solve this problem to it's end? (putting some theory/ explanations in between would be appreciated. My goal is to understand the concepts that are behind this and be prepared for problems of equal difficulty). Thank you.
Added by A.F. This was originally the "third pattern" of this question. Possible solutions may exist on the linked question.
$$P(\sqrt{X}\leq t)=P(X\leq t^2)=F(t^2)$$ where $F$ is the cumulative distribution function of $X$. Therefore pdf of $Y$ is $$\frac{dF(t^2)}{dt}=f(t^2)\times2t$$ where $f$ is the pdf of $X$.
See any elementary book on probability and statistics, for a better understanding of transformation of random variables.