Once a vector space has been defined, the next question is not merely whether its operations make sense. The real question is what those operations can produce.
If you start with a list of vectors, how many new vectors can be built by adding and scaling them? That is the problem of linear combinations and span.
This section is fundamental because it converts geometric language such as "these vectors generate a plane" into exact algebra. It also provides the bridge from vector-space language back to linear systems.
Linear combinations are the basic building blocks
Definition
Linear combination
Let be vectors in a vector space , and let . Then
is called a linear combination of .
The important point is that the coefficients are completely unrestricted real numbers. They may be positive, negative, fractional, irrational, or zero.
That flexibility is why linear combinations are so expressive.
Worked example
Examples of linear combinations
If are vectors, then all of the following are linear combinations of them:
and
There is also a closure fact: if v and w are themselves linear combinations
of , then any expression is again a linear
combination of .
So linear combinations are stable under the very operations that created them in the first place.
Membership in a span is a solvability question
In practice, the question "Is b a linear combination of ?"
is not answered by inspection. It is answered by solving a linear system.
Theorem
Linear combinations and linear systems
Let and b be vectors in , and let
Then b can be expressed as a linear combination of if and
only if the linear system
has a solution.
This theorem is one of the most useful ideas in the chapter. It means that a generation question in a vector space becomes a consistency question for a matrix equation.
Worked example
Testing whether a vector is a linear combination
Let
Consider the vector
To ask whether w is a linear combination of and is to ask whether
there exist scalars such that
Equivalently,
Row reduction shows that the system is consistent and gives
Hence
So w belongs to the span of and .
The same method can also prove non-membership: if the system is inconsistent, then the target vector is not in the span.
Span collects all possible outputs
Definition
Span
Let be vectors in a vector space . The span of these vectors is the set of all linear combinations of them:
So the span is not one vector. It is the whole collection of vectors that can be built from the given list.
This is why span is often read as "the subspace generated by" or "the set spanned by" the given vectors.
Standard geometric examples
Worked example
What span looks like in
Let
Then every vector in has the form
So
is exactly the -plane in .
If we include as well, then every vector in can be written as
so
This example is important because it shows that span can describe:
- a line,
- a plane,
- or the whole ambient space,
depending on the vectors you start with.
Why the span is always a subspace
The span of a set of vectors is not just some arbitrary subset. It is the smallest natural vector-space object generated by those vectors.
Theorem
The span of any set of vectors is a subspace
If are vectors in a vector space , then
is a subspace of .
Proof
Why the span is a subspace
This theorem is one of the main reasons span matters so much. It gives a systematic way to build subspaces from a generating list.
Use the explorer as a supporting figure
The span explorer below is useful only after the algebraic meaning is clear. It lets you vary the coefficients and watch a vector move through the generated set, but it should be read as a supporting visualization of the definitions and theorem above.
Read and try
Build one vector from a span
The live explorer lets you vary coefficients and watch the resulting vector move inside the span.
u
(1, 0)
v
(0, 1)
α
β
Result
αu + βv = (1, 0)
Every output vector is built from the horizontal and vertical directions.
Common mistakes
Common mistake
Span is not the set of positive multiples only
The coefficients in a linear combination may be any real numbers. Negative and zero coefficients are just as legitimate as positive ones.
Common mistake
To prove membership in a span, you need coefficients
It is not enough to say that a target vector "looks similar." To prove that a vector lies in a span, you must either produce the coefficients explicitly or solve the associated system and show it is consistent.
Quick checks
Quick check
Is the zero vector always in the span of any finite list of vectors?
Use the definition of linear combination directly.
Solution
Answer
Quick check
Why does in contain ?
Write the vector as a combination of and .
Solution
Answer
Exercises
Quick check
Explain why every vector in a generating list automatically lies in .
Use coefficients.
Solution
Guided solution
Quick check
Why does the theorem if and only if is solvable matter so much in practice?
Answer in terms of what it lets you do computationally.
Solution
Guided solution
Related notes
Read 6.2 Subspaces for the subspace tests used here, and then continue to 6.4 Linear dependence and independence, where span is paired with the question of redundancy in a generating list.