Coordinate transformation


A coordinate transformation is an invertible linear map, specifically a diffeomorphism, between a real Vector space and itself, defined in general as φ:RNRN\varphi:\mathbb{R}^{N}\mapsto \mathbb{R}^{N}, xx=f(x)x\mapsto x'=f(x). The vectors xx and xx' are different sets of coordinates for the same space.

They are primarily used to change between different systems of coordinates

Examples

Most coordinate transformations involve going from Cartesian coordinates to another set of coordinates and viceversa. For instance, when going from spherical coordinates to Cartesian coordinates, the mapping is

φ:R3R3,φ(ρ,θ,ϕ)=(ρcosθsinϕ,ρsinθsinϕ,ρcosϕ)=(x,y,z)\varphi:\mathbb{R}^{3}\mapsto \mathbb{R}^{3},\qquad \varphi(\rho,\theta,\phi)=(\rho\cos\theta\sin\phi,\rho\sin\theta\sin\phi,\rho\cos\phi)=(x,y,z)

or from polar coordinates to Cartesian

φ:R2R2,φ(r,θ)=(rcosθ,rsinθ)=(x,y)\varphi:\mathbb{R}^{2}\mapsto \mathbb{R}^{2},\qquad \varphi(r,\theta)=(r\cos \theta,r\sin \theta)=(x,y)