\documentclass[12pt]{article}
\input{../macros.tex}
\begin{document}

\thispagestyle{plain}

\setcounter{session}{6}
\begin{center}
\textbf{18.06 Session 6}
\end{center}


\begin{problem} (3.1 \#30.  {\em Introduction to Linear Algebra:} Strang) Suppose $\vb S$ and $\vb T$ are two subspaces of a vector space $\vb V.$

\bigskip

\noindent (a) \textbf{Definition:} The sum $\vb S + \vb T$ contains all sums $\vb s + \vb t$ of a vector $\vb s$ in $\vb S$ and a vector $\vb t$ in $\vb T.$ Show that $\vb S + \sb T$ satisfies the requirements (addition and scalar multiplication) for a vector space.

\bigskip

\noindent(b) If $\vb S$ and $\vb T$ are lines in $\vb R^m$, what is the difference between $\vb S + \vb T$ and $\vb S \cup \vb T$? That union contains all vectors from $\vb S$ and $\vb T$ or both. Explain this statement: \textit{The span of $\vb S \cup \vb T$ is $\vb S + \vb T$.}  
\end{problem}

\begin{solution} \hspace{2pt}

\bigskip

\noindent(a) Let $\vb s, \vb s'$ be vectors in $\vb S,$ let $\vb t, \vb t'$ by vectors in $\vb T,$ and let $c$ be a scalar. Then

$$(\vb s + \vb t) + (\vb s' + \vb t') = (\vb s + \vb s') + (\vb t + \vb t') \text{ and } c(\vb s + \vb t) = c\vb s + c \vb t.$$

Thus $\vb S + \vb T$ is closed under addition and scalar multiplication; in other words, it satisfies the two requirements for a vector space.

\bigskip

\noindent(b) If $\vb S$ and $\vb T$ are distinct lines, then $\vb S + \vb T$ is a plane, whereas $\vb S \cup \vb T$ is not even closed under addition. The span of $\vb S \cup \vb T$ is the set of all combinations of vectors in this union. In particular, it contains all sums $\vb s + \vb t$ of a vector $\vb s$ in $\vb S$ and a vector $\vb t$ in $\vb T,$ and these sums form $\vb S + \vb T.$ On the other hand, $\vb S + \vb T$ contains both $\vb S$ and $\vb T$; so it contains $\vb S \cup \vb T$. Further, $\vb S + \vb T$ is a vector space. So it contains all combinations of vectors in itself; in particular, it contains the span of $\vb S \cup \vb T.$ Thus the span of $\vb S \cup \vb T$ is $\vb S + \vb T.$

\end{solution}

\begin{problem} (3.2 \#18.) The plane $x - 3y - z = 12$ is parallel to the plane $x - 3y - x = 0$. One particular point on this plane is $(12,0,0).$ All points on the plane have the form (fill in the first components)

\vspace{10pt}

$$\threebyone x y z = \threebyone {} 0 0 + y \threebyone {} 1 0 + z \threebyone {} 0 1.$$ 

\end{problem}

\begin{solution} The equation $x = 12 + 3y + z$ says it all:

$$\threebyone x y z \left(=\threebyone {12 + 3y + z} y z \right) = \threebyone {\framebox{$\mathbf{12}$}} 0 0 + y \threebyone {\framebox{$\mathbf{3}$}} 1 0 + z \threebyone {\framebox{$\mathbf{1}$}} 0 1.$$ 
\end{solution}

\begin{problem} (3.2 \#36.) How is the nullspace $\mathbf{N}(C)$ related to the spaces $\mathbf{N}(a)$ and $\mathbf{N}(B),$ if $C = \twobyone A B$?
\end{problem}

\begin{solution} $\mathbf{N}(C) = \mathbf{N}(A) \cap \mathbf{N}(B)$ just the intersection: Indeed,

$$C\vb x = \twobyone {A\vb x} {B \vb x}  $$

\noindent so that $C\vb x =0$ if and only if $A\vb x = 0 $ and $B \vb x =0.$
\end{solution}


\end{document}