LINEAR-ALGEBRA Β· Unit 8 Β· Video 3 Β· Interactive Practice
| Formula | Name | Description |
|---|---|---|
| Rank | Count of independent equations after row reduction | |
| Free variable gap | Controls uniqueness: if 0, solution is unique | |
| Zero rows gap | Controls existence: if 0, every is solvable | |
| Rank bound | Rank cannot exceed rows or columns |
Two yes/no questions β is ? is ? β sort every matrix into one of four cases.
classification
the two gaps
π‘ Challenge: find the two settings where every is solvable β one giving a unique solution, one giving infinitely many.
The shape of β pivots, free columns, zero rows β is exactly the two gaps made visible.
reduced form R
the two gaps
If and both solve , so does for every real β how many solutions is that?
π‘ Because ranges over all real numbers, a second solution instantly forces infinitely many β so a linear system has , , or solutions, never exactly two.
Question 1
A matrix has rank . What are the two gaps and which case applies?
β Correct! With , no free variables (unique if solvable). With , there are conditions on .
β Not quite. Compute both gaps: and . Here , , .
Solution:
Given: rows, columns, .
Since and , this is Case 2 (zero or one solution).
The matrix is tall-and-thin with full column rank: more equations than unknowns, so not every is reachable, but when a solution exists it's unique.
Question 2
True or False: If a matrix has rank 3, then has infinitely many solutions for every .
β Correct! Since , there's a condition on . Some 's give solutions, others give 0.
β Not quite. The statement says 'for every '. Check both gaps β does guarantee every works?
Solution: False.
With , , :
This is Case 4 ( and ): zero or infinitely many.
When solutions exist, the free variable gives infinitely many. But the zero row means some vectors cause a contradiction (), giving no solution. It is not true for every .
Question 3
After row reducing the augmented matrix , you obtain:
How many solutions does this system have?
β Correct! The zero row gives (no contradiction), and 2 free variables produce a 2-parameter family of solutions.
β Not quite. Check: does the zero row create a contradiction? And count the free (non-pivot) columns.
Solution: Infinitely many solutions.
From the augmented matrix:
Since the system is solvable with 2 free variables, there are infinitely many solutions:
Question 4
Which statement correctly describes the roles of the two gaps and ?
β Correct! Free variables () determine uniqueness; zero rows () determine existence. Two independent levers!
β Not quite. Think: free variables let you choose different solutions (uniqueness), while zero rows restrict which 's work (existence).
Solution: controls uniqueness, controls existence.
The two gaps act as independent levers:
= number of free variables (non-pivot columns)
= number of zero rows in
Remember: columns () β uniqueness, rows () β existence.
Solved: 0 / 4