Skip to main content

Section 2.5 Linear Independence (VS5)

Subsection 2.5.1 Class Activities

Activity 2.5.1.

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.5.2.

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 16. 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.5.3.

Begin with 3 vectors in R3

v1=[100],v2=[010], and v3=[001].
(a)

Choose three non-zero scalars, a,b, and c. Let w=av1+bv2+cv3. Is the set {v1,v2,v3,w} linearly dependent?

(b)

Find

RREF[v1v2v3w].

What does this tell you about solution set for the vector equation x1v1+x2v2+x3v3+x4w=0?

Activity 2.5.4.

Let v1,v2,v3 be vectors in Rn. Suppose 3v15v2=v3, so the set {v1,v2,v3} is linearly dependent. Which of the following is true of the vector equation x1v1+x2v2+x3v3=0?

  1. It is consistent with one solution.

  2. It is consistent with infinitely many solutions.

  3. It is inconsistent.

Activity 2.5.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).

Observation 2.5.7.

A set of Euclidean vectors {v1,vn} is linearly dependent if and only if RREF[v1vn] has a column without a pivot position.

Observation 2.5.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} spans Rm if and only if RREF[v1vn] has all pivot rows.

  • A set of Rm vectors {v1,vn} is linearly independent if and only the vector equation

    c1v1+c2v2++cnvn=0

    has exactly one solution, with c1=c2==cn=0.

Activity 2.5.9.

Consider whether the set of Euclidean vectors {[42301],[12003],[1101026],[34721]} is linearly dependent or linearly independent.

(a)

Reinterpret this question as an appropriate question about solutions to a vector equation.

(b)

Use the solution to this question to answer the original question.

Activity 2.5.10.

Consider whether the set of polynomials {x3+1,x2+2x,x2+7x+4} is linearly dependent or linearly independent.

(a)

Reinterpret this question as an appropriate question about solutions to a polynomial equation.

(b)

Use the solution to this question to answer the original question.

Activity 2.5.11.

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.5.12.

What is the largest number of

P4={ax4+bx3+cx2+dx+e|a,b,c,d,eR}

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.5.13.

What is the largest number of

P={f(x)|f(x) is any polynomial}

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.5.14.

Is is possible for the set of vectors {v1,v2,,vn,0} in a vector space V to be linearly independent? Recall that 0 represents the additive identity.

Subsection 2.5.2 Videos

Figure 17. Video: Linear independence

Subsection 2.5.3 Slideshow

Slideshow of activities available at https://teambasedinquirylearning.github.io/linear-algebra/2022/VS5.slides.html.

Exercises 2.5.4 Exercises

Exercises available at https://teambasedinquirylearning.github.io/linear-algebra/2022/exercises/#/bank/VS5/.

Subsection 2.5.5 Mathematical Writing Explorations

Exploration 2.5.15.

Prove the result of Observation 2.5.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.5.6 Sample Problem and Solution

Sample problem Example B.1.9.

You have attempted 1 of 1 activities on this page.