- N-sphere
can project a sphere's surface to a plane, it can also project a 3-sphere's surface into 3-space. This image shows three coordinate directions projected to 3-space:parallels (red), meridians (blue) and hypermeridians (green).Due to the conformal property of the stereographic projection,the curves intersect each other orthogonally (in the yellow points) as in 4D.All of the curves are circles: the curves that intersect <0,0,0,1> have an infinite radius (= straight line).]
In
mathematics , an "n"-sphere is a generalization of an ordinarysphere to arbitrarydimension . For anynatural number "n", an "n"-sphere of radius "r" is defined the set of points in ("n" + 1)-dimensionalEuclidean space which are at distance "r" from a central point, where the radius "r" may be anypositive real number . It is an "n"-dimensionalmanifold in Euclidean ("n" + 1)-space. In particular, a 0-sphere is a pair of points on a line, a 1-sphere is acircle in the plane, and a 2-sphere is an ordinary sphere in three dimensional space. Spheres of dimension "n" > 2 are sometimes called hyperspheres. The "n"-sphere of unit radius centered at the origin is called the unit "n"-sphere, denoted "S""n". The unit "n"-sphere is often referred to as "the" "n"-sphere. In symbols::
An "n"-sphere is the surface or boundary of an ("n" + 1)-dimensional ball, and is an "n"-dimensional
manifold . For "n" ≥ 2, the "n"-spheres are thesimply connected "n"-dimensionalmanifold of constant, positive curvature. The "n"-spheres admit several other topological descriptions: for example, they can be constructed by gluing two "n"-dimensionalEuclidean space s together, by identifying the boundary of an "n"-cube with a point, or (inductively) by forming the suspension of an ("n" − 1)-sphere.Description
For any
natural number "n", an "n"-sphere of radius "r" is defined as the set of points in ("n" + 1)-dimensionalEuclidean space which are at distance "r" from a fixed point, where "r" may be anypositive real number . In particular:
* a 0-sphere is a pair of points {"p" − "r", "p" + "r"} containing a line segment.
* a1-sphere is acircle of radius "r". These contain disks.
* a2-sphere is an ordinary sphere in 3-dimensional Euclidean space that contains a ball.
* a3-sphere is a sphere in 4-dimensional Euclidean space.Euclidean coordinates in ("n" + 1)-space
The set of points in ("n" + 1)-space: ("x"1,"x"1,"x"2,…,"x""n"+1) that define an "n"-sphere, (S"n") is represented by the equation:
:
where "C" is a center point, and "r" is the radius.
The above "n"-sphere exists in ("n" + 1)-dimensional Euclidean space and is an example of an "n"-
manifold . Thevolume form ω of "n"-sphere of radius is given by:
where * is the
Hodge star operator ; see harvtxt|Flanders|1989|loc=§6.1 for a discussion and proof of this formula in the case "r" = 1. As a result,"n"-ball
The space enclosed by an "n"-sphere is called an ("n" + 1)-ball. An ("n" + 1)-ball is closed if it included the equality, and open otherwise.
Specifically:
* A "1-ball", aline segment , is the interior of a (0-sphere).
* A "2-ball", a disk, is the interior of acircle (1-sphere).
* A "3-ball", an ordinary ball, is the interior of asphere (2-sphere).
* A "4-ball", is the interior of a3-sphere , etc.Volume of the "n"-ball
The hyperdimensional volume of the space which a -sphere encloses (the -ball) is given by
:,
where is the
gamma function . (For even , ; for odd , , where denotes the double factorial.)From this, it follows that the value of the constant for a given is::, for even "n"=2"k", and
: for odd "n"=2"k"+1.
The "surface area" of this (n-1)-sphere is
:
The following relationships hold between the "n"-spherical surface area and volume:
:
:
This leads to the recurrence relation:
:
Conventionally, these formulas can also be proven directly by
integration in "n"-dimensionalspherical coordinates harv|Stewart|2006|p=881.Examples
For small values of , the volumes, , of the -ball of radius are:
:
If the dimension "n" is not limited to integral values, the n-sphere volume is a
continuous function of "n" with aglobal maximum for the unit sphere in "dimension" "n" = 5.2569464... where the "volume" is 5.277768... It has a hypervolume of 1 when "n" = 0 or when "n" = 12.76405...The
hypercube circumscribed around the unit "n"-sphere has an edge length of 2 and hence a volume of 2"n"; the ratio of the volume of the "n"-sphere to its circumscribed hypercube decreases monotonically as the dimension increases.The non-monotonic behaviour of the numerical value of "n"-spheres as a function of "n" may seem strange at first glance. However, by assigning units of length to each dimension one can see it is meaningless to compare the unit-sphere volumes in different "n"'s, just as it is meaningless to compare a length to an area in other contexts. A meaningful comparison is obtained by using a dimensionless measure of the volume, such as the ratio of the n-sphere and its circumscribed hypercube volumes. Using this measure restores the intuitively normal behavior of a monotonic decline in the volume as the dimension increases.
Hyperspherical coordinates
We may define a coordinate system in an n-dimensional Euclidean space which is analogousto the spherical coordinate system defined for 3-dimensional Euclidean space, in whichthe coordinates consist of a radial coordinate , and angular coordinates . If are theCartesian coordinates, then we may define
::::::
While the inverse transformations can be derived from those above:::::Note that last angle has a range of while the other angles have a range of . This range covers the whole sphere.
The
volume element in "n"-dimensional Euclidean space will be found from theJacobian of the transformation::
:
and the above equation for the volume of the n-ball can be recovered by integrating:
:
The volume element of the ("n"-1)–sphere, which generalizes the
area element of the 2-sphere, is given by:
Stereographic projection
Just as a two dimensional sphere embedded in three dimensions can be mapped onto a two-dimensional plane by a
stereographic projection , an n-sphere can be mapped onto an n-dimensional hyperplane by the n-dimensional version of the stereographic projection. For example, the point on a two-dimensional sphere of radius 1 maps to the point on the plane. In other words::
Likewise, the stereographic projection of an n-sphere of radius 1 will map to the n-1 dimensional hyperplane perpendicular to the axis as:
:
Generating points on the surface of the n-ball
To generate points on the surface of the n ball, Marsaglia (1972) gives the following algorithm.
Generate an n-dimensional vector of Normal deviates (it suffices to use N(0,1), although in fact the choice of the variance is arbitrary), .
Now calculate the "radius" of this point, .
The vector is uniformly distributed over the surface of the n-ball.
The normal distribution e-x^2 when expanded over another axis e-y^2 after multiplication takes the form e-(x^2+y^2) or e-(r^2) and so is only dependent on distance from the origin.
Another way to generate a random distribution on a hypersphere is to make a uniform oneover a hypercube that includes the unit hypersphere, exclude those points that are outside the hypersphere,then project the remaining interior points outward from the origin onto the surface. This will give a uniformdistribution, but it is necessary to remove the exterior points. As the relative volume of thehypersphere to the hypercube decreases very rapidly with dimension it will only work for fairlysmall numbers of dimensions.
pecific spheres
; 0-sphere : The pair of points {±1} with the discrete topology. The only sphere which is disconnected. Has a natural Lie group structure; isomorphic to O(1). Parallelizable.; 1-sphere : Also known as the
unit circle . Has a nontrivial fundamental group. Abelian Lie group structureU(1) ; thecircle group . Topologically equivalent to thereal projective line , RP1. Parallelizable. SO(2) = U(1).; 2-sphere : Complex structure; seeRiemann sphere . Equivalent to thecomplex projective line , CP1. SO(3)/SO(2).; 3-sphere : Lie group structureSp(1) . Principal U(1)-bundle over the 2-sphere. Parallelizable. SO(4)/SO(3) = SU(2) = Sp(1) = Spin(3).; 4-sphere : Equivalent to thequaternionic projective line , HP1. SO(5)/SO(4).; 5-sphere : Principal U(1)-bundle over CP2. SO(6)/SO(5) = SU(3)/SU(2).; 6-sphere : Almost complex structure coming from the set of pure unitoctonion s. SO(7)/SO(6) = "G"2/SU(3).; 7-sphere : Topologicalquasigroup structure as the set of unitoctonion s. Principal Sp(1)-bundle over "S"4. Parallelizable. SO(8)/SO(7) = SU(4)/SU(3) = Sp(2)/Sp(1) = Spin(7)/"G"2 = Spin(6)/SU(3).ee also
*
Conformal geometry
*Homology sphere
*Homotopy groups of spheres
*Homotopy sphere
*Hyperbolic group
*Hypersphere
*Hypercube
*Inversive geometry
*Orthogonal group
*Möbius transformation References
*.
* (Chapter 20: 3-spheres and hyperbolic 3-spaces.)
* (Chapter 14: The Hypersphere)
* Marsaglia, G. "Choosing a Point from the Surface of a Sphere." Ann. Math. Stat. 43, 645-646, 1972.
*.External links
* [http://www.bayarea.net/~kins/thomas_briggs/ Exploring Hyperspace with the Geometric Product]
*
Wikimedia Foundation. 2010.