Interpretations of Solving Linear System
2 x 2:
Solve:
\[\begin{cases} 2x - y = 4 & (1) \\ x + 3y = 9 & (2) \end{cases}\]Solve by elimination & substitution:
\[ \begin{gathered} (1) \implies y = 2x - 4 \\[0.5em] (2) \implies x + 3(2x - 4) = 9 \\[0.5em] 7x = 9 + 12 = 21 \end{gathered} \]Hence \( x = 3, \quad y = 2(3) - 4 = 2 \)
Solution: \( (x, y) = (3, 2) \), or \( \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 3 \\ 2 \end{pmatrix} \)
(I) Finding intersection between 2 st. lines (Look at each equation or row)
Figure 1
(II) Writing vector as Linear Combinations (Look at "columns")
\[\begin{cases} 2x - y = 4 \\ x + 3y = 9 \end{cases}\]vector addition
\[\begin{pmatrix} 2x \\ x \end{pmatrix} + \begin{pmatrix} -y \\ 3y \end{pmatrix} = \begin{pmatrix} 4 \\ 9 \end{pmatrix}\]scalar multiplication
\[x\begin{pmatrix} 2 \\ 1 \end{pmatrix} + y\begin{pmatrix} -1 \\ 3 \end{pmatrix} = \begin{pmatrix} 4 \\ 9 \end{pmatrix}\]x and y are unknowns
(II) Writing vector as Linear Combinations (Look at "columns")
Figure 2
Find x & y:
\[ \begin{gathered} x\begin{pmatrix} 2 \\ 1 \end{pmatrix} + y\begin{pmatrix} -1 \\ 3 \end{pmatrix} = \begin{pmatrix} 4 \\ 9 \end{pmatrix} \\[0.5em] 3\begin{pmatrix} 2 \\ 1 \end{pmatrix} + 2\begin{pmatrix} -1 \\ 3 \end{pmatrix} = \begin{pmatrix} 4 \\ 9 \end{pmatrix} \end{gathered} \](these 2 x's are not the same: the x in the diagram and the x as in x-axis.)
(III) Linear Transformation of Vectors
\[\begin{pmatrix} x \\ y \end{pmatrix} \xrightarrow{T} T\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 2x - y \\ x + 3y \end{pmatrix} = \begin{pmatrix} p \\ q \end{pmatrix}\]Figure 3
(III) Linear Transformation of Vectors
\[\begin{pmatrix} x \\ y \end{pmatrix} \xrightarrow{T} T\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 2x - y \\ x + 3y \end{pmatrix} = \begin{pmatrix} p \\ q \end{pmatrix}\]Solving \( \begin{cases} 2x - y = 4 \\ x + 3y = 9 \end{cases} \) is equivalent to finding \( \begin{pmatrix} x \\ y \end{pmatrix} \) such that \( T\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 4 \\ 9 \end{pmatrix} \)
(ie. \( \begin{pmatrix} 4 \\ 9 \end{pmatrix} \) is the image of \( \begin{pmatrix} x \\ y \end{pmatrix} \) under \( T \).)
(III) Linear Transformation of Vectors
\[\begin{pmatrix} x \\ y \end{pmatrix} \xrightarrow{T} T\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 2x - y \\ x + 3y \end{pmatrix} = \begin{pmatrix} p \\ q \end{pmatrix}\]Solving \( \begin{cases} 2x - y = 4 \\ x + 3y = 9 \end{cases} \) is equivalent to finding \( \begin{pmatrix} x \\ y \end{pmatrix} \) such that \( T\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 4 \\ 9 \end{pmatrix} \)
(ie. \( \begin{pmatrix} x \\ y \end{pmatrix} \) is the pre-image of \( \begin{pmatrix} 4 \\ 9 \end{pmatrix} \) under \( T \).)
(III) Linear Transformation of Vectors
\[\begin{pmatrix} x \\ y \end{pmatrix} \xrightarrow{T} T\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 2x - y \\ x + 3y \end{pmatrix} = \begin{pmatrix} p \\ q \end{pmatrix}\]Figure 4
Example in \( \mathbb{R}^3 \)
3 × 3 system: (*)
\[\begin{cases} x + 2y + z = 1 &\text{(1)} \\ 3x + y + 4z = 0 &\text{(2)} \\ 2x + 2y + 3z = 2 &\text{(3)} \end{cases}\]Note
Each equation represents a plane in \( \mathbb{R}^3 \)
Figure 5
(I) Solving (*) is to find the intersection between 3 planes in \( \mathbb{R}^3 \)
Figure 6
(II) Writing Vector as linear Combination
\[ \begin{gathered} \begin{pmatrix} x + 2y + z = 1 \\ 3x + y + 4z = 0 \\ 2x + 2y + 3z = 2 \end{pmatrix} \\[0.5em] \begin{pmatrix} x \\ 3x \\ 2x \end{pmatrix} + \begin{pmatrix} 2y \\ y \\ 2y \end{pmatrix} + \begin{pmatrix} z \\ 4z \\ 3z \end{pmatrix} = \begin{pmatrix} 1 \\ 0 \\ 2 \end{pmatrix} \\[0.5em] x \begin{pmatrix} 1 \\ 3 \\ 2 \end{pmatrix} + y \begin{pmatrix} 2 \\ 1 \\ 2 \end{pmatrix} + z \begin{pmatrix} 1 \\ 4 \\ 3 \end{pmatrix} = \begin{pmatrix} 1 \\ 0 \\ 2 \end{pmatrix} \end{gathered} \](II) Writing Vector as linear Combination
Figure 7
Find \( x, y, z \):
\[x \begin{pmatrix} 1 \\ 3 \\ 2 \end{pmatrix} + y \begin{pmatrix} 2 \\ 1 \\ 2 \end{pmatrix} + z \begin{pmatrix} 1 \\ 4 \\ 3 \end{pmatrix} = \begin{pmatrix} 1 \\ 0 \\ 2 \end{pmatrix}\](III) Linear Transformation
Figure 8
Find \( \begin{pmatrix} x \\ y \\ z \end{pmatrix} \) such that \( T\begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 1 \\ 0 \\ 2 \end{pmatrix} \)
Solution of (*) (Using elimination & substitution)
\[\begin{cases} x + 2y + z = 1 & (1) \\ 3x + y + 4z = 0 & (2) \\ 2x + 2y + 3z = 2 & (3) \end{cases}\](1) \(\Rightarrow\) \( x = 1 - 2y - z \)
(2) \(\Rightarrow\) \( 3(1 - 2y - z) + y + 4z = 0 \Rightarrow -5y + z = -3 \)
(3) \(\Rightarrow\) \( 2(1 - 2y - z) + 2y + 3z = 2 \Rightarrow -2y + z = 0 \)
\[ \begin{gathered} y = 1 \qquad z = 2 \\[0.5em] x = 1 - 2(1) - 2 = -3 \end{gathered} \]Solution: \( \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} -3 \\ 1 \\ 2 \end{pmatrix} \)
"Just to make sure":
(I):
\[\begin{cases} (-3) + 2(1) + (2) = 1 \\ 3(-3) + (1) + 4(2) = 0 \\ 2(-3) + 2(1) + 3(2) = 2 \end{cases}\](II):
\[-3 \begin{pmatrix} 1 \\ 3 \\ 2 \end{pmatrix} + 1 \begin{pmatrix} 2 \\ 1 \\ 2 \end{pmatrix} + 2 \begin{pmatrix} 1 \\ 4 \\ 3 \end{pmatrix} = \begin{pmatrix} 1 \\ 0 \\ 2 \end{pmatrix}\]