Skip to main content

Recitation 8A

Definition: A subspace is a subset SS of Rn\mathbb{R}^n satisfying (1) the zero vector is in SS; (2) if u\mathbf{u} and v\mathbf{v} are in SS, then u+v\mathbf{u}+\mathbf{v} is in SS; (3) if u\mathbf{u} is in SS, then cuc\mathbf{u} is in SS for all cRc\in\mathbb{R}.

Problem 1: Why the following sets are not subspace of R2\mathbb{R}^2? S1={x0,y0},S2={xy0},S3={x1},S4={x+y0}.S_1=\{x\geq 0, y\geq 0\}, S_2=\{xy \leq 0\}, S_3=\{|x|\leq 1\}, S_4=\{x+y\leq 0\}.

Solution: Pick (1,1)(1,1) from S1S_1. But (1,1)=(1)(1,1)(-1,-1)=(-1)(1,1) is not in S1S_1. This violates property (3). Pick (1,0),(0,1)(1,0),(0,1) from S2S_2. But (1,1)=(1,0)+(0,1)(1,1)=(1,0)+(0,1) is not in S2S_2. This violates property (2). Pick (1,0)(1,0) from S3S_3. But (2,0)=2(1,0)(2,0)=2(1,0) is not in S3S_3. This violates property (3). Pick (1,1)(-1,-1) from S4S_4. But (1,1)=(1)(1,1)(1,1)=(-1)(-1,-1) is not in S4S_4. This violates property (3).

Definition: The column space of a matrix MM is the subspace generated by the column vectors of MM. The null space of MM is the solution set of Mx=0M\mathbf{x}=\mathbf{0}.

Problem 2: Construct bases for the column space and the null space of AA, where A=[4592651123483]A=\begin{bmatrix}4&5&9&-2\\6&5&1&12\\3&4&8&-3\end{bmatrix} whose echelon form is given by B=[126501560000]B=\begin{bmatrix}1&2&6&-5\\0&1&5&-6\\0&0&0&0\end{bmatrix}.

Solution: The pivot columns of AA, [463],[554]\begin{bmatrix}4\\6\\3\end{bmatrix}, \begin{bmatrix}5\\5\\4\end{bmatrix} form a basis of the column space of AA. To get the null space, we need to solve the linear system Ax=0A\mathbf{x}=\mathbf{0}. Using the echelon form of AA, we get x2=5x3+6x4,x1=2x26x3+5x4=2(5x3+6x4)6x3+5x4=4x37x4x_2=-5x_3+6x_4, x_1=-2x_2-6x_3+5x_4=-2(-5x_3+6x_4)-6x_3+5x_4=4x_3-7x_4. In its parametric vector form, the solution set can be written as [x1x2x3x4]=[4510]x3+[4601]x4\begin{bmatrix}x_1\\x_2\\x_3\\x_4\end{bmatrix}=\begin{bmatrix}4\\-5\\1\\0\end{bmatrix}x_3+\begin{bmatrix}4\\6\\0\\1\end{bmatrix}x_4. Therefore [4510]\begin{bmatrix}4\\-5\\1\\0\end{bmatrix} and [4601]\begin{bmatrix}4\\6\\0\\1\end{bmatrix} form a basis of the null space.

Problem 3: Find B\mathcal{B}-coordinate vector of x\mathbf{x}, where B\mathcal{B} is a subspace with basis b1=[143],b2=[275]\mathbf{b_1}=\begin{bmatrix}1\\4\\-3\end{bmatrix}, \mathbf{b_2}=\begin{bmatrix}-2\\-7\\5\end{bmatrix}, and x=[297]\mathbf{x}=\begin{bmatrix}2\\9\\-7\end{bmatrix}.

Solution: Suppose (x1,x2)(x_1,x_2) is the B\mathcal{B}-coordinate vector of x\mathbf{x}. Then x1b1+x2b2=xx_1\mathbf{b_1}+x_2\mathbf{b_2}=\mathbf{x}. Solve the linear system and get (x1,x2)=(4,1)(x_1,x_2)=(4,-1).

Problem 4: Is λ=2\lambda=2 an eigenvalue of A=[3238]A=\begin{bmatrix}3 & 2 \\ 3 & 8\end{bmatrix}?

Solution: Since the determinant of AλI=[1236]A-\lambda I=\begin{bmatrix}1&2\\3&6\end{bmatrix} is zero, AλIA-\lambda I is not invertible. Therefore 22 is indeed an eigenvalue of AA.