28. Linear Independence

  1. Definition of Linear Independence

The set of vectors

𝑆={𝑣1,𝑣2,,𝑣𝑛}

is said to be linearly independent if the only solution to the equation

𝑐1𝑣1+𝑐2𝑣2++𝑐𝑛𝑣𝑛=𝟎

is 𝑐1=𝑐2==𝑐𝑛=0. In other words, no vector in the set can be written as a linear combination of the others.

If at least one constant 𝑐𝑖 is non-zero, the set is linearly dependent.

Example

Example 1: Testing for Linear Independence

Problem: Is the following set of vectors linearly dependent?

𝑆={𝑣1𝑣2}

Where:

𝑣1=[21]and𝑣2=[32]

For a set of vectors to be linearly independent, the only solution to the equation:

𝑐1𝑣1+𝑐2𝑣2=𝟎

must be 𝑐1=0 and 𝑐2=0

In this case:

𝑐1[21]+𝑐2[32]=𝟎

If not only the zero solution exists (i.e., if 𝑐1 or 𝑐2 can be non-zero), the set is linearly dependent.

Step 1. Set up the system of equations:

  1. 2𝑐1+3𝑐2=0
  2. 1𝑐1+2𝑐2=0

2. Eliminate one variable

2×(1𝑐1+2𝑐2=0)2𝑐1+4𝑐2=0

Now the system is

2𝑐1+3𝑐2=02𝑐1+4𝑐2=0

3. Subtract the equations

(2𝑐1+3𝑐2)(2𝑐1+4𝑐2)=0

Simplifies to:

(2𝑐12𝑐1)+(4𝑐23𝑐2)=0

So:

𝑐2=0

4. Substitute back to find 𝒄𝟏

Now that we know 𝑐2=0, substitute this value into one of the original equations. Let’s use the second equation:

1𝑐1+2𝑐2=0

Substitute 𝑐2=0:

1𝑐1+2(0)=0𝑐1=0

Conclusion:

Since 𝑐1=0𝑐2=0, the set of vectors 𝑆 is linearly independent. These vecots span 2.

Example 2: Testing for Linear Dependence

Problem: Is the following set of vectors linearly dependent?

𝑆={𝑣1𝑣2}

Where:

𝑣1=[23]and𝑣2=[46]

The span of this set is the collection of all vectors that can be formed by linear combinations of 𝑣1 and 𝑣2:

𝑐1𝑣1+𝑐2𝑣2

Since 𝑣2=2𝑣1, the linear combination becomes:

𝑐1𝑣1+𝑐2(2𝑣1)=(𝑐1+2𝑐2)𝑣1𝑐1[23]+𝑐2[46]𝑐1[23]+𝑐22[23](𝑐1+2𝑐2)[23]𝑐3[23]

Thus, any linear combination of these vectors is just a scalar multiple of 𝑣1. The span is a single line in 2, and the vectors are linearly dependent.

For any two colinear vectors in 2, their span reduces to a single line.

One vector in the set can be represented by some combination of other vectors in the set

2. General Rule

In 𝑛 , if you have more than 𝑛 vectors, at least one vector must be linearly dependent on the others, meaning the set cannot be linearly independent.