Get AI summaries of any video or article — Sign up free
Linear Algebra 25 | Coordinates with respect to a Basis [dark version] thumbnail

Linear Algebra 25 | Coordinates with respect to a Basis [dark version]

4 min read

Based on The Bright Side of Mathematics's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

A basis of a subspace must both span the subspace and be linearly independent.

Briefing

Coordinates with respect to a basis turn one and the same vector into different coordinate lists—depending on which spanning, linearly independent vectors are chosen as the reference. That flexibility matters because a “better” basis can make calculations dramatically simpler, even though the underlying vector in the subspace never changes.

The discussion starts with the standard basis in : the unit vectors and form an orthogonal grid aligned with the axes. Any vector in the plane can be described by how far to move in the -direction and -direction, including negative moves. Those two movement amounts are exactly the coordinates of relative to the standard basis.

Switching to a different basis changes the coordinate system. In , choosing two new independent vectors as basis elements creates a new grid that need not be right-angled. The same geometric vector can then be reached by moving some number of steps along the first basis vector and some number along the second. In the example, the coordinates become instead of the standard-basis coordinates, illustrating why basis choice can streamline computation.

The core definition is then generalized to a subspace . If is a basis of , then every vector can be written as a linear combination The coefficients are called the coordinates of with respect to . Linear independence guarantees uniqueness: there is only one way to express using those basis vectors, so the coordinates are well-defined. Because there are basis vectors, the coordinate list always has length , not .

To connect this to practical calculations, the transcript warns about notation: writing the coordinates as a column vector is a shorthand for the linear combination, not a literal equality between vectors with different dimensions. A common way to reduce confusion is to index the notation by the basis .

Finally, two examples show how coordinates arise from solving for the linear combination. For a non-standard basis, the vector is expressed by reading off how many times each basis vector must be used, yielding coordinates . Another vector ends up requiring only the first basis vector with coefficient , giving coordinates . The takeaway is straightforward: coordinates are basis-dependent, but the basis-dependent coefficients are uniquely determined and can make solving for representations far easier.

Cornell Notes

A basis of a subspace is a linearly independent set that spans . For a basis , every vector can be written uniquely as . The scalars are the coordinates of with respect to . Changing the basis changes the coordinates because it changes the grid used to describe vectors, even though the geometric vector itself stays the same. Choosing a more convenient basis can make the coefficients—and thus computations—much simpler.

Why do the same vector have different coordinate lists in ?

Coordinates depend on the chosen basis. With the standard basis , coordinates record how far to move along the - and -axes. If a different pair of independent vectors is chosen as the basis, the plane gets a new grid aligned with those vectors, so the same geometric vector is reached by different step counts along the new directions. That’s why the coordinate pair changes even though the vector in the plane does not.

What exactly makes a set of vectors a basis for a subspace?

A basis for a subspace must satisfy two conditions: (1) it spans , meaning every can be expressed as a linear combination of the basis vectors; and (2) it is linearly independent, which ensures the representation is unique. Both ingredients are required to make coordinates well-defined.

How are coordinates defined for a vector ?

If is a basis of , then can be written as . The numbers are the coordinates of with respect to . There are exactly coordinates because there are basis vectors.

Why are the coordinates unique?

Uniqueness comes from linear independence. If could be written in two different ways using the same basis vectors, subtracting the two expressions would produce a nontrivial linear combination of basis vectors equaling zero—contradicting linear independence. So each has exactly one coordinate list relative to .

What notational confusion can happen when coordinates are written as a column vector?

A coordinate column vector has entries, while the original vector lives in . Writing an equality between them can be misleading. The correct interpretation is that the coordinate column vector is shorthand for the linear combination . Indexing the notation by the basis helps keep the meaning clear.

How do the examples produce coordinates for a non-standard basis?

The method is to express the target vector as a linear combination of the basis vectors. In the example with target , the coefficients are determined by matching components via the basis vectors, resulting in coordinates . For , the representation uses only the first basis vector with coefficient , giving coordinates .

Review Questions

  1. Given a basis for a subspace , what guarantees that the coordinates of a vector are unique?
  2. If a vector has coordinates with respect to one basis in , what changes when switching to a different basis?
  3. Why is it misleading to interpret a coordinate column vector as the same object as the original vector in ?

Key Points

  1. 1

    A basis of a subspace must both span the subspace and be linearly independent.

  2. 2

    Coordinates of a vector are the coefficients in its unique linear combination of basis vectors.

  3. 3

    Changing the basis changes the coordinate list because it changes the grid used to describe vectors.

  4. 4

    A basis of size produces coordinate vectors with exactly entries, even if the ambient space has dimension .

  5. 5

    Uniqueness of coordinates is guaranteed by linear independence.

  6. 6

    Writing coordinates as a column vector is shorthand for a linear combination, not a literal equality of vectors in different dimensions.

Highlights

In , switching from the standard basis to an oblique basis changes the coordinates of the same geometric vector because the underlying grid rotates and skews.
For with basis , every has a unique coordinate representation .
Coordinate notation can be confusing: a -entry coordinate column vector represents coefficients, not a vector in .
In the examples, coordinates are found by expressing the target vector as a linear combination of the chosen non-standard basis vectors, yielding results like and .

Topics

  • Basis and Coordinates
  • Subspace Representation
  • Linear Independence
  • Coordinate Notation
  • Examples in R3