Coordinate Systems for Euclidean Space
Each vector in the Euclidean space is completely specified by its components. However, many problems are very difficult or outright impossible to solve if we are doing calculations based on vectors’ components. Hence, it is often convenient to specify each in some other a way known as a coordinate system.
Definition: Coordinate System for Euclidean Space
A coordinate system for the Euclidean space is a continuous function which is bijective onto its image and has a continuous continuous inverse. The component functions of are functions . These functions are known as coordinates on . Given a specific , the value is known as the -th coordinate of .
NOTATION
Coordinates are usually denotes using superscripts instead of subscripts: and instead of and .
INTUITION
The requirements in the definition of a coordinate system mean that each vector is identified by a unique combination of coordinates but also ensure that vector which are closed to each other have coordinates which are close to each other. Essentially, if , then at least one of must be different from . Furthermore, if the Euclidean distance between and is small, then the differences between and , respectively, should be small.
Coordinate Tuples
Although takes in a vector and outputs the vector , we rarely treat its output as such. It is much more common to treat its output as the -tuple . We just define as a vector function only because it makes formulating the necessary requirements easier. This is, nevertheless, a very important point to make as treating the coordinates a vector falsely lead one to believe that the coordinates of are just , , . Whilst this might be true in certain coordinate system, it is the exception rather than the rule.