pcr
- 8
- 0
How would one parameterize the three-sphere? Would three angles work: latitude, longitude and something?
pcr said:How would one parameterize the three-sphere? Would three angles work: latitude, longitude and something?
Thank you this was very helpful!jedishrfu said:Wikipedia has an article on it:
https://en.m.wikipedia.org/wiki/3-sphere
You need a 4th coordinate as to whether its an angle or some fixed axis is based on the coordinate system chosen.
A 3D analogue would be spherical vs cylindrical coordinates. One has two angles and the other just one but both have coordinate values to describe a point in 3D space.
https://plus.maths.org/content/richard-elwes
jedishrfu said:Humorously you could call the 4th coordinate:
Fortitude
Something you might need when studying higher dimensioned geometries.
fresh_42 said:The ##3-##sphere (with radius ##1##) is a three dimensional analytic manifold. Two possible ways of looking at it are
$$\mathbb{S}^3 \simeq U(1,\mathbb{H}) \cong SU(2,\mathbb{C})$$
There are others, but I find these convenient. This means you can look at points of ##\mathbb{S}^3## as unit quaternions or as unitary complex matrices with determinant one. Of course you can always use polar coordinates ##(\varphi , \theta , \phi)## or Cartesian coordinates
$$
x_1=\cos \varphi \sin \theta \sin \phi \\
x_2=\sin \varphi \sin \theta \sin \phi \\
x_3=\cos \theta \sin \phi \\
x_4=\cos \phi
$$
If you want to look at it as an isometry group of a four dimensional Euclidean space, then ##\mathbb{S}^3\simeq SO(4,\mathbb{R})/SO(3,\mathbb{R})## would be useful.
Thank you, that was helpfulstevendaryl said:Well, you can describe it using four coordinates X, Y, Z and W with the constraint X^2 + Y^2 + Z^2 + W^2 = R^2. You can parametrize it in terms of angles like this:
W = R cos(\psi)
Z = R sin(\psi)cos(\theta)
X = R sin(\psi)sin(\theta)cos(\phi)
Y = R sin(\psi)sin(\theta)sin(\phi)
Thank you, that was helpful!fresh_42 said:The ##3-##sphere (with radius ##1##) is a three dimensional analytic manifold. Two possible ways of looking at it are
$$\mathbb{S}^3 \simeq U(1,\mathbb{H}) \cong SU(2,\mathbb{C})$$
There are others, but I find these convenient. This means you can look at points of ##\mathbb{S}^3## as unit quaternions or as unitary complex matrices with determinant one. Of course you can always use polar coordinates ##(\varphi , \theta , \phi)## or Cartesian coordinates
$$
x_1=\cos \varphi \sin \theta \sin \phi \\
x_2=\sin \varphi \sin \theta \sin \phi \\
x_3=\cos \theta \sin \phi \\
x_4=\cos \phi
$$
If you want to look at it as an isometry group of a four dimensional Euclidean space, then ##\mathbb{S}^3\simeq SO(4,\mathbb{R})/SO(3,\mathbb{R})## would be useful.
Thank you, that was helpful!pcr said:Thank you this was very helpful!
The stereographic projection still works, so two and one pole which maps to the origin and the other one to infinity.pcr said:Hello again. Today I would like to ask how many coordinate patches is takes to cover S3? And how many poles are there on a three sphere, if that makes sense?