Vector Spaces/Coordinate Systems

Lesson 4.4734 words

Coordinate Systems

Fixing a basis assigns every vector a unique list of coordinates, turning an abstract space into Rn\mathbb{R}^n. The coordinate mapping is a one-to-one linear transformation onto Rn\mathbb{R}^n — an isomorphism — so any nn-dimensional space is indistinguishable from Rn\mathbb{R}^n as far as vector-space computations go.

╌╌╌╌

Choosing a basis for a vector space gives it a coordinate system. Each vector acquires a unique list of weights, and those weights behave exactly like a column in . This is why every finite-dimensional space, however abstract, can be computed with as if it were : the correspondence preserves all vector-space structure.1

Unique representation

The uniqueness of coordinates is what makes them a coordinate system rather than just one of many ways to write a vector.

Existence comes from spanning; uniqueness from independence. If also equalled , subtracting gives , and independence forces every . So the weights are determined by and alone.

The basis must be an ordered set, so that the entries of have a fixed meaning. For the standard basis of , the coordinate vector is the vector itself: .

Coordinates as a change of grid

Coordinates are the readout of a grid drawn from the basis vectors. Standard graph paper is the grid of the standard basis; a different basis rules a different grid over the same plane, and the same point gets different coordinates on each.

One point, two grids. On the standard grid the vector reads ; on the skewed grid ruled by the same point reads .

The change-of-coordinates matrix in

When is a basis for , collecting the basis vectors as columns gives a matrix that converts -coordinates back to standard coordinates. Let

Then rewrites as the matrix statement

is the change-of-coordinates matrix from to the standard basis. Its columns are a basis, so it is invertible, and

Left-multiplication by goes from basis coordinates to standard coordinates; by goes the other way.

Converting between two nonstandard bases is the subject of change of basis.

The coordinate mapping is an isomorphism

The coordinate mapping respects every vector-space operation.

Linearity is a direct computation. If and , then , so

The mapping preserves addition and scalar multiplication, and by uniqueness it is one-to-one and onto. More generally the coordinate vector of a linear combination is the same combination of the coordinate vectors:

The coordinate-mapping theorem says the coordinate mapping is an isomorphism from onto . Any real vector space with a basis of vectors is isomorphic to , so the abstract space and the concrete one carry identical vector-space structure under different names.

The coordinate mapping is an isomorphism: it carries an abstract space one-to-one onto , and every vector-space operation in is mirrored exactly in .

Polynomials become columns

Let be the standard basis of . A polynomial is already written in the basis, so , and is an isomorphism . Every polynomial operation corresponds to a column operation.

The coordinate map relative to sends a polynomial to the column of its coefficients, an isomorphism under which every polynomial operation becomes a column operation.

Questions about polynomials become questions about columns.

A plane isomorphic to

Coordinates also work inside a subspace.

The plane in carries its own coordinate grid; has -coordinates even though it lives in three-dimensional space.

Whether a different basis for produces the same conclusion — that is isomorphic to rather than some other — is settled by dimension, which shows the number of basis vectors does not depend on the basis chosen.

Footnotes

  1. Lay, Linear Algebra and Its Applications, §4.4 — Coordinate Systems: Theorem 7 (unique representation), the coordinate vector and change-of-coordinates matrix , and Theorem 8 (the coordinate mapping as an isomorphism onto ).

╌╌ END ╌╌