I'm self-studying probability and came across a problem of finding the marginal probability $f_\theta$ of a pdf in polar coordinate $f_{r,\theta}$. To find the $f_r$, I know we do $\int^{2\pi}_{0} f_{r,\theta} d\theta$, but how about $f_\theta$? Is it from 0 to 1? Or 0 to infinity?
EDIT: the original problem is find $f_\theta = \int_{0}^{?} \frac{r}{2\pi\sigma^2}exp(\frac{-r^2}{2\sigma^2})dr$

From the looks of it, $r$ is Rayleigh distributed and $\phi$ is uniform over $[0,2\pi]$. The $(r,\phi)$ pair corresponds to the magnitude and the phase of the vector $(x,y)$, where $x$ and $y$ are independent standard Normal variables. In that case, since the support of $x$ and $y$ is $(-\infty, +\infty)$, then the support of $r$ is $[0, +\infty)$.