Probability Question:
If $Y=X^2$ and $X\sim N(1,1)$, what is the PDF of $Y$?
I know that the CDF of $Y$ is $$P(Y \leq y) = P(X^2 \leq y) = P(X \leq \sqrt{y}) - P(x \leq -\sqrt{y})$$
Thus, the CDF of Y is equal to the standard normal CDF $\Phi(\sqrt{y}-1) - \Phi(-\sqrt{y}-1)$
I'm trying to find the PDF of Y by taking the derivative of that, but a solution that my professor posted states that the $$PDF = \frac1{ 2\sqrt{y}} \phi(\sqrt{y}) - \phi(-\sqrt{y}).$$
*($\phi$ is the pdf of X)
Where does the $\frac1{2\sqrt{y}}$ come from? Can anyone please explain the derivative of that?
Thanks!