LINEAR-ALGEBRA Β· Unit 8 Β· Video 3 Β· Interactive Practice

Zero, One, or Infinity β€” The Rank Classification

IKey Formulas

Formula Name Description
r=numberΒ ofΒ pivotsr = \text{number of pivots} Rank Count of independent equations after row reduction
nβˆ’rn - r Free variable gap Controls uniqueness: if 0, solution is unique
mβˆ’rm - r Zero rows gap Controls existence: if 0, every bb is solvable
r≀min⁑(m,n)r \leq \min(m, n) Rank bound Rank cannot exceed rows or columns

IIVisualization 1 β€” The Four Cases

Two yes/no questions β€” is r=nr = n? is r=mr = m? β€” sort every mΓ—nm \times n matrix into one of four cases.

classification

the two gaps

πŸ’‘ Challenge: find the two settings where every bb is solvable β€” one giving a unique solution, one giving infinitely many.

IIIVisualization 2 β€” The Shape of R

The shape of RR β€” pivots, free columns, zero rows β€” is exactly the two gaps made visible.

reduced form R

pivot free column zero row

the two gaps

IVVisualization 3 β€” Why Never Exactly Two

If pp and qq both solve Ax=bAx = b, so does p+t(qβˆ’p)p + t(q - p) for every real tt β€” how many solutions is that?

πŸ’‘ Because tt ranges over all real numbers, a second solution instantly forces infinitely many β€” so a linear system has 00, 11, or ∞\infty solutions, never exactly two.

VQuiz Questions

Question 1

A 5Γ—35 \times 3 matrix AA has rank r=3r = 3. What are the two gaps and which case applies?

βœ… Correct! With r=n=3r = n = 3, no free variables (unique if solvable). With mβˆ’r=2m - r = 2, there are conditions on bb.

❌ Not quite. Compute both gaps: nβˆ’rn - r and mβˆ’rm - r. Here m=5m = 5, n=3n = 3, r=3r = 3.

Show solution

Solution:

Given: m=5m = 5 rows, n=3n = 3 columns, r=3r = 3.

  • Uniqueness gap: nβˆ’r=3βˆ’3=0n - r = 3 - 3 = 0 β†’ no free variables β†’ unique if solvable βœ“
  • Existence gap: mβˆ’r=5βˆ’3=2m - r = 5 - 3 = 2 β†’ two zero rows β†’ conditions on bb ⚠️

Since r=nr = n and r<mr < m, 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 bb is reachable, but when a solution exists it's unique.

Question 2

True or False: If a 4Γ—44 \times 4 matrix AA has rank 3, then Ax=bAx = b has infinitely many solutions for every bb.

βœ… Correct! Since mβˆ’r=1m - r = 1, there's a condition on bb. Some bb's give ∞\infty solutions, others give 0.

❌ Not quite. The statement says 'for every bb'. Check both gaps β€” does mβˆ’rm - r guarantee every bb works?

Show solution

Solution: False.

With m=4m = 4, n=4n = 4, r=3r = 3:

  • nβˆ’r=4βˆ’3=1n - r = 4 - 3 = 1 β†’ one free variable β†’ not unique βœ“
  • mβˆ’r=4βˆ’3=1m - r = 4 - 3 = 1 β†’ one zero row β†’ condition on bb ⚠️

This is Case 4 (r<mr < m and r<nr < n): zero or infinitely many.

When solutions exist, the free variable gives infinitely many. But the zero row means some bb vectors cause a contradiction (0=nonzero0 = \text{nonzero}), giving no solution. It is not true for every bb.

Question 3

After row reducing the augmented matrix [A∣b][A \mid b], you obtain:

[10βˆ’2130141βˆ’100000]\left[\begin{array}{cccc|c} 1 & 0 & -2 & 1 & 3 \\ 0 & 1 & 4 & 1 & -1 \\ 0 & 0 & 0 & 0 & 0 \end{array}\right]

How many solutions does this system have?

βœ… Correct! The zero row gives 0=00 = 0 (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.

Show solution

Solution: Infinitely many solutions.

From the augmented matrix:

  • AA is 3Γ—43 \times 4 (m=3m = 3, n=4n = 4), with r=2r = 2 pivots (columns 1 and 2)
  • The last row reads 0=00 = 0 β†’ no contradiction β†’ system is solvable βœ“
  • nβˆ’r=4βˆ’2=2n - r = 4 - 2 = 2 β†’ 2 free variables (x3x_3 and x4x_4)

Since the system is solvable with 2 free variables, there are infinitely many solutions:

x=[3βˆ’100]+x3[2βˆ’410]+x4[βˆ’1βˆ’101]x = \begin{bmatrix} 3 \\ -1 \\ 0 \\ 0 \end{bmatrix} + x_3\begin{bmatrix} 2 \\ -4 \\ 1 \\ 0 \end{bmatrix} + x_4\begin{bmatrix} -1 \\ -1 \\ 0 \\ 1 \end{bmatrix}

Question 4

Which statement correctly describes the roles of the two gaps nβˆ’rn - r and mβˆ’rm - r?

βœ… Correct! Free variables (nβˆ’rn - r) determine uniqueness; zero rows (mβˆ’rm - r) determine existence. Two independent levers!

❌ Not quite. Think: free variables let you choose different solutions (uniqueness), while zero rows restrict which bb's work (existence).

Show solution

Solution: nβˆ’rn - r controls uniqueness, mβˆ’rm - r controls existence.

The two gaps act as independent levers:

nβˆ’rn - r = number of free variables (non-pivot columns)

  • nβˆ’r=0n - r = 0: no free variables β†’ unique (when solvable)
  • nβˆ’r>0n - r > 0: free variables β†’ infinitely many (when solvable)

mβˆ’rm - r = number of zero rows in RR

  • mβˆ’r=0m - r = 0: no conditions β†’ always solvable
  • mβˆ’r>0m - r > 0: conditions on bb β†’ may be unsolvable

Remember: columns (nβˆ’rn - r) β†’ uniqueness, rows (mβˆ’rm - r) β†’ existence.

Solved: 0 / 4