Skip to content

Commit 3694dab

Browse files
incorporating vector equations into AT3 (#901)
* incorporating vector equations into AT3 * Update source/linear-algebra/source/03-AT/03.ptx Co-authored-by: Steven Clontz <steven.clontz@gmail.com> * Update source/linear-algebra/source/03-AT/03.ptx Co-authored-by: Steven Clontz <steven.clontz@gmail.com> * Update source/linear-algebra/source/03-AT/03.ptx Co-authored-by: Steven Clontz <steven.clontz@gmail.com> --------- Co-authored-by: Steven Clontz <steven.clontz@gmail.com>
1 parent 5c85a2a commit 3694dab

1 file changed

Lines changed: 100 additions & 29 deletions

File tree

  • source/linear-algebra/source/03-AT

source/linear-algebra/source/03-AT/03.ptx

Lines changed: 100 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -165,35 +165,79 @@ the set of all vectors that transform into <m>\vec 0</m>?
165165
<activity estimated-time='10'>
166166
<introduction>
167167
<p>
168-
Let <m>T: \IR^3 \rightarrow \IR^2</m> be the linear transformation given by the
169-
standard matrix
170-
<me>T\left( \left[\begin{array}{c} x \\ y \\ z \end{array}\right]\right) = \left[\begin{array}{c} 3x+4y-z \\ x+2y+z \end{array}\right]</me>
168+
Let <m>T: \IR^3 \rightarrow \IR^2</m> be the linear transformation with the following standard matrix:
169+
<me>A=\left[\begin{array}{ccc} 3 &amp; 4 &amp; -1 \\ 1 &amp; 2 &amp; 1 \end{array}\right]
170+
=\left[\begin{array}{ccc} T(\vec e_1) &amp; T(\vec e_2) &amp; T(\vec e_3)\end{array}\right].</me>
171171
</p>
172172
</introduction>
173-
<task>
173+
<task>
174+
<statement>
175+
<p>
176+
Which of the following vectors is an element of <m>\ker T</m>?
177+
</p>
178+
<ol marker="A." cols="3">
179+
<li>
180+
<p>
181+
<m>\left[\begin{array}{c}1\\1\\1\end{array}\right]</m>
182+
</p>
183+
</li>
184+
<li>
185+
<p>
186+
<m>\left[\begin{array}{c}3\\-2\\1\end{array}\right]</m>
187+
</p>
188+
</li>
189+
<li>
190+
<p>
191+
<m>\left[\begin{array}{c}4\\-3\\1\\1\end{array}\right]</m>
192+
</p>
193+
</li>
194+
</ol>
195+
</statement>
196+
</task>
197+
<task>
198+
<statement>
199+
<p>
200+
In general, <m>\ker T</m> is the set of solutions to the equation:
201+
<me>
202+
T\left(\vec{x}\right)=T\left(\left[\begin{array}{c}x_1\\x_2\\x_3\end{array}\right]\right)
203+
=x_1\left[\begin{array}{c}\unknown\\\unknown\end{array}\right]
204+
+x_2\left[\begin{array}{c}\unknown\\\unknown\end{array}\right]+x_3\left[\begin{array}{c}\unknown\\\unknown\end{array}\right]=\left[\begin{array}{c}0\\0\end{array}\right].
205+
</me>
206+
Complete and solve this vector equation to find <m>\ker T</m>.
207+
</p>
208+
</statement>
209+
</task>
210+
</activity>
211+
<sage language="octave">
212+
</sage>
213+
214+
<observation xml:id="observation-kernel-homogeneous-solution">
215+
<statement>
174216
<p>
175-
Set
176-
<m>
177-
T\left(\left[\begin{array}{c}x\\y\\z\end{array}\right]\right)
178-
=
179-
\left[\begin{array}{c}0\\0\end{array}\right]
180-
</m> to find a linear system of equations whose solution set is the kernel.
217+
The kernel of a transformation <m>T</m>
218+
is exactly the solution space of
219+
the homogeneous equation <m>T(\vec{x})=\vec{0}</m>.
220+
If its standard matrix is <m>A</m>, then we may write
221+
<m>A\vec x=\vec 0</m> and use <m>\RREF[A\,|\,\vec 0]</m> to
222+
find this kernel.
181223
</p>
182-
</task>
183-
<task>
184224
<p>
185-
Use <m>\RREF(A)</m> to solve this homogeneous system of equations and find a basis
186-
for the kernel of <m>T</m>.
225+
In particular, the kernel is a subspace of the transformation's
226+
domain, and has a basis which may be found as in
227+
<xref ref="fact-solution-space-basis"/>:
228+
<me>
229+
\ker T=\left\{\left[\begin{array}{c}3a\\-2a\\a\end{array}\right]\middle|
230+
a\in\IR\right\} \hspace{2em}
231+
\text{Basis for }\ker T=\left\{\left[\begin{array}{c}3\\-2\\1\end{array}\right]\right\}.
232+
</me>
187233
</p>
188-
</task>
189-
</activity>
190-
<sage language="octave">
191-
</sage>
234+
</statement>
235+
</observation>
192236

193237
<activity estimated-time='10'>
194238
<statement>
195239
<p>
196-
Let <m>T: \IR^4 \rightarrow \IR^3</m> be the linear transformation given by
240+
Let <m>T: \IR^4 \rightarrow \IR^3</m> be the linear transformation whose standard matrix is:
197241
<me> T\left(\left[\begin{array}{c} x \\ y \\ z \\ w \end{array}\right] \right) =
198242
\left[\begin{array}{c} 2x+4y+2z-4w \\ -2x-4y+z+w \\ 3x+6y-z-4w\end{array}\right].</me>
199243
</p>
@@ -389,25 +433,52 @@ the set of all vectors that are the result of using <m>T</m> to transform
389433
<task>
390434
<statement>
391435
<p>
392-
Determine if <m>\left[\begin{array}{c} 12 \\ 3 \\ 3 \end{array}\right]</m> belongs to
393-
<m>\Im T</m>.
436+
Which of the following statements is most helpful in deciding if <m>\left[\begin{array}{c} 12 \\ 3 \\ 3 \end{array}\right]</m> is an element of <m>\Im T</m>?
394437
</p>
438+
<ol marker="A.">
439+
<li>
440+
<p>
441+
The equation <m>T\left(\left[\begin{array}{c} x_1 \\ x_2 \\ x_3 \\ x_4 \end{array}\right]\right)=\left[\begin{array}{c} 12 \\ 3 \\ 3 \end{array}\right]</m> has infinitely many solutions.
442+
</p>
443+
</li>
444+
<li>
445+
<p>
446+
The equation <m>T\left(\left[\begin{array}{c} x_1 \\ x_2 \\ x_3 \\ x_4 \end{array}\right]\right)=\left[\begin{array}{c} 12 \\ 3 \\ 3 \end{array}\right]</m> has at least one solution.
447+
</p>
448+
</li>
449+
<li>
450+
<p>
451+
The equation <m>T\left(\left[\begin{array}{c} x_1 \\ x_2 \\ x_3 \\ x_4 \end{array}\right]\right)=\left[\begin{array}{c} 12 \\ 3 \\ 3 \end{array}\right]</m> has no solutions.
452+
</p>
453+
</li>
454+
<li>
455+
<p>
456+
The equation <m>T\left(\left[\begin{array}{c} x_1 \\ x_2 \\ x_3 \\ x_4 \end{array}\right]\right)=\left[\begin{array}{c} 0 \\ 0 \\ 0 \end{array}\right]</m> has at least one solution.
457+
</p>
458+
</li>
459+
</ol>
395460
</statement>
396461
</task>
397462
<task>
398-
<statement>
399-
<p>
400-
Determine if <m>\left[\begin{array}{c} 1 \\ 1 \\ 1 \end{array}\right]</m> belongs to
401-
<m>\Im T</m>.
402-
</p>
403-
</statement>
463+
<statement>
464+
<p>
465+
Translate your choice into a statement about a specific vector equation and use it to determine whether or not the vector <m>\left[\begin{array}{c} 12 \\ 3 \\ 3 \end{array}\right]</m> is an element of <m>\Im T</m>.
466+
</p>
467+
</statement>
468+
</task>
469+
<task>
470+
<statement>
471+
<p>
472+
Determine whether or not the vector <m>\left[\begin{array}{c} 1 \\ 1 \\ 1 \end{array}\right]</m> is an element of <m>\Im T</m> by analyzing an appropriate vector equation.
473+
</p>
474+
</statement>
404475
</task>
405476
<task>
406477
<statement>
407478
<p>
408-
An arbitrary vector <m>\left[\begin{array}{c}\unknown\\\unknown\\\unknown\end{array}\right]</m> belongs to
479+
In general, an arbitrary vector <m>\left[\begin{array}{c}\unknown\\\unknown\\\unknown\end{array}\right]</m> belongs to
409480
<m>\Im T</m> provided the equation
410-
<me>x_1 T(\vec{e}_1)+x_2 T(\vec{e}_2)+x_3T(\vec{e}_3)+x_4T(\vec{e}_4)=\vec{w}</me> has...
481+
<me>x_1 T(\vec{e}_1)+x_2 T(\vec{e}_2)+x_3T(\vec{e}_3)+x_4T(\vec{e}_4)=\left[\begin{array}{c}\unknown\\\unknown\\\unknown\end{array}\right]</me> has...
411482
<ol marker="A.">
412483
<li>no solutions.</li>
413484
<li>exactly one solution.</li>

0 commit comments

Comments
 (0)