User:Jacobolus/coordinates

From Wikipedia, the free encyclopedia

This article describes some of the common coordinate systems that appear in elementary mathematics. For advanced topics, please refer to coordinate system. For more background, see Cartesian coordinate system.

The coordinates of a point are the components of an n-tuple of numbers used to represent the location of the point in the plane or space. A coordinate system is a plane or space where the origin and axes are defined so that coordinates can be measured.

Cartesian coordinates[edit]

In the two-dimensional Cartesian coordinate system, a point in the -plane is represent by a 2-tuple or ordered pair of components .

  • is the signed distance from the -axis to the point , and
  • is the signed distance from the -axis to the point .

In the three-dimensional Cartesian coordinate system, a point in the -space is represent by a 3-tuple or triple of components .

  • is the signed distance from the -plane to the point ,
  • is the signed distance from the -plane to the point , and
  • is the signed distance from the -plane to the point .

For advanced topics, please refer to Cartesian coordinate system.

Polar coordinates[edit]

The polar coordinate systems are coordinate systems in which a point is identified by a distance from some fixed feature in space and one or more subtended angles.

The term polar coordinates often refers to circular coordinates (two-dimensional). Other commonly used polar coordinates are cylindrical coordinates and spherical coordinates (both three-dimensional).

NOTE: Two different conventions are used to label the coordinates in these coordinate systems. In mathematics, the symbols and used below are commonly switched, as are the symbols and . In Wikipedia, for consistency, we will adhere to the conventions used in physics.

Circular coordinates[edit]

The circular coordinate system, often referred to as the polar coordinate system, is a two-dimensional polar coordinate system, defined by an origin, , and a semi-infinite line leading from this point. is also called the polar axis. In terms of the Cartesian coordinate system, one usually picks to be the origin and to be the positive -axis (the right half of the -axis).

In the circular coordinate system, a point is represented by an ordered pair of components . Using terms of the Cartesian coordinate system,

  • (radius) is the distance from the origin to the point , and
  • (azimuth) is the angle between the positive -axis and the line from the origin to the point .

Cylindrical coordinates[edit]

The cylindrical coordinate system is a three-dimensional polar coordinate system.

In the cylindrical coordinate system, a point P is represented by a tuple of three components . Using terms of the Cartesian coordinate system,

  • (radius) is the distance between the -axis and the point ,
  • (azimuth or longitude) is the angle between the positive -axis and the line from the origin to the point projected onto the -plane, and
  • (height) is the signed distance from -plane to the point .
Note: some sources use for ; there is no "right" or "wrong" convention, but in wikipedia we will follow that commonly used in physics.

Cylindrical coordinates involve some redundancy; loses its significance if .

Cylindrical coordinates are useful in analyzing systems that are symmetrical about an axis. For example the infinitely long cylinder that has the Cartesian equation has the very simple equation in cylindrical coordinates.


Spherical coordinates[edit]

The spherical coordinate system is a three-dimensional polar coordinate system.

In the spherical coordinate system, a point is represented by a tuple of three components . Using terms of the Cartesian coordinate system,

  • (radius) is the distance between the point and the origin,
  • (colatitude or polar angle) is the angle between the -axis and the line from the origin to the point , and
  • (azimuth or longitude) is the angle between the positive -axis and the line from the origin to the point projected onto the -plane.
Note: mathematics textbooks commonly interchange the symbols and relative to this article, or use for ; the convention used here is that most common in physics.

The spherical coordinate system also involves some redundancy; loses its significance if , and loses its significance if or or .

To construct a point from its spherical coordinates: from the origin, go along the positive -axis, rotate about the -axis toward the direction of the positive -axis, then rotate about the -axis toward the direction of the positive -axis.

Spherical coordinates are useful in analyzing systems that are symmetrical about a point; a sphere that has the Cartesian equation has the very simple equation in spherical coordinates.

Spherical coordinates are the natural coordinates for physical situations where there is spherical symmetry. In such a situation, one can describe waves using spherical harmonics. Another application is ergonomic design, where is the arm length of a stationary person and the angles describe the direction of the arm as it reaches out.

The concept of spherical coordinates can be extended to higher dimensional spaces and are then referred to as hyperspherical coordinates.

See also: Celestial coordinate system

Conversion between coordinate systems[edit]

Cartesian and circular[edit]

where is the Heaviside step function with and sgn is the signum function. Here the and sgn functions are being used as "logical" switches which are used as shorthand substitutes for several if ... then statements. Some computer languages include a bivariate arctangent function atan2(y,x) which finds the value for in the correct quadrant given and .

Cartesian and cylindrical[edit]

Cartesian and spherical[edit]

Cylindrical and spherical[edit]

See also[edit]

For spherical coordinates:
Credit to original articles:
  • [http:/w/wiki.phtml?title=Polar_coordinates&redirect=no Polar coordinates]
  • [http:/w/wiki.phtml?title=Cylindrical_coordinate_system&redirect=no Cylindrical coordinate system]
  • [http:/w/wiki.phtml?title=Spherical_coordinate_system&redirect=no Spherical coordinate system]

External links[edit]