Academy
Coordinate Bases
Level 1 - Math II (Physics) topic page in Vectors.
Principle
Cartesian coordinates describe a point or position vector by measuring signed distances along perpendicular axes. In three-dimensional space, the Cartesian basis vectors \(\mathbf i\), \(\mathbf j\), and \(\mathbf k\) point one unit along the \(x\)-axis, \(y\)-axis, and \(z\)-axis.
A basis is an ordered list of vectors that lets every vector in the space be written in exactly one way as a linear combination of those basis vectors. The same vector can have different components when a different basis is used.
Notation
The ordered basis \(\{\mathbf e_1,\ldots,\mathbf e_D\}\) has an order: \(\mathbf e_1\) is first, \(\mathbf e_2\) is second, and so on. Changing that order changes the meaning of a coordinate list.
Method
Step 1: Choose the coordinate system
Choose an origin \(O\), choose perpendicular axes, and choose one unit length on each axis. In a standard Cartesian system, \(\mathbf i\), \(\mathbf j\), and \(\mathbf k\) are unit vectors along those axes.
Step 2: Write the vector from its components
If \(\mathbf p\) has signed Cartesian components \(x\), \(y\), and \(z\), write
The coordinate triple is written as
Step 3: Compute magnitude from components
First apply Pythagoras in the \(xy\) plane. The projection of \(\mathbf p\) into the \(xy\) plane has legs \(x\) and \(y\), so its length \(r\) satisfies
Then apply Pythagoras again, using the \(xy\)-plane length \(r\) and the vertical component \(z\):
Step 4: Test whether proposed basis coefficients are unique
For a proposed ordered basis \(\{\mathbf e_1,\ldots,\mathbf e_D\}\), ask whether every vector \(\mathbf u\) can be written in one and only one way as
In \(\mathbb R^2\), the ordered Cartesian basis \(\{(1,0),(0,1)\}\) gives unique coefficients. Suppose
Compute each side component by component:
Since matching vector expressions force matching coefficients, the coefficients are unique.
For the ordered basis \(\{(1,0),(1,1)\}\), convert \((x,y)\) by solving
Work component by component:
Thus the coordinate scalars in this ordered basis are \(u_2=y\) and \(u_1=x-y\).
Rules
The coordinate scalars \(u_i\) are tied to the chosen ordered basis. If the basis changes, the numbers \(u_i\) can change even when the vector \(\mathbf u\) does not change.
Examples
Checks
- Basis order matters: \((a,b)\) in \(\{\mathbf e_1,\mathbf e_2\}\) means \(a\mathbf e_1+b\mathbf e_2\), not \(a\mathbf e_2+b\mathbf e_1\).
- Components depend on the basis, so the same vector can have different coordinate scalars in different bases.
- A basis for \(\mathbb R^3\) needs three linearly independent vectors; fewer vectors cannot express every vector in \(\mathbb R^3\), and dependent vectors do not give unique coefficients.