I am acquainted with polar coordinates and their reason of being, that is: Taking a vector in $2-$dimensions, we can normalize it:
$$\cfrac{1}{|(x,y)|}(x,y)=(x',y')$$
And we can clearly see that:
$$(x,y)=|(x,y)|(x',y')$$
And we can choose suitable $x',y'$ such as $x'=\cos \theta, y'=\sin \theta$ because $\cos^2\theta + \sin^2\theta=1$ and $|(x',y')|=1$. But how should we proceed for $(n>2)-$dimensions? For example, for $3-$dimensions, my guess is that it's a repetition of the previous argument, but now we must have $x'^2+y'^2+z'^2=1$.
My problem is:
What will be the suitable functions for $x',y,'z'$ in terms of angles?
What will be the suitable functions for $n-$dimensional polar coordinates?
Can we find suitable functions such for some other parameter instead of angles?
I'm supposing that such generalization is possible, but I'm actually not sure it is. From the sources I've found, there is only for $2,3$ dimensions.