3.158 min read
Homogeneous and Inhomogeneous Systems
The homogeneous system is — right-hand side is the zero vector. It is always consistent (trivial solution ), and its solution set is the null space — a subspace.
The inhomogeneous system is with . When consistent, its solution set is — an affine set.
The connection: the inhomogeneous solution set is a "shift" of the homogeneous solution set. Understanding is half the battle in solving any system.
Formal View
Definition 3.15
Homogeneous system: ; solution set is (a subspace). Inhomogeneous system: with ; solution set (if nonempty) is (an affine set).
Why This Matters
The homogeneous/inhomogeneous split is universal — it appears in differential equations, optimization, and control.
- In differential equations, the homogeneous solution is the "transient" and the particular solution is the "steady state"
- Residuals in least squares are vectors in the null space of the constraint matrix
Quiz
Question 1
The homogeneous system always has at least one solution.
Common Mistakes
- Thinking the homogeneous solution is the only solution — there may be a whole subspace of solutions (the null space).