N-spherical coordinate angle intervals

In summary, the conversation discusses the concept of spherical coordinates in n dimensions and the difference between the number of angles needed to describe them in two dimensions versus higher dimensions. The reason for this difference is due to parity and continuity, among other mathematical factors. The formulas for n dimensions involve n+1 direction cosines, which satisfy a constraint and can be solved in various ways. The standard way to solve the constraint is to pick out two preferred axes and project down onto them to define the angles. However, there are other ways to write spheres, such as the 3-sphere which can be described using complex vectors.
  • #1
TubbaBlubba
This is a kind of silly-sounding question I never realized puzzled me until moments ago, when I looked up the algorithm for spherical coordinates in n dimensions.

In two dimensions, we have polar coordinates, consisting of r from 0 to ∞, and θ from 0 to 2π. In spherical coordinates, we have a third angle, from 0 to π, measured from the z-axis. Intuitively the reason for this is clear. So I wondered about n dimensions - is it the case that a 4-sphere requires an angle running only from 0 to π/2? Apparently not - all angles invoked for more than two dimensions run fron 0 to π. What in a mathematical sense, is special about the two-dimensional case that does not hold for higher dimensions?

I'm a final-year physics undergrad; I've taken courses in multilinear algebra, multivariable calculus, and complex caluculus, and I have a casual interest in topology and advanced geometry, but basically I do not have a good grasp of anything beyond the level of, say, Spivak's "Calculus on Manifolds".

EDIT: I realize this is somehow related to there being no straightforward 1d equivalent because you cannot account for parity in a continuous manner unlike higher dimensions, but that's as far as I get.
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
The formulas (from Wikipedia) for n dimensions are:

##
\displaystyle {\begin{array}{lcr}x_{1}&=&r\ \cos \varphi \ \sin \vartheta _{1}\ \sin \vartheta _{2}\ \cdots \ \sin \vartheta _{n-3}\ \sin \vartheta _{n-2}\\x_{2}&=&r\ \sin \varphi \ \sin \vartheta _{1}\ \sin \vartheta _{2}\ \cdots \ \sin \vartheta _{n-3}\ \sin \vartheta _{n-2}\\x_{3}&=&r\ \cos \vartheta _{1}\ \sin \vartheta _{2}\ \cdots \ \sin \vartheta _{n-3}\ \sin \vartheta _{n-2}\\x_{4}&=&r\ \cos \vartheta _{2}\ \cdots \ \sin \vartheta _{n-3}\ \sin \vartheta _{n-2}\\\vdots &\vdots &\vdots \qquad \qquad \qquad \quad \\x_{n-1}&=&r\ \cos \vartheta _{n-3}\ \sin \vartheta _{n-2}\\x_{n}&=&r\ \cos \vartheta _{n-2}\end{array}}##

where the ##\vartheta_i \in [0,\pi]##. I don't think there are many applications for a physicist above ##n=3## but I'm not sure about it.
 
Last edited:
  • Like
Likes TubbaBlubba
  • #3
fresh_42 said:
The formulas (from Wikipedia) for n dimensions are:

##
\displaystyle {\begin{array}{lcr}x_{1}&=&r\ \cos \varphi \ \sin \vartheta _{1}\ \sin \vartheta _{2}\ \cdots \ \sin \vartheta _{n-3}\ \sin \vartheta _{n-2}\\x_{2}&=&r\ \sin \varphi \ \sin \vartheta _{1}\ \sin \vartheta _{2}\ \cdots \ \sin \vartheta _{n-3}\ \sin \vartheta _{n-2}\\x_{3}&=&r\ \cos \vartheta _{1}\ \sin \vartheta _{2}\ \cdots \ \sin \vartheta _{n-3}\ \sin \vartheta _{n-2}\\x_{4}&=&r\ \cos \vartheta _{2}\ \cdots \ \sin \vartheta _{n-3}\ \sin \vartheta _{n-2}\\\vdots &\vdots &\vdots \qquad \qquad \qquad \quad \\x_{n-1}&=&r\ \cos \vartheta _{n-3}\ \sin \vartheta _{n-2}\\x_{n}&=&r\ \cos \vartheta _{n-2}\end{array}}##

where the ##\vartheta_i \in [0,\pi]##. I don't think there are many applications for a physicist above ##n=3## but I'm not sure about it.
Indeed. I mean, in two dimensions you need to use theta to account for the signs one both x AND y, whereas any higher-dimension angles only needs to account for the signs of whatever additional cartesian coordinate you introduce.

But it irks me, because I can't put my finger about what is so different about going from one to two dimensions beyond, "parity, continuity, something something something".

Spherical coordinates are useful because of the properties of the sphere being the set of all points a certain distance from some other points using the Euclidean measure, but this simply a set of two points on the real line. But what is so different about the real line compared to Cartesian coordinates that changes this? It seems so trivial, but I can't put my finger on it.
 
Last edited by a moderator:
  • #4
I assume you meant the step from two to three (and higher) dimensions.
If we would allow the second angle to be in ##[0,2 \pi)## we could describe coordinates of a torus (if my intuition is correct).
And this points to the reason: ##S^2 \text{ sphere } \ncong S^1 \times S^1 \text{ torus }##. So the n-sphere isn't just adding spheres of lower dimension.
 
  • #5
A more symmetric way to think of this is in terms of "direction cosines", which we sometimes call ##\mu_i \equiv \cos \theta_i##, where there are as many ##\mu_i## as there are axes; thus, for the ##n##-sphere, there are ##n+1## of them. Each direction cosine is the cosine of the angle ##\theta_i## subtended from the positive ##i##-th axis, and thus each ##\theta_i \in [0,\pi)##. But of course, these are too many coordinates to describe the ##n##-sphere! And it so happens that the direction cosines satisfy one constraint:

$$\sum_i \mu_i^2 = 1.$$
So, we can describe the n-sphere more symmetrically, at the expense of introducing an extra coordinate and a constraint. We can explicitly solve the constraint any way we like to obtain exactly ##n## coordinates, but this will break the symmetry.

The standard way to solve the constraint is to pick out two preferred axes, x and y, and then project down onto them to define the angle ##\varphi \in [0,2\pi)##. Then ##\varphi## and the remaining ##n-1## of the ##\theta_i## are a good set of coordinates.But there are many other ways to write spheres! For example, the 3-sphere sits in ##\mathbb{C}^2## described by the set of complex vectors

$$(z_1, z_2) = (\cos \vartheta \, e^{i \phi}, \sin \vartheta \, e^{i \psi}),$$
where the ranges of the coordinates are now ##\vartheta \in [0,\pi/2)##, ##\phi \in [0, 2\pi)##, ##\psi \in [0,2\pi)##.
 
  • Like
Likes TubbaBlubba
  • #6
Ben Niehoff said:
A more symmetric way to think of this is in terms of "direction cosines", which we sometimes call ##\mu_i \equiv \cos \theta_i##, where there are as many ##\mu_i## as there are axes; thus, for the ##n##-sphere, there are ##n+1## of them. Each direction cosine is the cosine of the angle ##\theta_i## subtended from the positive ##i##-th axis, and thus each ##\theta_i \in [0,\pi)##. But of course, these are too many coordinates to describe the ##n##-sphere! And it so happens that the direction cosines satisfy one constraint:

$$\sum_i \mu_i^2 = 1.$$
So, we can describe the n-sphere more symmetrically, at the expense of introducing an extra coordinate and a constraint. We can explicitly solve the constraint any way we like to obtain exactly ##n## coordinates, but this will break the symmetry.

The standard way to solve the constraint is to pick out two preferred axes, x and y, and then project down onto them to define the angle ##\varphi \in [0,2\pi)##. Then ##\varphi## and the remaining ##n-1## of the ##\theta_i## are a good set of coordinates.But there are many other ways to write spheres! For example, the 3-sphere sits in ##\mathbb{C}^2## described by the set of complex vectors

$$(z_1, z_2) = (\cos \vartheta \, e^{i \phi}, \sin \vartheta \, e^{i \psi}),$$
where the ranges of the coordinates are now ##\vartheta \in [0,\pi/2)##, ##\phi \in [0, 2\pi)##, ##\psi \in [0,2\pi)##.
That is a very satisfying account! Thank you!
 

Related to N-spherical coordinate angle intervals

1. What are N-spherical coordinate angle intervals?

N-spherical coordinate angle intervals are a way of representing points in three-dimensional space using two angles and a distance from the origin. The angles, typically denoted as θ and φ, determine the direction of the point from the origin, while the distance, denoted as r, determines the distance of the point from the origin.

2. How are N-spherical coordinate angle intervals different from Cartesian coordinates?

N-spherical coordinate angle intervals are different from Cartesian coordinates in that they use angles and a distance from the origin instead of x, y, and z coordinates. This system is useful for describing points in three-dimensional space where the distance and direction from the origin are important.

3. What is the range of the angles in N-spherical coordinate angle intervals?

The range of the angles in N-spherical coordinate angle intervals depends on the dimensionality of the space. In three-dimensional space, θ ranges from 0 to π and φ ranges from 0 to 2π. In higher dimensions, the ranges may vary.

4. How are N-spherical coordinate angle intervals used in physics and engineering?

N-spherical coordinate angle intervals are commonly used in physics and engineering to describe the position and orientation of objects in three-dimensional space. They are also useful for calculating distances and angles in problems involving forces, motion, and rotations.

5. Are there any drawbacks to using N-spherical coordinate angle intervals?

One potential drawback of N-spherical coordinate angle intervals is that they can be difficult to visualize and work with, especially in higher dimensions. They also have limitations in describing points close to the origin, as the angles may become undefined or indeterminate. In some cases, it may be more convenient to use other coordinate systems, such as Cartesian or cylindrical coordinates.

Similar threads

Replies
14
Views
553
  • Topology and Analysis
Replies
16
Views
548
Replies
7
Views
2K
  • Electromagnetism
Replies
4
Views
829
  • Calculus and Beyond Homework Help
Replies
7
Views
709
Replies
5
Views
841
Replies
24
Views
4K
Replies
1
Views
1K
Replies
11
Views
5K
Back
Top