Linear combinations of vectors

We have already seen these as expressions of the form [Maple Math] . In general, a linear combination of vectors is a sum of scalar multiples of some vectors.

We now consider what kind of collection of vectors can be obtained by making all possible linear combinations of given vectors. For instance, for our [Maple Math] as chosen above, we can ask what vectors [Maple Math] can be written as [Maple Math] and this leads to equations [Maple Math] . These can be obviously solved for all [Maple Math] with the answers [Maple Math] . Thus, every vector (of the form [Maple Math] ) is a linear combination of [Maple Math] .

In general, it can be shown by geometry or algebra that for any two choices of vectors [Maple Math] , the same conclusion holds, provided that the chosen vectors don't lie along a common line ! Such vectors are said to be independent and they are also said to span the plane .

Indeed, for two vectors [Maple Math] , we can check using Cramer's rule that the vectors span the plane iff the determinant [Maple Math] is nonzero, and that in this case, every vector in the plane can be uniquely written as a combination of [Maple Math] . Explicitly, the formula simply is [Maple Math] .

>

If the two vectors [Maple Math] did lie on a common line, then [Maple Math] would just be a scalar mulitple of [Maple Math] and then clearly all linear combinations would end up being just a scalar multiple of [Maple Math] . So, they all lie along a single line and cannot cover all the plane!

We can next investigate how certain special linear combinations can given special sets of vectors. For instance, it is easy to show that if [Maple Math] is the tip of a vector [Maple Math] and [Maple Math] is the tip of a vector [Maple Math] , then all points along the line segment [Maple Math] have position vectors given by the formula [Maple Math] where [Maple Math] lies in the interval [Maple Math] . It is instructive to see the resulting points for special values of [Maple Math] like [Maple Math] etc.

>

> display([DV([0,0],[3,1],``,blue),
PT([3,1],` u`,20),
DV([0,0],[1,4],``,blue),
PT([1,4],` v`,20),
DV([0,0],[5/3,3],``,yellow),PT([5/3,3],` u/3+2v/3`,20),
DV([0,0],[2,5/2],` `,red),PT([2,5/2], ` (u+v)/2`,20),
DL([3,1],[1,4])]);

[Maple Plot]

>