Skip to main content

Section 16.1 Interpretation Via Rows

We know that a linear equation in two variables can be interpreted as the equation of a line in the plane. For example the equation

\begin{equation*} 2x+3y=6 \end{equation*}

can be interpreted as a line of slope \(-\frac{2}{3}\) and with a \(y\)-intercept of \(2\text{.}\) Thus, for a system of linear equations involving two variables each row can be interpreted as a line in the plane and finding the solution to this system can be thought of as finding all of those points in the plane (if any) that lie on all of the lines. (We had several examples last week where we interpreted systems involving just two linear equations this way.)

Solve the following system of linear equations and interpret the result geometrically.

\begin{align*} 2x+3y \amp=6\\ -x+2y \amp=2\\ 3x-2y \amp=-3 \end{align*}
Solution.

Forming the augmented matrix and row reducing it to reduced row-echelon form gives

\begin{equation*} \begin{pmatrix} 2 \amp 3 \amp 6 \\ -1 \amp 2 \amp 2 \\ 3 \amp -2 \amp -3 \end{pmatrix} \sim \begin{pmatrix} 1 \amp 0 \amp \frac{6}{7} \\ 0 \amp 1 \amp \frac{10}{7} \\ 0 \amp 0 \amp -\frac{19}{7} \end{pmatrix} \end{equation*}

We can see from the reduced row-echelon form that this system of equations is inconsistent. The geometric interpretation of this is that there is no point in the plane that lies on all three lines, as can be seen in Figure 16.1.2.

Figure 16.1.2.

For systems of linear equations involving three unknowns each equation (or alternatively each row in the augmented matrix) can be thought of as representing a plane in \(\mathbb{R}^3\text{,}\) i.e. in three dimensions. Recall that the Cartesian equation of the plane that is normal to the vector \(\mathbf{n}=\langle a,b,c \rangle\) and passes through the point \((x_0,y_0,z_0)\) is

\begin{equation*} ax+by+cz=k \textrm{ where } k=ax_0+by_0+cz_0 \end{equation*}

i.e. a linear equation in three variables. Thus the solution to a system of linear equations in \(3\) variables can be interpreted as those points in \(\mathbb{R}^3\) (if any) that lie on all of the planes in the system.

Solve the following system of linear equations and interpret your answer geometrically (in terms of the rows).

\begin{align*} x_1+2x_2+3x_3 \amp =-3\\ 4x_1+3x_2+2x_3 \amp=8\\ -x_1+3x_2+7x_3 \amp=-17 \end{align*}
Solution.

Forming the augmented matrix and row reducing it to reduced row-echelon form gives

\begin{equation*} \begin{pmatrix} 1 \amp 2 \amp 3 \amp -3 \\ 4 \amp 3 \amp 2 \amp 8 \\ -1 \amp 3 \amp 7 \amp -17 \end{pmatrix} \sim \begin{pmatrix} 1 \amp 0 \amp -1 \amp 5 \\ 0 \amp 1 \amp 2 \amp -4 \\ 0 \amp 0 \amp 0 \amp 0 \end{pmatrix} \end{equation*}

From the reduced row-echelon form we can see that the solution set is

\begin{equation*} (x,y,z)=(5+t,-4-2t,t), \hspace{5mm} t\in\mathbb{R} \end{equation*}

The geometric interpretation of this solution, as shown in Figure 16.1.4, is that the \(3\) planes intersect in the line with vector equation

\begin{equation*} (x,y,z)=(5,-4,0)+t(1,-2,1) \end{equation*}

i.e. the line passing through the point \((5,-4,0)\) and parallel to the vector \((1,-2,1)\)

Figure 16.1.4.

A linear equation in more than \(n\) variables (where \(n\gt 3\)) is said to represent an “\(n\)-dimensional hyperplane”. The geometric interpretation (in terms of rows) of the solution to a system of linear equations involving such equations would be the set of \(n\)-dimensional points that lie on all of the hyperplanes. Obviously drawing pictures for such systems is not possible.

Exercises Example Tasks

1.

What would you expect the reduced row-echelon form of the augmented matrix associated with the system of equations for \(4\) lines in space meeting a point to look like.

2.

Solve the following system of linear equations and interpret your answer geometrically (in terms of the rows).

\begin{align*} x_1+2x_2+3x_3 \amp=4\\ 4x_1+3x_2+2x_3 \amp=1\\ 2x_1+3x_2+4x_3 \amp =1 \end{align*}

3.

What form would you expect the reduced row-echelon form of the augmented matrix associated with the system of equations for \(3\) distinct parallel planes to take.