Span and Linear Combinations
Subtopic: Vector Spaces
A linear combination mixes vectors using addition and scalar multiplication—the two fundamental operations in a vector space. The span of a set of vectors is everything you can build from those vectors using linear combinations. Span tells you the "reach" of your vectors: what space they can fill.
Introduction
Given a few vectors, what can you make from them? If you can add them, subtract them, scale them, and combine those operations—what collection of vectors can you reach?
With a single nonzero vector
Definition
Linear Combination
A linear combination of vectors
where
Span
The span of vectors
The span is always a subspace—it contains
Geometric Interpretation
In
• The span of one nonzero vector is a line through the origin
• The span of two non-parallel vectors is a plane through the origin
• The span of three vectors that don't all lie in one plane is all of
Adding more vectors can expand the span (if they point in new directions) or leave it unchanged (if they're already in the span).
Think of each vector as opening a new degree of freedom. But if a new vector is already reachable from the others, it adds no new freedom—the span doesn't grow.
Worked Example 1
Let
The span consists of all vectors
This is the set
To check if a specific vector is in the span, like
We need
Yes,
Worked Example 2
Is
We need to find
This gives the system:
From equation
From equation
Check equation
The system has no solution. Therefore
Checking if a Vector is in a Span
To determine if a vector
Set up the equation
(c_1)*(v_1)+(c_2)*(v_2)+⋯+(c_k)*(v_k)=b .Write this as a linear system (or matrix equation).
If the system has a solution,
b is in the span. If not, it is not.
In matrix form:
Spanning Sets
A set of vectors
Examples:
{(1,0),(0,1)} spans(R^2) (the standard basis){(1,1),(1,−1)} also spans(R^2) (different basis){(1,0),(2,0)} does NOT span(R^2) — both vectors lie on thex -axis, so the span is just a line
Key Properties
The span of any set of vectors is a subspace (the smallest subspace containing those vectors).
span
{v}={c*v:c∈F} — a line through the origin (or{0} ifv=0 ).Adding a vector to a set either expands the span or leaves it unchanged — it never shrinks.
If
v∈ span{(v_1),…,(v_k)} , then span{(v_1),…,(v_k),v}= span{(v_1),…,(v_k)} .span
{0}={0} — the zero vector alone spans only the trivial subspace.
Connection to Matrices
The column space of a matrix
This means:
Applications
In computer graphics, colors are often represented as linear combinations of basis colors (RGB). The span of {Red, Green, Blue} is all displayable colors.
In signal processing, any signal in a given space can be written as a linear combination of basis signals (like sine waves in Fourier analysis).
In data science, the span of feature vectors determines what relationships a linear model can capture.
Summary
A linear combination is a sum of scaled vectors. The span of a set of vectors is all their possible linear combinations—the subspace they generate. To check if a vector is in a span, solve the corresponding linear system. A spanning set for a space