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
Methodology:
- Objective: Determine if the only solution to the vector equation
is the trivial solution ( ). - Matrix Setup: Form a matrix
where the given vectors are the columns. - 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:
- Step 1: Construct the matrix.
- Step 2: Row reduce to echelon form.
- Step 3: Eliminate the entry in row 3, column 2.
- Conclusion: The
matrix only has 2 pivots (in columns 1 and 2). Column 3 lacks a pivot, meaning the equation has a non-trivial solution.
Final Answer: No, the vectors are linearly dependent.
Question 2: Spanning a Space ( )
Source: Exam 2, Question 1
Exact Question: Consider the vectors
Methodology:
- Objective: Find the condition on
such that any vector in can be written as a linear combination of the given vectors. - Logic: A set of vectors spans
if and only if their corresponding matrix has a pivot position in every row. - Process: Place the vectors as columns in a matrix and row reduce to echelon form. Analyze the bottom row to find the values of
that guarantee a pivot exists there.
Solution:
- Step 1: Construct the matrix and begin row reduction.
- Step 2:
, and . - Step 3: To make the math match the provided exam solution exactly (which pre-simplified rows), let's scale row 2 by
: - Step 4:
. - Conclusion: For the vectors to span
, there must be a pivot in the third row. The only potential pivot is the entry . Thus, it must not be zero.
Final Answer:.
Question 3: Finding a Basis for Column Space ( )
Source: Exam 2, Question 4
Exact Question: Let
Methodology:
- Definition: The column space (
) is the set of all linear combinations of the columns of . - Logic: The pivot columns of a matrix form a basis for its column space.
- Process:
- Row reduce
to echelon form to identify which columns contain the pivots. - Crucial Rule: Always select the columns from the original matrix
, not the echelon form matrix. Row operations change the column space, but they preserve the linear dependence relations between columns.
- Row reduce
Solution:
- Step 1: Row reduce
.
, . - Step 2: Scale rows to simplify (optional but helpful),
, . - Step 3:
. - Conclusion: The pivots are in the 1st and 3rd columns. Therefore, the 1st and 3rd columns of the original matrix
form the basis.
Final Answer:
Question 4: Finding a Basis for a Subspace Defined by an Equation ( )
Source: Practice Exam 3, Question 2
Exact Question: Let
Methodology:
- 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 (
) of the matrix representing the equation. - Process:
- Write the equation as a matrix system
. Here, . Note the 0 for since it's missing from the equation but the space is . - 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 (
). - The vectors attached to the free variables form the basis.
- Write the equation as a matrix system
Solution:
- Step 1: Matrix representation is
. The pivot is on . The free variables are . - Step 2: Solve for
.
- Step 3: Write in parametric vector form
: Final Answer:
Question 5: The Rank Theorem and Subspace Dimensions
Source: Exam 2, Question 3
Exact Question: Suppose
Methodology:
- Formulas / Logic:
- Rank Theorem:
, where is the number of columns. is strictly equal to the number of pivot positions. - The structure of the solution to
is , where is a particular solution (here, ) and is the general solution to the homogeneous equation (here, ). - The vectors attached to the parameters in the homogeneous part span
.
- Rank Theorem:
- Process: Identify
and from the prompt, and add them together.
Solution:
- Step 1: The matrix has 4 pivot positions, so
. - Step 2: The homogeneous solution set is spanned by
and . Since they are linearly independent, they form a basis for . Therefore, there are 2 basis vectors, so . - Step 3: Apply the Rank Theorem. Number of columns =
.
Final Answer: 6 columns.
Question 6: Coordinate Vectors
Source: Practice Exam 4, Question 3
Exact Question: Let
Methodology:
- Objective: Determine if
can be written as a linear combination of the basis vectors ( ). If yes, the scalars form the coordinate vector . - Process: Set up the augmented matrix
and row reduce. - If the system is inconsistent (a row of
), is not in . - If it is consistent, solve for
and . The coordinate vector is .
- If the system is inconsistent (a row of
Solution:
- Step 1: Set up the augmented matrix.
- Step 2: Row reduce.
, . - Step 3:
. - Step 4: There is no contradictory row, so
is in . Solve the system.
Row 2:.
Row 1:.
Final Answer: Yes, it is in. .
Question 7: Proving or Disproving a Subspace
Source: Exam 2, Question 10
Exact Question: Consider the subset
a. Verify for each property whether it is satisfied by this particular set
b. Conclude whether
Methodology:
- Objective: Test a subset against the strictly defined rules of a vector subspace.
- The Three Properties:
- (i) Contains the Zero Vector: Plug in
and see if the condition holds. - (ii) Closed under Vector Addition: Take two arbitrary vectors
and that exist in . Test if their sum 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
in and a scalar . Test if satisfies the condition.
- (i) Contains the Zero Vector: Plug in
Solution:
Part a:
- (i) Zero Vector: Check
. The rule requires . Since , the property is satisfied. - (ii) Closure under Addition: We suspect this fails because
generally. Let's find a counterexample.
Let. Check: . So .
Let. Check: . So .
Now check.
Check rule: Does? No, .
Thus,is NOT in . The property is not satisfied. - (iii) Closure under Scalar Multiplication: Let
, so . Let . We test .
Check rule: Does?
. We know , so:
.
This is true. The property is satisfied.
Part b:
- Conclusion: Because property (ii) fails,
is not a subspace.