Linear Algebra
Chapter 3/Vector Spaces

3.3Linear Independence

Independence is the property of 'no redundancy' — no vector in the set is expressible from the others. It is the condition that makes coordinates unique, which is why bases require it.

What you must be able to do

  • is independent iff forces all .
  • For vectors in : independent , where has them as columns.
  • For vectors in with : row reduce and look for free variables. Any is automatically dependent.
  • Independence ⟺ every vector in the span has a unique representation (Thm 3.3.3).
Definition · Linear dependence / independence
The vectors are linearly dependent if there exist scalars , not all zero, with . If the only such combination is the trivial one, they are linearly independent.
Geometry in /
Two vectors are dependent iff they lie on the same line through the origin. Three vectors in are dependent iff they lie in a common plane through the origin.
Instant dependence
Any set containing is dependent (take on the zero vector). Any set of more than vectors is dependent.
Theorem 3.3.1 · The square case
Let and let . The vectors are linearly dependent if and only if is singular, i.e. .

Because is exactly , and a nontrivial solution exists iff is singular.

!Exam trap
The determinant test needs the matrix to be square — exactly vectors in . For 3 vectors in or 5 vectors in there is no determinant to take: row reduce and count pivots instead.

Testing a set for linear independence

  1. 0
    Count first

    vectors in a space of dimension . If , they are automatically dependent — stop.

  2. 1
    Build the matrix with the vectors as columns

    The question is always whether has a nontrivial solution.

  3. 2
    Is square?
    yesCompute . Nonzero ⟹ independent; zero ⟹ dependent.
    noRow reduce to echelon form.
  4. 3
    Count pivots against the number of vectors
    r = kIndependent — no free variables, so only .
    r < kDependent — free variables give a nontrivial relation.
  5. 4
    If dependent and you need the actual relation, finish to reduced form

    Set a free variable to and read the other coefficients off — that gives an explicit dependency.

  6. fn
    Functions instead of vectors?

    In , equate coefficients of like powers. In , use the Wronskian: if for some , they're independent.

Worked example

Dependent — and finding the relation

0/4 steps
Are , , linearly independent? If not, exhibit a dependency.
Theorem 3.3.3 · Uniqueness of representation
span and are linearly independent iff every has a unique representation .

This is the real reason bases require independence: without it, 'coordinates' would be ambiguous, and §3.5 would collapse.

Functions: the Wronskian

Definition · Wronskian
For ,
Theorem 3.3.4
If for some , then are linearly independent on .

One direction only. proves nothing — it does not imply dependence.

Check yourself

Q1
You want to test whether four vectors in are linearly independent. The fastest correct test is:
Q2
Five vectors in are:
T / F
If the Wronskian is identically zero on , the functions are linearly dependent.