LINEAR-ALGEBRA ยท Unit 7 ยท Video 2 ยท Interactive Practice
| Formula | Name | Description |
|---|---|---|
| Null space dimension | Columns minus rank = number of special solutions | |
| General null space element | Every solution is a combination of special solutions | |
| Free rows of form | Identity block property | Guarantees linear independence of special solutions |
The Recipe: For each free variable, set it to 1 and all other free variables to 0, then back-substitute for the pivot variables.
Set the free variables ; back-substitution then forces the pivots so that .
๐ก Any assignment produces , so merely rebuilds โ the recipe's and are the two independent building blocks it never double-counts.
Every null-space vector is , so two coordinates reach the entire 2-D plane inside .
๐ก In this parameter space and act as the coordinate axes โ the identity block is exactly what makes unambiguous coordinates for the plane.
Stack the special solutions as the columns of โ do the free-variable rows always come out as the identity ?
๐ก Only the recipe's and force the free block to , which guarantees independence with no extra work โ other assignments can still be independent, but only when their determinant is nonzero.
Question 1
A matrix has rank . How many special solutions does the null space of have?
โ Correct! The null space dimension is .
โ Not quite. The number of special solutions is columns minus rank: .
Solution:
Number of special solutions (columns minus rank).
There are 4 special solutions, one for each free variable.
Common mistakes:
Question 2
When using the recipe to find special solution , which assignment do we make for the free variables?
โ Correct! Activate one free variable, silence the rest.
โ Not quite. The recipe activates exactly one free variable at a time.
Solution:
The recipe: for special solution , set free variable to 1 and all other free variables to 0. Then back-substitute for the pivot variables.
Why this works: This "activate one, silence the rest" pattern places an identity matrix in the free variable rows of the null space matrix , automatically guaranteeing that the special solutions are linearly independent.
Setting all free variables to 1 would give a valid null space vector, but it equals โ a combination of the special solutions, not one of the basis vectors itself.
Question 3
For the echelon form , find the special solution with .
What is the value of ?
(Hint: first find from row 2, then find from row 1.)
โ Correct! Back-substitution gives , then .
โ Not quite. Careful with the signs โ find first from row 2, then plug everything into row 1.
Solution:
Step 1 โ Row 2:
Step 2 โ Row 1:
The special solution is .
Common mistake: forgetting that contributes in row 1, leading to a sign error.
Question 4
True or False: If is a matrix and is the transpose, and both have rank 2, then their null spaces have the same dimension.
โ Correct! Same rank does not mean same null space dimension โ the number of columns matters since .
โ Think again. The null space dimension depends on . Do and have the same number of columns?
Solution: False
The null space dimension is , where is the number of columns. While is always true, they have different numbers of columns:
Same rank, different null space dimensions! The key is that more columns () create more room for free variables.
Solved: 0 / 4