I would like to find the PDF of the random variable $Y=\sin(X)$ given the PDF of $X$:
$$f(x) = \frac{2x}{\pi^2} \text{ for } 0<x<\pi \text{ and } 0 \text{ otherwise}$$
Following the tips in the question here: Transformation of PDF
I found $$f(y)= \frac{1}{\sqrt{1-y^2}}\frac{2\sin^{-1}(y)}{\pi^2}$$
However, I am not sure about the range of $Y$. Is it correct to say that $Y$ is between $1$ and $-1$ for the above $f(y)$?