Skip to main content

Section 2.4 Linear Independence (EV4)

Subsection 2.4.1 Warm Up

Activity 2.4.1.

Consider the vector equation
x1[111]+x2[201]+x3[120]=[174].
(a)
Decide which of [312] or [111] is a solution vector.
(b)
Consider now the following vector equation:
y1[111]+y2[201]+y3[120]+y4[174]=0.
How is this vector equation related to the original one?
(c)
Use the solution vector you found in part (a) to construct a solution vector to this new equation.

Subsection 2.4.2 Class Activities

Activity 2.4.2.

Consider the two sets
S={[231],[114]}T={[231],[114],[1011]}.
Which of the following is true?
  1. spanS is bigger than spanT.
  2. spanS and spanT are the same size.
  3. spanS is smaller than spanT.

Definition 2.4.3.

We say that a set of vectors is linearly dependent if one vector in the set belongs to the span of the others. Otherwise, we say the set is linearly independent.
Figure 14. A linearly dependent set of three vectors
You can think of linearly dependent sets as containing a redundant vector, in the sense that you can drop a vector out without reducing the span of the set. In the above image, all three vectors lay in the same planar subspace, but only two vectors are needed to span the plane, so the set is linearly dependent.

Activity 2.4.4.

Consider the following three vectors in R3:
v1=[200],v2=[130], and v3=[254].
(a)
Let w=3v1v25v3=[???]. The set {v1,v2,v3,w} is...
  1. linearly dependent: at least one vector is a linear combination of others
  2. linearly independent: no vector is a linear combination of others
(b)
Find
RREF[v1v2v3w]=RREF[212?035?004?]=?.
What does this tell you about solution set for the vector equation x1v1+x2v2+x3v3+x4w=0?
  1. It is inconsistent.
  2. It is consistent with one solution.
  3. It is consistent with infinitely many solutions.
(c)
Which of these might explain the connection?
  1. A pivot column establishes linear independence and creates a contradiction.
  2. A non-pivot column both describes a linear combination and reveals the number of solutions.
  3. A pivot row describes the bound variables and prevents a contradiction.
  4. A non-pivot row prevents contradictions and makes the vector equation solvable.

Activity 2.4.6.

Find
RREF[2231403013103000770013161410]
and mark the part of the matrix that demonstrates that
S={[2301],[2003],[313716],[110714],[4301]}
is linearly dependent (the part that shows its linear system has infinitely many solutions).

Activity 2.4.7.

(a)
Write a statement involving the solutions of a vector equation that’s equivalent to each claim:
(i)
“The set of vectors {[1101],[5531],[91162]} is linearly independent.”
(ii)
“The set of vectors {[1101],[5531],[91162]} is linearly dependent.”
(b)
Explain how to determine which of these statements is true.

Observation 2.4.8.

Compare the following results:
  • A set of Rm vectors {v1,vn} is linearly independent if and only if RREF[v1vn] has all pivot columns.
  • A set of Rm vectors {v1,vn} is linearly dependent if and only if RREF[v1vn] has at least one non-pivot column.
  • A set of Rm vectors {v1,vn} spans Rm if and only if RREF[v1vn] has all pivot rows.
  • A set of Rm vectors {v1,vn} fails to span Rm if and only if RREF[v1vn] has at least one non-pivot row.

Activity 2.4.9.

What is the largest number of R4 vectors that can form a linearly independent set?
  1. 3
  2. 4
  3. 5
  4. You can have infinitely many vectors and still be linearly independent.

Activity 2.4.10.

Is it possible for the set of Euclidean vectors {v1,v2,,vn,0} to be linearly independent?
  1. Yes
  2. No

Subsection 2.4.3 Individual Practice

Remark 2.4.11.

Recall that in Activity 2.2.1 we used the words vector, linear combination, and span to make an anology with recipes, ingredients, and meals. In this analogy, a recipe was defined to be a list of amounts of each ingredient to build a particular meal.

Activity 2.4.12.

Consider the statement: The set of vectors {v1,v2,v3} is linearly dependent because the vector v3 is a linear combination of v1 and v2. Construct an analogous statement involving ingredients, meals, and recipes, using the terms linearly (in)dependent and linear combination.

Activity 2.4.13.

The following exercises are designed to help develop your geometric intution around linear dependence.
(a)
Draw sketches that depict the following:
  • Three linearly independent vectors in R3.
  • Three linearly dependent vectors in R3.
(b)
If you have three linearly dependent vectors, is it necessarily the case that one of the vectors is a multiple of the other?

Subsection 2.4.4 Videos

Figure 15. Video: Linear independence

Exercises 2.4.5 Exercises

Subsection 2.4.6 Mathematical Writing Explorations

Exploration 2.4.14.

Prove the result of Observation 2.4.8, by showing that, given a set S={v1,v2,,vn} of vectors, S is linearly independent iff the equation x1v1+x2v2+ +xnvn=0 is only true when x1=x2==xn=0.

Subsection 2.4.7 Sample Problem and Solution

Sample problem Example B.1.8.