Spanning sets

A linear combination is an expression of one vector in terms of other vectors. In general, linear combinations take the form

v=a1u1+a2u2++anun.

In 2, we know that all vectors can be expressed in terms of the standard basis vectors i^ and j^. There are a few ways we can describe these two vectors: we can say i^ and j^ are a basis for 2; we can say {i^,j^} form a spanning set for 2; and we can say that {i^,j^} spans 2. They all mean the same thing—namely, that you can represent all possible vectors in 2 with linear combinations of i^ and j^.

In this case, we have an orthogonal basis because i^ and j^ are perpendicular (orthogonal is another way of saying perpendicular, but it is a bit more general). However, this is not a requirement for all spanning sets. There is only one requirement for a pair of two vectors to span 2: they must be nonzero and non-collinear. (Two vectors are collinear if they are parallel or antiparallel.) The zero restriction is fairly obvious. But why can’t they be collinear? Just try imaging it. If two vectors have the same direction or opposite directions, you are locked onto a line. There is no way you can move outside it. But if the directions differ even by just a billionth of a degree, you have a spanning set and you are free to roam anywhere you please on the Cartesian plane.

There are also spanning sets in 3. A triplet of three-component vectors forms a basis for 3 if they are nonzero and non-coplanar. What does coplanar mean? Head on over to the next section.

Example

Express the vector [6,7] in terms of the spanning set {[10,5],[2,1]}.

Referring to the definition of a linear combination, we can write an equation with unknown coefficients a and b:

[6,7]=a[10,5]+b[2,1].

We can unpack this into two equations—one for each component:

6=10a2b and 7=5a+b.

Solving by elimination tells us that a=1 and b=2, therefore

[6,7]=[10,5]+2[2,1].

This works the same way in 3 (three variables, three equations).