Building with Vectors
A linear combination of vectors is an expression built by scaling and adding: , where are scalars. It is the fundamental way to construct new vectors.
The span is the collection of all possible linear combinations of those vectors. The span is always a subspace because it contains and is closed under vector addition and scalar multiplication.
| Vector Set | Geometric Span |
|---|---|
| Single nonzero vector | A line through the origin |
| Two non-parallel vectors | The whole plane |
| Two parallel vectors | Just a line (redundant) |
Spanning and Systems
A spanning set for a space is a set of vectors whose span is all of . For example, and span since any vector .
To determine if is in the span of other vectors, solve the linear system for unknowns . A solution exists if and only if lies in the span.
Common pitfall: Assuming more vectors always span more. Adding a vector that is already a linear combination of the existing ones does not enlarge the span. Only a vector pointing in a genuinely new direction expands the reach.