Skip to main content
Logo image

Section 2.7 Homogeneous Linear Systems (EV7)

Subsection 2.7.1 Warmup

Remark 2.7.1.

Recall from SectionΒ 2.3 that a homogeneous system of linear equations is one of the form:
\begin{alignat*}{5} a_{11}x_1 &\,+\,& a_{12}x_2 &\,+\,& \dots &\,+\,& a_{1n}x_n &\,=\,& 0 \\ a_{21}x_1 &\,+\,& a_{22}x_2 &\,+\,& \dots &\,+\,& a_{2n}x_n &\,=\,& 0 \\ \vdots& &\vdots& && &\vdots&&\vdots\\ a_{m1}x_1 &\,+\,& a_{m2}x_2 &\,+\,& \dots &\,+\,& a_{mn}x_n &\,=\,& 0 \end{alignat*}
This system is equivalent to the vector equation:
\begin{equation*} x_1 \vec{v}_1 + \cdots+x_n \vec{v}_n = \vec{0} \end{equation*}
and the augmented matrix:
\begin{equation*} \left[\begin{array}{cccc|c} a_{11} & a_{12} & \cdots & a_{1n} & 0\\ a_{21} & a_{22} & \cdots & a_{2n} & 0\\ \vdots & \vdots & \ddots & \vdots & \vdots\\ a_{m1} & a_{m2} & \cdots & a_{mn} & 0 \end{array}\right]. \end{equation*}

Activity 2.7.2.

Subsection 2.7.2 Class Activities

Activity 2.7.3.

Consider the homogeneous system of equations
\begin{alignat*}{5} x_1&\,+\,&2x_2&\,\,& &\,+\,& x_4 &=& 0\\ 2x_1&\,+\,&4x_2&\,-\,&x_3 &\,-\,&2 x_4 &=& 0\\ 3x_1&\,+\,&6x_2&\,-\,&x_3 &\,-\,& x_4 &=& 0 \end{alignat*}
(b)
Rewrite this solution space in the following forms
\begin{equation*} \setBuilder{ a \left[\begin{array}{c} \unknown \\ \unknown \\ \unknown \\ \unknown\end{array}\right] + b \left[\begin{array}{c} \unknown \\ \unknown \\ \unknown \\ \unknown \end{array}\right] }{a,b \in \IR} \end{equation*}
\begin{equation*} = \vspan \left\{\left[\begin{array}{c} \unknown \\ \unknown \\ \unknown \\ \unknown\end{array}\right], \left[\begin{array}{c} \unknown \\ \unknown \\ \unknown \\ \unknown \end{array}\right]\right\}\text{.} \end{equation*}
(c)
So, how can we use this to find a basis for the solution space?
  1. Take RREF of an appropriate matrix and remove the vectors that caused a non-pivot row.
  2. Take RREF of an appropriate matrix and remove the vectors that caused a non-pivot column.
  3. Take RREF of an appropriate matrix and remove the vectors that caused a non-pivot row or column.
  4. This set cannot be a basis for the solution space because it will always have in a zero row in the RREF.
Answer.
This is exactly the technique used in SectionΒ 2.6 to find a basis from a set of spanning vectors.

Observation 2.7.4.

To find a basis for the subspace
\begin{equation*} \vspan \left\{\left[\begin{array}{c} -2 \\ 1 \\ 0 \\ 0\end{array}\right], \left[\begin{array}{c} -1 \\ 0 \\ -4 \\ 1 \end{array}\right]\right\} \end{equation*}
we may compute
\begin{equation*} \left[\begin{array}{cc} -2 & -1 \\ 1 & 0 \\ 0 & -4 \\ 0 & 1\end{array}\right] \sim \left[\begin{array}{cc} 1 & 0 \\ 0 & 1 \\ 0 & 0 \\ 0 & 0\end{array}\right]\text{.} \end{equation*}
Because all columns are pivot columns, the set
\begin{equation*} \left\{\left[\begin{array}{c} -2 \\ 1 \\ 0 \\ 0\end{array}\right], \left[\begin{array}{c} -1 \\ 0 \\ -4 \\ 1 \end{array}\right]\right\} \end{equation*}
is already linearly independent and therefore already a basis for the subspace.

Activity 2.7.5.

Consider the homogeneous system of equations
\begin{alignat*}{8} 2x_1&\,+\,&4x_2&\,+\,&2x_3 &\,-\,&3 x_4 &\,+\,&31x_5&\,+\,&2x_6&\,-\,&16x_7&=& 0\\ -1x_1&\,-\,&2x_2&\,+\,&4x_3 &\,-\,&x_4 &\,+\,&2x_5&\,+\,&9x_6&\,+\,&3x_7&=& 0\\ x_1&\,+\,&2x_2&\,+\,&x_3 &\,+\,& x_4 &\,+\,&3x_5&\,+\,&6x_6&\,+\,&7x_7&=& 0 \end{alignat*}
(b)
Rewrite this solution space in the following forms:
\begin{equation*} \setBuilder{ a \left[\begin{array}{c} \unknown \\ \unknown \\ \unknown \\ \unknown\\ \unknown\\ \unknown \\ \unknown\end{array}\right] + b \left[\begin{array}{c} \unknown \\ \unknown \\ \unknown \\ \unknown\\ \unknown\\ \unknown \\ \unknown\end{array}\right]+c \left[\begin{array}{c} \unknown \\ \unknown \\ \unknown \\ \unknown\\ \unknown\\ \unknown \\ \unknown\end{array}\right]+d \left[\begin{array}{c} \unknown \\ \unknown \\ \unknown \\ \unknown\\ \unknown\\ \unknown \\ \unknown\end{array}\right] }{a,b,c,d \in \IR}. \end{equation*}
\begin{equation*} =\vspan\left\{\left[\begin{array}{c} \unknown \\ \unknown \\ \unknown \\ \unknown\\ \unknown\\ \unknown \\ \unknown\end{array}\right], \left[\begin{array}{c} \unknown \\ \unknown \\ \unknown \\ \unknown\\ \unknown\\ \unknown \\ \unknown\end{array}\right],\left[\begin{array}{c} \unknown \\ \unknown \\ \unknown \\ \unknown\\ \unknown\\ \unknown \\ \unknown\end{array}\right],\left[\begin{array}{c} \unknown \\ \unknown \\ \unknown \\ \unknown\\ \unknown\\ \unknown \\ \unknown\end{array}\right]\right\}\text{.} \end{equation*}

Activity 2.7.7.

Consider the homogeneous system of equations
\begin{alignat*}{5} x_1&\,-\,&3x_2&\,+\,& 2x_3 &=& 0\\ 2x_1&\,+\,&6x_2&\,+\,&4x_3 &=& 0\\ x_1&\,+\,&6x_2&\,-\,&4x_3 &=& 0 \end{alignat*}

Activity 2.7.8.

To create a computer-animated film, an animator first models a scene as a subset of \(\mathbb R^3\text{.}\) Then to transform this three-dimensional visual data for display on a two-dimensional movie screen or television set, the computer could apply a linear transformation that maps visual information at the vector \(\left[\begin{array}{c}x\\y\\z\end{array}\right]\in\mathbb R^3\) onto the pixel located at \(\left[\begin{array}{c}x+y\\y-z\end{array}\right]\in\mathbb R^2\text{.}\)
(a)
What homogeneous linear system describes the positions \(\left[\begin{array}{c}x\\y\\z\end{array}\right]\) within the original scene that would be aligned with the pixel \(\left[\begin{array}{c}0\\0\end{array}\right]\) on the screen?
Answer.
\begin{equation*} x+y=0 \end{equation*}
\begin{equation*} y-z=0 \end{equation*}

Subsection 2.7.3 Individual Practice

Activity 2.7.9.

Let \(S=\setList{ \left[\begin{array}{c} -2 \\ 1 \\ 0 \\ 0\end{array}\right], \left[\begin{array}{c} -1 \\ 0 \\ -4 \\ 1 \end{array}\right], \left[\begin{array}{c} 1 \\ 0 \\ -2 \\ 3 \end{array}\right] }\) and \(A=\left[\begin{array}{ccc} -2 & -1 &1\\ 1 & 0 &0\\ 0 & -4 &-2\\ 0 & 1 &3 \end{array}\right];\) note that
\begin{equation*} \RREF(A)=\left[\begin{array}{ccc} 1 & 0 &0\\ 0 & 1 &0\\ 0 & 0 &1\\ 0 & 0 &0 \end{array}\right]. \end{equation*}
The following statements are all invalid for at least one reason. Determine what makes them invalid and, suggest alternative valid statements that the author may have meant instead.
(a)
The matrix \(A\) is linearly independent because \(\RREF(A)\) has a pivot in each column.
(b)
The matrix \(A\) does not span \(\IR^4\) because \(\RREF(A)\) has a row of zeroes.

Subsection 2.7.4 Videos

Figure 23. Video: Polynomial and matrix calculations

Subsection 2.7.5 Exercises

Subsection 2.7.6 Mathematical Writing Explorations

Exploration 2.7.10.

An \(n \times n\) matrix \(M\) is non-singular if the associated homogeneous system with coefficient matrix \(M\) is consistent with one solution. Assume the matrices in the writing explorations in this section are all non-singular.
  • Prove that the reduced row echelon form of \(M\) is the identity matrix.
  • Prove that, for any column vector \(\vec{b} = \left[\begin{array}{c}b_1\\b_2\\ \vdots \\b_n \end{array}\right]\text{,}\) the system of equations given by \(\left[\begin{array}{c|c}M & \vec{b}\end{array} \right]\) has a unique solution.
  • Prove that the columns of \(M\) form a basis for \(\mathbb{R}^n\text{.}\)
  • Prove that the reduced row echelon form of \(M\) has \(n\) pivots.

Subsection 2.7.7 Sample Problem and Solution

Sample problem ExampleΒ B.1.11.