2022-01-01 10:15:00

[This content was created with P64, available on the App Store]

Change of Coordinates

Two Basesin Vector SpaceR3

u=(u0,u1,u2)

v=(v0,v1,v2)

Any vector in vector spaceR3can be described unambiguously relative to any given basis ofR3.

This is done by taking the linear combination of the vectors in the given basis.

The set of scalars used in such a linear combination uniquely describes the vector with respect to the given basis.

Those scalars are called the coordinates (or coordinate vector) of the described vector relative to the given basis.

Letβbe any vector inR3.

Then,βcan be writen as the linear combination of vectors in basisu:

β=j0u0+j1u1+j2u2

Furthermore,βcan also be written as the linear combination of vectors in ther other basisv:

β=k0v0+k1v1+k2v2

Let[β]udenote thecoordinates (or coordinate vector) ofβrelative tou.

[β]u=(j0j1j2)

Let[β]vdenote thecoordinates (or coordinate vector) ofβrelative tov.

[β]v=(k0k1k2)

Question

How do we change a coordinate vector relative one basis into a coordinate vector relative to the other basis?

Coordinates of Vectors in BasisvRelative to Basisu

Define vectors in basisvrelative to basisu.

v0=x0u0+x1u1+x2u2 =(u0,u1,u2)(x0x1x2)=ux

v1=y0u0+y1u1+y2u2 =(u0,u1,u2)(y0y1y2)=uy

v2=z0u0+z1u1+z2u2 =(u0,u1,u2)(z0z1z2)=uz

From the linear combination expressions above, the coordinate vectors can be written as follows.

[v0]u=x=(x0x1x2)

[v1]u=y=(y0y1y2)

[v2]u=z=(z0z1z2)

[v]u=([v0]u,[v1]u,[v2]u)=(x,y,z)

x=u-1v0

y=u-1v1

z=u-1v2

Change of Coordinate MatrixQ

Q=(x,y,z)=u-1(v0,v1,v2)=u-1v

Coordinates, relative tou,of vectors in basisv can be computed by using the change of coordinate matrixQ.

[v0]u=Q[v0]v=Q100=(x,y,z)100=x

[v1]u=Q[v1]v=Q010=(x,y,z)010=y

[v2]u=Q[v2]v=Q001=(x,y,z)001=z

Writeβas Linear Combination of Basis Vectors in Basisv

β=k0v0+k1v1+k2v2

[β]v=(k0k1k2)

Change Coordinate Vector[β]vinto Coordinate Vector[β]u

β=k0v0+k1v1+k2v2

[β]v=(k0k1k2)

[β]u=k0[v0]u+k1[v1]u+k2[v2]u=([v0]u,[v1]u,[v2]u)(k0k1k2)=([v0]u,[v1]u,[v2]u)[β]v

[β]u=([v0]u,[v1]u,[v2]u)[β]v=Q[β]v

[β]u=Q[β]v


[This content was created with P64, available on the App Store]