2022-01-01 10:15:00

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

Coordinate Vectors

Any object in a vector space can be expressed algebraically as a linear combination of the vectors in any given basis of the vector space.

In a four dimensional vector space, such a linear combination expression looks like this:

k0u0+k1u1+k2u2+k3u3

where eachki, called a coefficient, is a scalar of some sort and eachuiis a basis vector of some basisuin a four dimensional vector space. Furthermore, there is a one to one correspondence between the coefficients and the basis vectors, and the linear combination is said to be defined relative to the basisu.

u=(u0,u1,u2,u3)

The one-to-one correspondence between the basis vectors and coefficients are as follows.

k0u0

k1u1

k2u2

k3u3

Each term in the linear combination expression above is the product of a coeffientkiand a corresponding basis vectorui.The coeffiecientkispecifies how much the basis vectoruicontributes to the object defined by the linear combination. If no contribution is made by a basis vector, the corresponding coefficient is zero.

A linear combination expression is verbose in nature and thus uses more symbols than really necessary to convey the required information. Therefore, a coordinate vector is used to convey the same information, compactly without loss of any information.

A coordinate vector is simply an ordered collection of the coefficients used in the linear combination. The collection is presented as a column, where each element (coefficient) corresponds to a basis vector used in the linear combination, and there is an element for each basis vector.

(k0k1k2k3)kiui

When a basis vector does not contribute to a linear combination, the corresponding term will be zero and thus may be omitted. If this is the case, the missing term may be imagined to be still present in the linear combination expression as a term with a zero coefficient times the corresponding basis vector. The coordinate vector will contain a zero for such a term.

(k0k1k2k3)kiui

Because a coordinate vector provides the same information provided by a linear combination, it is said to correspond to that linear combination, and vice versa.

Since a linear combination is said to be defined relative to a basis, the corresponding coordinate vector too is said to be defined relative to that same basis.

To explore this further, consider the vector space of polynomials of degree at most five, denoted byP5(F).

P5(F)has the ordered basis:

(1,x,x2,x3,x4,x5)

Any polynomial that resides in this vector space can be expressed as a linear combinationof the vectors in the ordered basis:

(1,x,x2,x3,x4,x5)s0+s1x+s2x2+s3x3+s4x4+s5x5

The corresponding coordinate vector is(s0s1s2s3s4s5)

Eachsiis a real number which can take on any value;the last non-zerosidetermines the degree of the polynomial.

Because eachsiis a real number which can take on any value, the vector spaceP5(F)contains infinitely many polynomials; they have the following forms (coordinate vectors shown in boxes as row vectors transposed).

Polynomials of degree0:s0

Polynomials of degree(s0,0,0,0,0,0)T

Polynomials of degree1:s0+s1x (s10)

Polynomials of degree(s0,s1,0,0,0,0)T

Polynomials of degree2:s0+s1x+s2x2 (s20)

Polynomials of degree(s0,s1,s2,0,0,0)T

Polynomials of degree3:s0+s1x+s2x2+s3x3 (s30)

Polynomials of degree(s0,s1,s2,s3,0,0)T

Polynomials of degree4:s0+s1x+s2x2+s3x3+s4x4 (s40)

Polynomials of degree(s0,s1,s2,s3,s4,0)T

Polynomials of degree5:s0+s1x+s2x2+s3x3+s4x4+s5x5 (s50)

Polynomials of degree(s0,s1,s2,s3,s4,s5)T

Note that, to save space, coordinate vectors above are written as not column vectors but row vectors transponsed.

Two concrete examples follow.

Example 1Polynomials of degree three and their coordinate vectors inP5(F)look like this:

s0+s1x+s2x2+s3x3 (s30)

(s0,s1,s2,s3,0,0)T=(s0s1s2s300)(s30)

The one-to-one correspondence between the basis vectors and components of coordinate vectors:

s01

s1x

s2x2

s3x3

Each coefficientsi(a real number) used in a linear combination expression appears as a component in the corresponding coordinate vector, where components correspond to unique basis vectors.

Here is a random polynomial of degree three inP5(F)and its coordinate vector.

1+x -x2 -2x3 (11-1-200)

Example 2Polynomials of degree five and their coordinate vectors inP5(F)look like this:

s0+s1x+s2x2+s3x3+s4x4+s5x5 (s50)

(s0,s1,s2,s3,s4,s5)T=(s0s1s2s3s4s5)(s50)

The one-to-one correspondence between the basis vectors and components of coordinate vectors:

s01

s1x

s2x2

s3x3

s4x4

s5x5

Here is a random polynomial of degree five inP5(F)and its coordinate vector.

1+x +2x2 -3x3 +2x4 +2x5 (112-322)

Each coefficientsi(a real number) specifies how much contribution the corresponding basis vector makes to the linear combination.

A zero coefficient means no contribution is made by that basis vector, and the corresponding term in the linear combination expression is normally not shown. However, there is no harm in imagining that the term is still there with a zero coefficient.

3+5x3 +7x5 (300507)

Symbols for Coordinate Vectors

A special symbol is utilized to concisely convey the basis relative to which a coordinate vector is defined.

This notation is illustrated here using the vector spaceR3and two of its bases.

Letuandvbe two bases inR3.

The basisuconsists of three vectorsu0,u1,u2;they are called basis vectors ofu.

u=(u0,u1,u2)

The basisvalso consists of three vectorsv0,v1,v2;they are called basis vectors ofv.

v=(v0,v1,v2)

The basis vectors are linearly independent, and each one is a column of three real numbers.

u0=(x0x1x2)u1=(y0y1y2)u2=(z0z1z2)

v0=(x0x1x2)v1=(y0y1y2)v2=(z0z1z2)

For example, one possibleulooks like this:

u=(100,010,001)

This is the standard basis, the simplest one.

Any vector in vector spaceR3can be described unambiguouslyrelative 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.Therefore,βcan be writen as the linear combinationof the vectors in basisu:

β=j0u0+j1u1+j2u2

Let[β]udenote thecoordinates (or coordinate vector) ofβrelative to the basisu.

From the linear combination expression above,[β]ucan be written as:

[β]u=(j0j1j2)

Furthermore,βcan also be written as the linear combinationof the vectors in the other basisv:

β=k0v0+k1v1+k2v2

Let[β]vdenote thecoordinates (or coordinate vector) ofβrelative to the basisv.

From the linear combination expression above,[β]vcan be written as:

[β]v=(k0k1k2)

The special symbol[β]ucan be employed to concisely state thatβis defined relative to the basisu.

Similarly, the special symbol[β]vcan be used to concisely state thatβis defined relative to the basisv.


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