LINEAR-ALGEBRA Β· Unit 9 Β· Video 1 Β· Interactive Practice

Linear Independence: The Null Space Test

IKey Formulas

Formula Name When to Use
c1v1+c2v2+β‹―+cnvn=0c_1\mathbf{v}_1 + c_2\mathbf{v}_2 + \cdots + c_n\mathbf{v}_n = \mathbf{0} Independence equation Independent iff only c1=c2=β‹―=cn=0c_1 = c_2 = \cdots = c_n = 0 works
Ac=0A\mathbf{c} = \mathbf{0} Matrix form A=[v1βˆ£β‹―βˆ£vn]A = [\mathbf{v}_1 \mid \cdots \mid \mathbf{v}_n]; solve for coefficient vector c\mathbf{c}
Null⁑(A)={0}\operatorname{Null}(A) = \{\mathbf{0}\} Null-space test Vectors are independent iff the null space is trivial
n>m⇒dependentn > m \Rightarrow \text{dependent} Counting argument More vectors than dimensions guarantees dependence

IIVisualization 1 β€” Collinear Means Dependent

Two vectors in R2\mathbb{R}^2 are dependent exactly when they line up β€” when det⁑[v1Β v2]=0\det[\mathbf{v}_1\ \mathbf{v}_2] = 0.

IIIVisualization 2 β€” A Whole Line of Dependencies

Which coefficients (c1,c2)(c_1, c_2) make c1v1+c2v2=0c_1\mathbf{v}_1 + c_2\mathbf{v}_2 = \mathbf{0} for v1=(1,2),Β v2=(2,4)\mathbf{v}_1 = (1,2),\ \mathbf{v}_2 = (2,4)?

πŸ’‘ That line of solutions is Null⁑(A)\operatorname{Null}(A) for A=[v1∣v2]A = [\mathbf{v}_1 \mid \mathbf{v}_2] β€” any nonzero point on it is a dependency, so the pair is independent only when the line shrinks to the single point 0\mathbf{0}.

IVVisualization 3 β€” Counting Forces Dependence

With v1=(1,0)\mathbf{v}_1 = (1,0) and v2=(0,1)\mathbf{v}_2 = (0,1) fixed, can any third vector v3\mathbf{v}_3 in R2\mathbb{R}^2 escape dependence?

A = [ v₁ | vβ‚‚ | v₃ ]

πŸ’‘ The matrix is 2Γ—32 \times 3: at most 22 pivots cover 33 columns, so one column is always free. This is the counting argument β€” n>mn > m forces a nonzero null-space vector, hence dependence.

VQuiz Questions

Question 1

Consider the vectors v1=(3,6)\mathbf{v}_1 = (3, 6) and v2=(1,2)\mathbf{v}_2 = (1, 2) in R2\mathbb{R}^2.

Are these vectors linearly independent or linearly dependent?

βœ… Correct! Since v₁ = 3Β·vβ‚‚, the non-trivial solution c₁ = βˆ’1, cβ‚‚ = 3 proves dependence.

❌ Not quite. Check whether one vector is a scalar multiple of the other.

Show solution

Solution:

Check whether one vector is a scalar multiple of the other:

v1=(3,6)=3β‹…(1,2)=3 v2\mathbf{v}_1 = (3, 6) = 3 \cdot (1, 2) = 3\,\mathbf{v}_2

So we can write:

(βˆ’1) v1+3 v2=(βˆ’3,βˆ’6)+(3,6)=(0,0)=0(-1)\,\mathbf{v}_1 + 3\,\mathbf{v}_2 = (-3, -6) + (3, 6) = (0, 0) = \mathbf{0}

This is a non-trivial solution (c1=βˆ’1β‰ 0c_1 = -1 \neq 0, c2=3β‰ 0c_2 = 3 \neq 0), so the vectors are dependent.

⚠️ Different magnitudes do not imply independence β€” only direction matters for two vectors.

Question 2

True or False: The set {(1,3,5),β€…β€Š(2,βˆ’1,0),β€…β€Š(0,0,0)}\{(1, 3, 5),\; (2, -1, 0),\; (0, 0, 0)\} is linearly independent.

βœ… Correct! Any set containing the zero vector is automatically dependent β€” you can always put a nonzero coefficient on it.

❌ Not quite. Think about what happens when you assign a nonzero coefficient to the zero vector.

Show solution

Solution:

Any set containing the zero vector is automatically dependent.

We can always assign a nonzero coefficient to the zero vector:

0β‹…v1+0β‹…v2+7β‹…0=00 \cdot \mathbf{v}_1 + 0 \cdot \mathbf{v}_2 + 7 \cdot \mathbf{0} = \mathbf{0}

The coefficient 7β‰ 07 \neq 0 makes this a non-trivial solution. It doesn't matter what v1\mathbf{v}_1 and v2\mathbf{v}_2 are.

Answer: False β€” the set is dependent.

Question 3

You row reduce a 4Γ—44 \times 4 matrix AA (whose columns are four vectors in R4\mathbb{R}^4) and find that every column is a pivot column. What can you conclude about the column vectors?

βœ… Correct! Every column being a pivot column means zero free variables, so the null space is trivial and the vectors are independent.

❌ Not quite. Remember: pivot in every column β†’ no free variables β†’ only the trivial solution exists.

Show solution

Solution:

Apply the row-reduction decision procedure:

  1. The matrix AA is 4Γ—44 \times 4 (4 vectors in R4\mathbb{R}^4, so n=m=4n = m = 4).
  2. Row reduce to RREF.
  3. Every column is a pivot column β‡’\Rightarrow 4 pivots in 4 columns β‡’\Rightarrow 0 free variables.

No free variables means the only solution to Ac=0A\mathbf{c} = \mathbf{0} is c=0\mathbf{c} = \mathbf{0} (the trivial solution).

Null⁑(A)={0}⟹INDEPENDENT\operatorname{Null}(A) = \{\mathbf{0}\} \quad \Longrightarrow \quad \text{INDEPENDENT}

The counting argument (n>mn > m forces dependence) does not apply here because n=mn = m.

Question 4

You have 5 vectors in R3\mathbb{R}^3. Without performing any row reduction, what can you conclude?

βœ… Correct! With 5 vectors in RΒ³, the counting argument (n > m) guarantees dependence β€” at least 2 free variables must exist.

❌ Not quite. Think about the counting argument: what happens when you have more vectors than the dimension of the space?

Show solution

Solution:

Apply the counting argument: we have n=5n = 5 vectors in Rm\mathbb{R}^m with m=3m = 3.

Since n>mn > m:

  • The matrix AA is 3Γ—53 \times 5 (3 rows, 5 columns).
  • Row reduction produces at most 3 pivots (one per row).
  • That leaves at least 5βˆ’3=25 - 3 = 2 columns without pivots β†’ at least 2 free variables.
  • Free variables produce non-trivial solutions to Ac=0A\mathbf{c} = \mathbf{0}.

n>mβ€…β€ŠβŸΉβ€…β€ŠDEPENDENTΒ (guaranteed)n > m \;\Longrightarrow\; \text{DEPENDENT (guaranteed)}

No row reduction needed β€” the dimension of the space (m=3m = 3) sets a hard ceiling on the maximum number of independent vectors.

Answer: The vectors are dependent, guaranteed by the counting argument.

Solved: 0 / 4