Question
Let $X_1, \ldots, X_n$ be independent and identically distributed continuous random variables with a positive continuous joint density function $f(x_1, \dots, x_n)$. Suppose that the distribution of $X_1, \ldots, X_n$ is radially symmetric about the origin, which means that the joint probability density function $f$ satisfies $$f(x_1, \ldots, x_n) = f(y_1, \ldots, y_n)\quad \mathrm{whenever}\quad x_1^2 + \ldots + x_n^2 = y_1^2 + \ldots + y_n^2.$$ What are all possible distributions of $X_1$?
My working
The motivation here is to find a function that turns multiplication into addition, so the exponential function comes to mind. However, as the functions represent probability densities, they must also have finite area over the interval $(-\infty, \infty)$. Thus, the inverse exponential function is required.
$\implies f_{X_1}(x_1) = ce^{-x_1^2}$, where $c$ is a constant.
Is my reasoning for deducing the possible distributions of $X_1$ correct? If not, how should I approach the question and what should the possible distributions be?
This is my first time encountering radially symmetric distributions, so any intuitive explanations will be greatly appreciated :)