By the time you can row-reduce a system, the next question is no longer "Can I solve this example?" but rather "What is the structure of every solution?" Homogeneous systems are the cleanest place to ask that question, and the null space is the language that answers it.
Why homogeneous systems are special
A homogeneous linear system is a system whose constant terms are all 0. In
matrix form, it looks like
This situation is special for one immediate reason: the zero vector always solves it.
Definition
Homogeneous system
A homogeneous linear system is a linear system of the form
Its trivial solution is the zero vector .
The real question is whether there are also nontrivial solutions.
The null space collects all homogeneous solutions
Definition
Null space
If is a matrix, the null space of is
So N(A) is exactly the solution set of the homogeneous system .
This definition turns a list of solutions into a mathematical object. Instead of saying "here are some vectors that work," you can describe the whole set at once.
Row reduction tells you the shape of the null space
To find N(A), you solve by reducing the augmented system .
The pivots tell you which variables are determined; the free variables tell you
how many directions of freedom remain.
Worked example
Solve a homogeneous system and describe the null space
Let
To solve , row-reduce:
So the equation is
Take and as free variables. Then
Therefore
So
This example shows why null-space descriptions are powerful. They tell you not only whether solutions exist, but how every solution is built.
Homogeneous solutions control nonhomogeneous ones
The same idea explains the structure of a system when it is consistent.
Theorem
Every solution is a particular solution plus a null-space vector
Suppose is one particular solution of .
Then a vector x solves if and only if
for some .
This is the key structural theorem behind free-variable formulas.
Proof
Why the full solution set has the form
A nonhomogeneous example
Worked example
Describe all solutions as a translate of the null space
Suppose the system has one particular solution
and suppose
Then every solution has the form
The null space gives the direction of freedom; the particular solution tells you where that family of solutions sits.
What null space says about uniqueness
The structure theorem gives an immediate test.
- If , then a consistent system has exactly one solution.
- If
N(A)contains a nonzero vector, then every consistent system has infinitely many solutions, because you can add scalar multiples of that vector to a particular solution.
So null space measures the hidden freedom in the system.
Common mistakes
Common mistake
The zero vector always belongs to the null space
Students sometimes think a homogeneous system can have no solution. That is impossible, because always satisfies .
Common mistake
A particular solution is not the whole solution set
Finding one vector with is only the start. You still need to add the whole null space to describe every solution.
Quick checks
Quick check
Why does always have at least one solution?
Answer in one sentence.
Solution
Answer
Quick check
If and is consistent, how many solutions does it have?
Use the theorem from this note.
Solution
Answer
Exercise
Quick check
Suppose solves and . Why do and both solve ?
Write one line using linearity.
Solution
Guided solution
Related notes
This note builds on 2.3 Gaussian elimination and RREF and 2.4 Solution-set types. It prepares the way for 5.1 Invertible matrices and connects naturally with 6.2 Subspaces.