Coordinate System

A coordinate system is a mapping of parameters to locations.


Description

A coordinate system maps a set of coordinate parameters to a unique location.

In 2 dimensions, the most common system is Cartesian coordinates (i.e., (x,y)). Beyond this, there is also polar coordinates (i.e., (r,θ) where r is a radius and θ is an angle).

In 3 dimensions, the most common system is rectangular coordinates (i.e., (x,y,z)). Others include cylindrical coordinates (i.e., (r,θ,z)) and spherical coordinates (i.e., (ρ,θ,φ) where ρ is the radial distance, θ is the polar angle, and φ is the azimuthal angle). Polar angles are measured in comparison to the polar axis, and range from 0 to π (radians). Azimuthal angles are measured as rotation around the polar axis.


Changing System

Polar to Cartesian

Cartesian to Polar


Cylindrical to Rectangular

Rectangular to Cylindrical


Spherical to Rectangular

Note that in some texts, θ and φ are reversed. Here φ is the polar angle and θ is the azimuthal angle.

Rectangular to Spherical


Cylindrical to Spherical

Note that in some texts, θ and φ are reversed. Here φ is the polar angle and θ is the azimuthal angle.

Spherical to Cylindrical


CategoryRicottone