Linear Algebra/General = Particular + Homogeneous
From Wikibooks, the open-content textbooks collection
Contents |
[edit] Solution Patterns
The prior subsection has many descriptions of solution sets. They all fit a pattern. They have a vector that is a particular solution of the system added to an unrestricted combination of some other vectors. The solution set from Example 2.13 illustrates.

The combination is unrestricted in that w and u can be any real numbers— there is no condition like such that 2w-u=0 that would restrict which pairs w,u can be used to form combinations.
That example shows an infinite solution set conforming to the pattern. We can think of the other two kinds of solution sets as also fitting the same pattern. A one-element solution set fits in that it has a particular solution, and the unrestricted combination part is a trivial sum that is, instead of being a combination of two vectors, as above, or a combination of one vector, it is a combination of no vectors. A zero-element solution set fits the pattern since there is no particular solution, and so the set of sums of that form is empty.
We will show that the examples from the prior subsection are representative, in that the description pattern discussed above holds for every solution set.
- Theorem 3.1
For any linear system there are vectors
such that the solution set can be described as
is any particular solution, and where the system has k free variables.
This description has two parts, the particular solution
and also the unrestricted linear combination of the
's. We shall prove the theorem in two corresponding parts, with two lemmas.
[edit] Unrestricted Part
We will focus first on the unrestricted combination part. To do that, we consider systems that have the vector of zeroes as one of the particular solutions, so that
can be shortened to
.
- Definition 3.2
.These are homogeneous because all of the terms involve the same power of their variable— the first power— including a 0x0 that we can imagine is on the right side.
- Example 3.3
With any linear system like
we associate a system of homogeneous equations by setting the right side to zeros.
Our interest in the homogeneous system associated with a linear system can be understood by comparing the reduction of the system
with the reduction of the associated homogeneous system.
Studying the associated homogeneous system has a great advantage over studying the original system. Nonhomogeneous systems can be inconsistent. But a homogeneous system must be consistent since there is always at least one solution, the vector of zeros.
- Definition 3.4
.There are many different zero vectors, e.g., the one-tall zero vector, the two-tall zero vector, etc. Nonetheless, people often refer to the zero vector, expecting that the size of the one being discussed will be clear from the context.
- Example 3.5
Some homogeneous systems have the zero vector as their only solution.
- Example 3.6
Some homogeneous systems have many solutions. One example is the Chemistry problem from the first page of this book.
The solution set:
[edit] Proof
[edit] Unrestricted Combinations
We now have the terminology to prove the two parts of Theorem 3.1. The first lemma deals with unrestricted combinations.
- Lemma 3.7
For any homogeneous linear system there exist vectors
such that the solution set of the system is
Before the proof, we will recall the back substitution calculations that were done in the prior subsection. Imagine that we have brought a system to this echelon form.
We next perform back-substitution to express each variable in terms of the free variable z. Working from the bottom up, we get first that w is
, next that y is
, and then substituting those two into the top equation x + 2(1 / 3)z − z + 2(0) = 0 gives
. So, back substitution gives a parametrization of the solution set by starting at the bottom equation and using the free variables as the parameters to work row-by-row to the top. The proof below follows this pattern.
[edit] Comment
That is, this proof just does a verification of the bookkeeping in back substitution to show that we haven't overlooked any obscure cases where this procedure fails, say, by leading to a division by zero. So this argument, while quite detailed, doesn't give us any new insights. Nevertheless, we have written it out for two reasons. The first reason is that we need the result— the computational procedure that we employ must be verified to work as promised. The second reason is that the row-by-row nature of back substitution leads to a proof that uses the technique of mathematical induction. This is an important, and non-obvious, proof technique that we shall use a number of times in this book. Doing an induction argument here gives us a chance to see one in a setting where the proof material is easy to follow, and so the technique can be studied. Readers who are unfamiliar with induction arguments should be sure to master this one and the ones later in this chapter before going on to the second chapter.
[edit] The Proof
- Proof
First use Gauss' method to reduce the homogeneous system to echelon form. We will show that each leading variable can be expressed in terms of free variables. That will finish the argument because then we can use those free variables as the parameters. That is, the
's are the vectors of coefficients of the free variables as in Example 3.6, where the solution is
x = 1 / 3w,y = w,z = 1 / 3w,w = w.
We will proceed by mathematical induction, which has two steps.The base step of the argument will be to focus on the bottom-most non-`0 = 0' equation and write its leading variable in terms of the free variables. The inductive step of the argument will be to argue that if we can express the leading variables from the bottom t rows in terms of free variables, then we can express the leading variable of the next row up— the t + 1 -throw up from the bottom— in terms of free variables. With those two steps, the theorem will be proved because by the base step it is true for the bottom equation, and by the inductive step the fact that it is true for the bottom equation shows that it is true for the next one up, and then another application of the inductive step implies it is true for third equation up, etc.
For the base step, consider the bottom-most non-`0 = 0' equation (the case where all the equations are `0=0' is trivial). We call that the m-th row:
where
. The notation here has
stand for 'leading', so
, means the coefficient, from the row m of the variable leading row m. Either there are variables in this equation other than the leading one
or else there are not. If there are other variables
, etc., then they must be free variables because this is the bottom non-`0=0' row. Move them to the right and divide by 
to express this leading variable in terms of free variables. If there are no free variables in this equation then
(see the tricky point noted following this proof).
For the inductive step, we assume that for the m-th equation, and for the m − 1-th equation,
, and for the m − t-th equation, we can express the leading variable in terms of free variables where :
. To prove that the same is true for the next equation up, the m − t + 1-th equation, we take each variable that leads in a lower-down equation
and substitute its expression in terms of free variables. The result has the form:
where
. We move the free variables to the right-hand side and divide by :
, to end with
expressed in terms of free variables.
[edit] Span
We say that the set :
is generated by or spanned by the set of vectors:
. There is a tricky point to this definition. If a homogeneous system has a unique solution, the zero vector, then we say the solution set is generated by the empty set of vectors. This fits with the pattern of the other solution sets: in the proof above the solution set is derived by taking the c 's to be the free variables and if there is a unique solution then there are no free variables.
This proof incidentally shows, as discussed after example 2.4, that solution sets can always be parametrized using the free variables.
[edit] Particular Solution Proof
The next lemma finishes the proof of Theorem 3.1 by considering the particular solution part of the solution set's description.
- Lemma 3.8
For a linear system, where
is any particular solution, the solution set equals this set.
- {
satisfies the associated homogeneous system}.
- Proof
We will show mutual set inclusion, that any solution to the system is in the above set and that anything in the set is a solution to the system.
For set inclusion the first way, that if a vector solves the system then it is in the set described above, assume that
solves the system. Then
solves the associated homogeneous system since for each equation index i,
where pj and sj are the j-th components of :
and
. We can write
as
, where
solves the associated homogeneous system, to express
in the required
form.
For set inclusion the other way, take a vector of the form
, where
solves the system and
solves the associated homogeneous system, and note that it solves the given system: for any equation index i,
.
The two lemmas above together establish Theorem 3.1.
We remember that theorem with the slogan
[edit] Examples
- Example 3.9
This system illustrates Theorem 3.1.
Gauss' method
shows that the general solution is a singleton set.
That single vector is, of course, a particular solution. The associated homogeneous system reduces via the same row operations
to also give a singleton set.
- Example 3.10
Also discussed there is that the case where the general solution set is empty fits the General = Particular + Homogeneous pattern. This system illustrates. Gauss' method
shows that it has no solutions. The associated homogeneous system, of course, has a solution.
In fact, the solution set of the homogeneous system is infinite.
because there are no
's.[edit] Size of Solution Sets
- Corollary 3.11
- Proof
We've seen examples of all three happening so we need only prove that those are the only possibilities.
First, notice a homogeneous system with at least one non-0 solution
has infinitely many solutions because the set of multiples
is infinite— if
then
.
is easily seen to be non-0, and so
.
Now, apply Lemma 3.8 to conclude that a solution set
{
solves the associated homogeneous system}
, or has one element if there is a
and the homogeneous system has the unique solution 0, or is infinite if there is a
and the homogeneous system has a non-0 solution, and thus by the prior paragraph has infinitely many solutions.[edit] Summary
This table summarizes the factors affecting the size of a general solution.
| Only one solution exists for homogenous system | Infinite solutions exist for homogenous system
|
|
|---|---|---|
| Particular solution exists | Unique Solution | Infintely many solutions |
| Particular solution doesn't exist | No solution | No solution |
The factor on the top of the table is the simpler one. When we perform Gauss' method on a linear system, ignoring the constants on the right side and so paying attention only to the coefficients on the left-hand side, we either end with every variable leading some row or else we find that some variable does not lead a row, that is, that some variable is free. Of course, ignoring the constants on the right is formalized by considering the associated homogeneous system. We are simply putting aside for the moment the possibility of a contradictory equation.
A nice insight into the factor on the top of this table at work comes from considering the case of a system having the same number of equations as variables. This system will have a solution, and the solution will be unique, if and only if it reduces to an echelon form system where every variable leads its row, which will happen if and only if the associated homogeneous system has a unique solution. Thus, the question of uniqueness of solution is especially interesting when the system has the same number of equations as variables.
- Definition 3.12
A square matrix is nonsingular if it is the matrix of coefficients of a homogeneous system with a unique solution.
It is singular otherwise, that is, if it is the matrix of coefficients of a homogeneous system with infinitely many solutions.- Example 3.13
The systems from Example 3.3, Example 3.5 and Example 3.9 each have an associated homogeneous system with a unique solution. Thus these matrices are nonsingular.
The Chemistry problem from Example 3.6 is a homogeneous system with more than one solution so its matrix is singular.
- Example 3.14
The first of these matrices is nonsingular while the second is singular
because the first of these homogeneous systems has a unique solution while the second has infinitely many solutions.
We have made the distinction in the definition because a system with the same number of equations as variables behaves in one of two ways, depending on whether its matrix of coefficients is nonsingular or singular. A system where the matrix of coefficients is nonsingular has a unique solution for any constants on the right side: for instance, Gauss' method shows that this system
has the unique solution x=b-2a and y = 3a − b / 2. On the other hand, a system where the matrix of coefficients is singular never has a unique solution— it has either no solutions or else has infinitely many, as with these.
The above table has two factors.We have already considered the factor along the top: we can tell which column a given linear system goes in solely by considering the system's left-hand side— the constants on the right-hand side play no role in this factor. The table's other factor, determining whether a particular solution exists, is tougher. Consider these two
with the same left sides but different right sides. Obviously, the first has a solution while the second does not, so here the constants on the right side decide if the system has a solution. We could conjecture that the left side of a linear system determines the number of solutions while the right side determines if solutions exist, but that guess is not correct. Compare these two systems
with the same right sides but different left sides. The first has a solution but the second does not. Thus the constants on the right side of a system don't decide alone whether a solution exists; rather, it depends on some interaction between the left and right sides.
For some intuition about that interaction, consider this system with one of the coefficients left as the parameter c.
If c = 2 this system has no solution because the left-hand side has the third row as a sum of the first two, while the right-hand does not. If
this system has a unique solution try it with c=1. For a system to have a solution, if one row of the matrix of coefficients on the left is a linear combination of other rows, then on the right the constant from that row must be the same combination of constants from the same rows.
More intuition about the interaction comes from studying linear combinations. That will be our focus in the second chapter, after we finish the study of Gauss' method itself in the rest of this chapter.
[edit] Exercises
- This exercise is recommended for all readers.
- Problem 1
Solve each system. Express the solution set using vectors. Identify the particular solution and the solution set of the homogeneous system.
- Answer
For the arithmetic to these, see the answers from the prior subsection.
1. The solution set is
Here the particular solution and the solution set for the associated homogeneous system are
2. The solution set is
The particular solution and the solution set for the associated homogeneous system are
3. The solution set is
A particular solution and the solution set for the associated homogeneous system are
4. The solution set is a singleton
A particular solution and the solution set for the associated homogeneous system are
5. The solution set is
A particular solution and the solution set for the associated homogeneous system are
6. This system's solution set is empty. Thus, there is no particular solution. The solution set of the associated homogeneous system is
- Problem 2
Solve each system, giving the solution set in vector notation. Identify the particular solution and the solution of the homogeneous system.
- Answer
The answers from the prior subsection show the row operations.
1. The solution set is
A particular solution and the solution set for the associated homogeneous system are
2. The solution set is
A particular solution and the solution set for the associated homogeneous system are
3. The solution set is
A particular solution and the solution set for the associated homogeneous system are
4. The solution set is
A particular solution and the solution set for the associated homogeneous system are
- This exercise is recommended for all readers.
- Problem 3
For the system
which of these can be used as the particular solution part of some general solution?
- Answer
Just plug them in and see if they satisfy all three equations.
- No.
- Yes.
- Yes.
- This exercise is recommended for all readers.
- Problem 4
Lemma 3.8 says that any particular solution may be used for
. Find, if possible, a general solution to this system
that uses the given vector as its particular solution.
- Answer
Gauss' method on the associated homogeneous system gives
so this is the solution to the homogeneous problem:
1. That vector is indeed a particular solution, so the required general solution is
2. That vector is a particular solution so the required general solution is
- Problem 5
One of these is nonsingular while the other is singular. Which is which?
- Answer
- This exercise is recommended for all readers.
- Problem 6
Singular or nonsingular?


— Careful!

- Answer
1. Nonsingular:
ends with each row containing a leading entry.
2. Singular:
ends with row 2 without a leading entry.
3. Neither. A matrix must be square for either word to apply.
4. Singular.
5. Nonsingular.- This exercise is recommended for all readers.
- Problem 7
Is the given vector in the set generated by the given set?
- Answer
In each case we must decide if the vector is a linear combination of the vectors in the set.
1. Yes. Solve
with
to conclude that there are c1 and c2 giving the combination.
2. No. The reduction
shows that
has no solution.
3. Yes. The reduction
shows that there are infinitely many ways
to write
4. No.
Look at the third components.- Problem 8
Prove that any linear system with a nonsingular matrix of coefficients has a solution, and that the solution is unique.
- Answer
Because the matrix of coefficients is nonsingular, Gauss' method ends with an echelon form where each variable leads an equation. Back substitution gives a unique solution.
Another way to see the solution is unique is to note that with a nonsingular matrix of coefficients the associated homogeneous system has a unique solution, by definition. Since the general solution is the sum of a particular solution with each homogeneous solution, the general solution has at most one element.- Problem 9
To tell the whole truth, there is another tricky point to the proof of Lemma 3.7. What happens if there are no non-`0 = 0' equations? There aren't any more tricky points after this one.
- Answer
In this case the solution set is all of
, and can be expressed in the required form
- This exercise is recommended for all readers.
- Problem 10
Prove that if
and
satisfy a homogeneous system then so do these vectors.


for 
What's wrong with: ``These three show that if a homogeneous system has one solution then it has many solutions— any multiple of a solution is another solution, and any sum of solutions is a solution also— so there are no homogeneous systems with exactly one solution.?
- Answer
Assume
and write
Also let
be the i-th equation in the homogeneous system.
- The check is easy:
- This one is similar:
- This one is not much harder:

What is wrong with that argument is that any linear combination of the
zero vector yields the zero vector again.- Problem 11
Prove that if a system with only rational coefficients and constants has a solution then it has at least one all-rational solution. Must it have infinitely many?
- Answer
First the proof.
Gauss' method will use only rationals e.g.,
. Thus the solution set can be expressed using only rational numbers as the components of each vector. Now the particular solution is all rational.














![\xrightarrow[-3\rho_2+\rho_4]{-\rho_2+\rho_3}](http://upload.wikimedia.org/math/e/8/c/e8ce60be8caef9cf307d4c2effa72fe4.png)


















![\xrightarrow[-\rho_1+\rho_3]{-2\rho_1+\rho_2}](http://upload.wikimedia.org/math/9/5/b/95b41fc0e892dabbe4f075d2e38c7662.png)
































































































