Coordinate Transformation of Vectors
📂Linear AlgebraCoordinate Transformation of Vectors
Overview
Let V be ndimensional vector space, and let us call v∈V as such. Let β be some ordered basis of V. Then, v is expressed as the coordinate vector [v]β. Given another ordered basis β′, v can also be expressed as the coordinate vector [v]β′ with respect to it. Coordinate transformation of vectors refers to the equation relating these two coordinate vectors.
Build-up
For convenience, let’s call the dimension of V as n=2. Let β={u1,u2} be the ordered basis of V, and consider another ordered basis β′={u1′,u2′}. Suppose the coordinate vectors of β′ with respect to β are given as follows.
[u1′]β=[ab]and[u2′]β=[cd]
In other words, the following equation holds.
u1′u2′=au1+bu2=cu1+du2
Now, choose some vector v∈V, and let’s say its coordinate vector with respect to β′ is as follows.
[v]β′=[k1k2]
v=k1u1′+k2u2′
Upon substituting (1) into the above equation,
v=k1(au1+bu2)+k2(cu1+du2)=(k1a+k2c)u1+(k1b+k2d)u2
[v]β=[(k1a+k2c)(k1b+k2d)]
If we use (2) to simplify the above equation,
[v]β=[(k1a+k2c)(k1b+k2d)]=[abcd][k1k2]=[abcd][v]β′
If we say this is Q=[abcd], the coordinate vector with respect to β can be obtained by multiplying the matrix Q to the coordinate vector with respect to β′. Also, each column of Q consists of the coordinate vectors of β′ with respect to β.
[v]β=Q[v]β′=[[u1′]β[u2′]β][v]β′∀v∈V
Therefore, it becomes evident that Q=[I]β′β. Here, I is an [identity transformation](../3026/#identity transformation).
Definition
Let β,β′ be two ordered bases of the n dimensional vector space V. Q=[I]β′β is called the change of coordinate matrix or transition matrix. For v∈V, the equation below
[v]β=Q[v]β′
indicates that Q transforms the β′-coordinates into β-coordinates.
Explanation
Specifically, if we say β={u1,…,un}, β′={u1′,…,un′},
Q=[[u1′]β⋯[un′]β]
uj′=i∑Qijui
If Q changes β′-coordinates into β-coordinates, then Q−1 transforms the β-coordinates into β′-coordinates.
Theorem
Let β,β′ be two ordered bases of the n dimensional vector space V. Let’s say it’s Q=[I]β′β. Then,
(a) Q is an invertible matrix.
(b) ∀v∈V, [v]β=Q[v]β′
Proof
(a)
Auxiliary Theorem
A linear transformation T being invertible is equivalent to [T]βγ being invertible.
Since the identity transformation I is invertible, by the auxiliary theorem, Q is invertible.
■
(b)
Due to the properties of coordinate vectors and matrix representation,
[v]β=[I(v)]β=[I]β′β[v]β′=Q[v]β′
■