Topic 2 Vector Spaces and Subspaces

This topic focuses on the abstract structure of vector spaces, including tests for linear independence, determining spanning sets, finding bases for Null spaces and Column spaces, understanding the Rank Theorem, and proving whether a given set constitutes a valid subspace.

Question 1: Linear Independence of Vectors

Source: Practice Exam 4, Question 1
Exact Question: Are the vectors v1=[133], v2=[261] and v3=[737] linearly independent?

Methodology:

  1. Objective: Determine if the only solution to the vector equation x1v1+x2v2+x3v3=0 is the trivial solution (x1=x2=x3=0).
  2. Matrix Setup: Form a matrix A where the given vectors are the columns.
  3. Logic: Row reduce the matrix to echelon form.
    • If every column has a pivot, there are no free variables, meaning the trivial solution is the only solution. The vectors are linearly independent.
    • If there is a column without a pivot, free variables exist, meaning there are non-trivial solutions. The vectors are linearly dependent.

Solution:


Question 2: Spanning a Space (R3)

Source: Exam 2, Question 1
Exact Question: Consider the vectors v1=[124], v2=[302], v3=[4412] and v4=[66h]. For which value(s) of h do we have Span{v1,v2,v3,v4}=R3?

Methodology:

  1. Objective: Find the condition on h such that any vector in R3 can be written as a linear combination of the given vectors.
  2. Logic: A set of vectors spans Rm if and only if their corresponding matrix has a pivot position in every row.
  3. Process: Place the vectors as columns in a matrix and row reduce to echelon form. Analyze the bottom row to find the values of h that guarantee a pivot exists there.

Solution:


Question 3: Finding a Basis for Column Space (Col A)

Source: Exam 2, Question 4
Exact Question: Let A=[142528421474]. Find a basis for Col(A).

Methodology:

  1. Definition: The column space (Col A) is the set of all linear combinations of the columns of A.
  2. Logic: The pivot columns of a matrix form a basis for its column space.
  3. Process:
    • Row reduce A to echelon form to identify which columns contain the pivots.
    • Crucial Rule: Always select the columns from the original matrix A, not the echelon form matrix. Row operations change the column space, but they preserve the linear dependence relations between columns.

Solution:


Question 4: Finding a Basis for a Subspace Defined by an Equation (Nul A)

Source: Practice Exam 3, Question 2
Exact Question: Let H be the subspace of R4 described by 3x15x2+4x3=0. Find a basis B for H.

Methodology:

  1. Objective: Find a set of linearly independent vectors that span the solutions to the given equation. This is equivalent to finding a basis for the null space (Nul A) of the matrix representing the equation.
  2. Process:
    • Write the equation as a matrix system Ax=0. Here, A=[3540]. Note the 0 for x4 since it's missing from the equation but the space is R4.
    • Identify the basic variable (pivot) and the free variables.
    • Solve for the basic variable in terms of the free variables.
    • Write the general solution in parametric vector form (x=x2v1+x3v2+x4v3).
    • The vectors attached to the free variables form the basis.

Solution:


Question 5: The Rank Theorem and Subspace Dimensions

Source: Exam 2, Question 3
Exact Question: Suppose A is a matrix with 4 pivot positions. In addition, suppose that the solution set to the equation Ax=b for a certain vector b takes the form x=v1+sv2+tv3, where the set {v1,v2,v3} is linearly independent. How many columns does A have?

Methodology:

  1. Formulas / Logic:
    • Rank Theorem: Rank(A)+dim(Nul A)=n, where n is the number of columns.
    • Rank(A) is strictly equal to the number of pivot positions.
    • The structure of the solution to Ax=b is x=xp+xh, where xp is a particular solution (here, v1) and xh is the general solution to the homogeneous equation Ax=0 (here, sv2+tv3).
    • The vectors attached to the parameters in the homogeneous part span Nul A.
  2. Process: Identify Rank(A) and dim(Nul A) from the prompt, and add them together.

Solution:


Question 6: Coordinate Vectors

Source: Practice Exam 4, Question 3
Exact Question: Let H be the subspace of R3 with basis B={[131],[1610]} and let x=[108]. Is x a vector in H? If so, compute the B-coordinate vector of x.

Methodology:

  1. Objective: Determine if x can be written as a linear combination of the basis vectors (c1b1+c2b2=x). If yes, the scalars (c1,c2) form the coordinate vector [x]B.
  2. Process: Set up the augmented matrix [b1b2x] and row reduce.
    • If the system is inconsistent (a row of 0=non-zero), x is not in H.
    • If it is consistent, solve for c1 and c2. The coordinate vector is [x]B=[c1c2].

Solution:


Question 7: Proving or Disproving a Subspace

Source: Exam 2, Question 10
Exact Question: Consider the subset S of R3 of all vectors [x1x2x3] with |x1|=|x2+x3|. In order for S to be a subspace of R3, it needs to satisfy the three defining properties of a subspace.
a. Verify for each property whether it is satisfied by this particular set S. Motivate your answers.
b. Conclude whether S is a subspace of R3.

Methodology:

  1. Objective: Test a subset against the strictly defined rules of a vector subspace.
  2. The Three Properties:
    • (i) Contains the Zero Vector: Plug in 0=(0,0,0) and see if the condition holds.
    • (ii) Closed under Vector Addition: Take two arbitrary vectors u and v that exist in S. Test if their sum u+v satisfies the condition. Tip: For non-linear conditions like absolute values, look for a counterexample where addition breaks the rule.
    • (iii) Closed under Scalar Multiplication: Take an arbitrary vector u in S and a scalar c. Test if cu satisfies the condition.

Solution:
Part a:

Part b: