Basis Transformation

Relevant parts to questions...

  • Using to expand new basis vectors in terms of the old.
  • Using to read off entries of .
  • Using (scalar) and (vector) as the formal definitions of rank-0 and rank-1 objects.

A Basis Transformation expresses one orthonormal basis in terms of another via the Coordinate Transformation Matrix :

This is the other face of : the coordinates and the basis vectors transform with the same matrix (reflecting that the underlying geometric object is unchanged - only the “point of view” has rotated).

Formal Definitions of Scalars and Vectors

The transformation rule gives us a precise, coordinate-free way to define what “scalar” and “vector” even mean:

  • Scalar::a quantity unchanged under coordinate rotation, .
  • Vector::a quantity whose components transform with exactly one factor of , .

Both are special cases of a tensor, which transforms with one factor of for each free index. Scalars are rank-0 tensors; vectors are rank-1 tensors. See rank and the Tensor Transformation Rule for the generalisation.

Applications

  1. Expanding a new basis in the old, using ::.
  2. Verifying a quantity is a vector, by checking ::e.g. the Gradient of a scalar field, or position coordinates themselves.
  3. Proving invariance of scalar operations such as the dot product, by transforming and cancelling two s::.

Proving is a scalar

Under a rotation, and . Hence:

.

Using orthogonality collapses the two s into a Kronecker Delta:

. So , confirming it is a scalar.

Basis in, formal tensor-by-rank definition out.