What do span, basis, and dimension reveal about structure?
students, imagine you are building with LEGOs 🧱. If you have a small set of pieces, you want to know three things: What can you build? Which pieces are actually needed? And how many independent choices do you really have? In linear algebra, the ideas of $\text{span}$, $\text{basis}$, and $\text{dimension}$ answer those exact questions. They tell us how a set of vectors is organized, how much room it fills, and how efficiently that space can be described.
Objectives for this lesson:
- Explain what $\text{span}$, $\text{basis}$, and $\text{dimension}$ mean.
- Use these ideas to describe structure in vector spaces.
- Connect these ideas to systems of equations, matrices, and transformations.
- Apply reasoning with examples from $\mathbb{R}^2$ and $\mathbb{R}^3$.
These ideas matter because linear algebra is not just about doing calculations. It is about understanding structure. Once you know the span of a set of vectors, you know what can be built from them. Once you know a basis, you know the most efficient set of building blocks. Once you know the dimension, you know the number of independent directions in the space. 🚀
Span: what can be built?
The span of a set of vectors is the collection of all vectors you can make by taking linear combinations of them. A linear combination looks like
$$a_1\mathbf{v}_1 + a_2\mathbf{v}_2 + \cdots + a_n\mathbf{v}_n$$
where the coefficients $a_1, a_2, \dots, a_n$ are numbers.
If you have one vector in $\mathbb{R}^2$, its span is a line through the origin. For example, if
$$\mathbf{v} = \begin{bmatrix}2\\1\end{bmatrix},$$
then every vector in $\text{span}(\mathbf{v})$ has the form
$$c\begin{bmatrix}2\\1\end{bmatrix} = \begin{bmatrix}2c\c\end{bmatrix}.$$
This means the span is all points on a line in the direction of $\mathbf{v}$. If you add a second vector that points in a different direction, the span may become much larger. In $\mathbb{R}^2$, two non-parallel vectors span the whole plane.
Example
Suppose
$$\mathbf{u} = \begin{bmatrix}1\\0\end{bmatrix}, \quad \mathbf{v} = \begin{bmatrix}0\\1\end{bmatrix}.$$
Any vector in $\mathbb{R}^2$ can be written as
$$a\mathbf{u} + b\mathbf{v} = \begin{bmatrix}a\b\end{bmatrix}.$$
So $\text{span}(\mathbf{u}, \mathbf{v}) = \mathbb{R}^2$.
This is a powerful idea because it tells us whether a set of vectors is enough to build an entire space. If the span is too small, the vectors are limited. If the span is large enough, they can represent all possibilities in that space.
Basis: the smallest useful building set
A basis is a set of vectors that does two things at the same time:
- It spans the space.
- It is linearly independent.
A set is linearly independent if none of the vectors can be written as a combination of the others. In simple terms, each vector contributes a new direction or new information.
A basis is special because it gives the most efficient description of a space. It contains just enough vectors to build everything, but not extra ones that repeat the same information. 🎯
Example in $\mathbb{R}^2$
The vectors
$$\begin{bmatrix}1\\0\end{bmatrix} \quad \text{and} \quad \begin{bmatrix}0\\1\end{bmatrix}$$
form a basis for $\mathbb{R}^2$. They span the plane, and neither vector is a combination of the other.
But the vectors
$$\begin{bmatrix}1\\0\end{bmatrix}, \quad \begin{bmatrix}2\\0\end{bmatrix}$$
do not form a basis for $\mathbb{R}^2$, because they are linearly dependent. Both vectors lie on the same line, so they only span a one-dimensional set, not the whole plane.
Why basis matters
A basis lets us describe every vector in a space using coordinates. For example, in the standard basis of $\mathbb{R}^2$, the vector
$$\begin{bmatrix}3\\-5\end{bmatrix}$$
means $3$ steps in the first basis direction and $-5$ steps in the second basis direction.
This is like using a map with directions: the basis tells you what counts as one unit in each direction. Different bases can describe the same space in different ways, but they all reveal the same underlying structure.
Dimension: how many independent directions?
The dimension of a vector space is the number of vectors in any basis for that space. Since all bases for the same space have the same size, dimension is well-defined.
For example:
- $\mathbb{R}^1$ has dimension $1$.
- $\mathbb{R}^2$ has dimension $2$.
- $\mathbb{R}^3$ has dimension $3$.
But dimension is not just for coordinate spaces. A line through the origin in $\mathbb{R}^3$ has dimension $1$, and a plane through the origin in $\mathbb{R}^3$ has dimension $2$.
Real-world picture 🌍
Think about movement in a room. If you are walking on a straight hallway, you really only have one independent direction. On the floor of a room, you have two independent directions: left-right and forward-back. In the whole room, you have three: left-right, forward-back, and up-down. Dimension counts the number of independent directions available.
Example with a plane in $\mathbb{R}^3$
Suppose a plane through the origin is spanned by
$$\mathbf{u} = \begin{bmatrix}1\\0\\0\end{bmatrix}, \quad \mathbf{v} = \begin{bmatrix}0\\1\\0\end{bmatrix}.$$
Then any vector in that plane has the form
$$a\mathbf{u} + b\mathbf{v} = \begin{bmatrix}a\b\\0\end{bmatrix}.$$
This plane has dimension $2$ because a basis for it has two vectors.
How span, basis, and dimension reveal structure together
These three ideas work like a team:
- $\text{span}$ tells us what can be built.
- $\text{basis}$ tells us the smallest set of essential building blocks.
- $\text{dimension}$ tells us how many independent building blocks there are.
Together, they reveal the structure of a space.
For example, if a set of vectors in $\mathbb{R}^3$ has span equal to all of $\mathbb{R}^3$, then it can build any vector in three-dimensional space. If a smaller subset is still enough to span the same space, then the original set included unnecessary vectors. Finding a basis removes that extra clutter.
This is especially important when solving systems of equations. The columns of a matrix can be viewed as vectors. If the columns span a space, then the system can reach every vector in that target space. If not, some outputs are impossible. This is one reason linear algebra is so useful in science, engineering, computer graphics, and data analysis 📊.
Matrix connection
Suppose a matrix has columns
$$\mathbf{c}_1, \mathbf{c}_2, \dots, \mathbf{c}_n.$$
The span of the columns is called the column space. If the columns are linearly independent, then they provide a basis for that column space. The number of vectors in that basis is the dimension of the column space, often called the rank of the matrix.
So when you study span, basis, and dimension, you are also learning how matrices organize information.
Worked example: finding structure from vectors
Consider the vectors
$$\mathbf{v}_1 = \begin{bmatrix}1\\2\\3\end{bmatrix}, \quad \mathbf{v}_2 = \begin{bmatrix}2\\4\\6\end{bmatrix}, \quad \mathbf{v}_3 = \begin{bmatrix}0\\1\\1\end{bmatrix}.$$
First, notice that
$$\mathbf{v}_2 = 2\mathbf{v}_1.$$
So $\mathbf{v}_2$ does not add a new direction. That means the set is linearly dependent.
Now look at $\mathbf{v}_1$ and $\mathbf{v}_3$. These are not scalar multiples of each other, so they are independent. Their span is a plane through the origin in $\mathbb{R}^3$.
So what is the structure here?
- The span of $\{\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3\}$ is the same as the span of $\{\mathbf{v}_1, \mathbf{v}_3\}$.
- A basis for that span is $\{\mathbf{v}_1, \mathbf{v}_3\}$.
- The dimension of that span is $2$.
This example shows how extra vectors can be removed without changing the span. That is the heart of basis: keep the essential information, remove repetition.
Conclusion
students, span, basis, and dimension are not just vocabulary words. They are tools for seeing the structure hidden inside vectors, matrices, and spaces. The span tells you what is possible. The basis tells you what is essential. The dimension tells you how much independent structure exists. Together, they help you understand linear algebra as a study of organization and relationship, not just computation. When you can identify these ideas, you can describe spaces clearly, simplify problems, and connect algebra to geometry and real-world applications. ✅
Study Notes
- $\text{span}$ of a set of vectors is all linear combinations of those vectors.
- A $\text{basis}$ is a set of vectors that spans a space and is linearly independent.
- $\text{dimension}$ is the number of vectors in any basis of the space.
- In $\mathbb{R}^2$, a basis has $2$ vectors; in $\mathbb{R}^3$, a basis has $3$ vectors.
- A line through the origin has dimension $1$; a plane through the origin has dimension $2$.
- If vectors are linearly dependent, some of them are redundant.
- The columns of a matrix span its column space; an independent spanning set is a basis for that space.
- Span answers: What can we build? Basis answers: What do we really need? Dimension answers: How many independent directions are there?
