Given : $\Phi$ and $\Theta$ are two random variables, related as $\Phi=\sin(2\Theta)$, where $\Theta$ is uniformly distributed in the interval $[-\pi,\pi]$ and I have to find $f_\Phi(\phi)$ i,e. probability density function of $\Phi$.
I am getting difficulty in calculating $f_\Theta(\theta)$ in restricted domain (we have to restrict the domain of $\Theta$ to make the $\Phi=\sin(2\Theta)$ an invertible function)
My approach: $\sin^{-1}(t)$ is invertible when t is in the range of $[\frac{-\pi}{2},\frac{\pi}{2}]$. Here,
$$\frac{-\pi}{2} \leq2\Theta\leq\frac{\pi}{2}$$ $$\Rightarrow\frac{-\pi}{4}\leq\Theta\leq\frac{\pi}{4}$$
Now, since $\Theta$ is uniformly distributed in the interval $[\frac{-\pi}{4},\frac{\pi}{4}]$, so $f_\Theta(\theta)=\frac{4}{2\pi}$, where $\Theta\in[\frac{-\pi}{4},\frac{\pi}{4}]$.
Is this CORRECT?? Is there any simpler way to get $f_\Theta(\theta)$ in restricted domain ?
I saw a solution in which first they found $f_\Theta(\theta)=\frac{1}{2\pi}$, considering $\Theta$ as uniformly distributed in interval $[-\pi, \pi]$. And then for finding $f_\Theta(\theta)$ in restricted domain, they multiplied $f_\Theta(\theta)=\frac{1}{2\pi}$ by $4$ . I didn't get why they simply multiplied by 4??
without doing a lot of calculations, observe that the inverted transformation function (in the inverteble range) is the following
$$\theta=\frac{1}{2}\arcsin \phi$$
with derivative
$$\theta'=\frac{1}{2\sqrt{1-\phi^2}}$$
thus (being the density of $\Theta$ just a constant) in order to get the integral=1 the requested density is
$$f_{\Phi}(\phi)=\frac{1}{\pi\sqrt{1-\phi^2}}\cdot\mathbb{1}_{(-1;1)}(\phi)$$
Remember that you cannot write $f_X(X)$ and the correct notation is $f_X(x)$
I amended your post