Introduction
In this article, we will study vectors, their properties, and the operations on them. In the process, we will build an intuition to the various operations from a geometric perspective.
In this article, we will study vectors, their properties, and the operations on them. In the process, we will build an intuition to the various operations from a geometric perspective.
To understand linear combination of vectors, we recommend familiarity with the concepts in
Follow the above links to first get acquainted with the corresponding concepts.
If a vector can be stretched or shrunk, so can it be rotated.
Here's a thought experiment.
Suppose an object \( \va \) is moving in a certain direction. Another object \( \vb \) strikes it, moving in another direction, not necessarily head-on.
What happens? The object changes its original trajectory.
The new trajectory and the new speed is a result of two conditions prior to the strike.
So is the case with deflecting or rotating a vector. A vector \( \va \) can be rotated by introducing the effects of another vector \( \vb \).
$$ \vc = \alpha \va + \beta \vb $$
This operation of scaling each vector and summing them up is known as a linear combination. A linear combination of \( m \) vectors, \( \va_i \in \real^n, \forall i \in \{1,\ldots,m\} \) is defined as
$$ \vc = \sum_{i=1}^m \alpha_i \va_i $$
So, the result of a linear combination of a set of vectors is a new vector with the same number of entries, but different direction and magnitude.
If the \( \alpha_i \) are constrained to be positive and sum to one, \( \sum_i \alpha_i = 1, \forall \alpha_i \ge 0 \), then, the linear combination is more specifically known as a convex combination.
Build intuition about the linear combination operation with our interactive demo, presented next. Use the sliders to modify the scalars \( c \) and \( d \) in the operation. Drag the arrowheads to change the vectors \( \va \) and \( \vb \). Note the impact on the result of the linear combination operation \( c\va + d\vb \).
Now that you understand linear-combination, it is time to understand the span of a set of vectors.
The set of all vectors obtainable by a linear combination of a given set of vectors is known as the span of those vectors.
$$ \text{span}(\{\va_1,\ldots,\va_m\}) = \left\{ \vc \in \real^n : \vc = \sum_{i=1}^m \alpha_i \va_i, \forall \alpha_i \in \real \right\} $$
We saw in an earlier interactive demo that multiplication by a scalar stretches, shrinks, or flips a vector. So, it is easy to imagine that a single vector is unlikely to span a 2-dimensional space such as this screen.
From the linear-combination demo, you must have noticed that by just varying the scalars it is possible to move the output vector a whole 360 degrees. Try it if you didn't already.
Thus, you need at least 2 vectors to span the whole of a 2-dimensional space. Such 2 vectors are known as the basis set of that space.
From the same interactive demo, you will note that any two input vectors can be a basis for the 2-dimensional space. Unless the two input vectors are merely scaled versions of each other. Try it in the linear combination demo. Crucial point.
What if we introduced a third input vector in a 2-dimensional space. Well, no harm, but not benefit either. We are not covering any new ground. So, the basis of a space is defined as the minimal set of vectors that spans that space.
In the interactive demos that we have been using so far, the span of the two axes is the entire 2-dimensional plane of the screen. So, the two axes are known as the basis of this span or space.
Now that you understand linear combination of vectors, it is time to build expertise in other topics in linear algebra.
Help us create more engaging and effective content and keep it free of paywalls and advertisements!
Stay up to date with new material for free.