Skip to main content
Logo image

Discovery guide 17.1 Discovery guide

Discovery 17.1.

Consider the vectors v1=(1,0,1), v2=(1,1,2), and v3=(1,1,0).

(a)

Do you remember what Span means? Explain why the vector
x=3v1+2v2v3
is in Span{v1,v2,v3}.

(b)

Actually, v2 can be expressed as a linear combination of v1 and v3 — do you see how?
Use this and the expression for x in Task a to express x as a linear combination of just v1 and v3.

(c)

Task b shows that x is in Span{v1,v3}. Do you think that similar calculations and the same reasoning can be carried out for every vector in Span{v1,v2,v3}?
What does this say about Span{v1,v2,v3} versus Span{v1,v3}?
Discovery 17.1 demonstrates a common pattern: when one of the vectors in a spanning set can be expressed as a linear combination of the others, that vector becomes redundant, and a smaller spanning set can be used in place of the original one. We’ll give this situation a name: a set of vectors is called linearly dependent if (at least) one of the vectors in the set can be written as a linear combination of other vectors in the set; otherwise the set of vectors is called linearly independent. However, it can be tedious to check each vector in a set one-by-one to see if it is a linear combination of others. Luckily, for a finite set of vectors, there is a way to check all of them all at once.

Test for Linear Dependence/Independence.

To test whether vectors
v1,v2,,vm
are linearly dependent or independent, set up the vector equation
(✶)k1v1+k2v2++kmvm=0,
where the coefficients k1,k2,,km are (scalar) variables.
  • If vector equation (✶) has a nontrivial solution in the variables k1,k2,,km, then the vectors v1,v2,,vm are linearly dependent.
  • Otherwise, if vector equation (✶) has only the trivial solution k1=0,k2=0,,km=0, then the vectors v1,v2,,vm are linearly independent.

Discovery 17.2.

(a)

Use the test to verify that v1,v2,v3 from Discovery 17.1 are linearly dependent.
The next discovery activity will help you understand the Test for Linear Dependence/Independence. To keep it simple, we’ll consider just three vectors at a time.

Discovery 17.3.

(a)

Consider abstract vectors u1,u2,u3, and suppose the vector equation
(✶✶)k1u1+k2u2+k3u3=0
has a nontrivial solution. This means that there are values for the scalars k1,k2,k3, at least one of which is not zero, so that equation (✶✶) is true.
Use some algebra to manipulate equation (✶✶) to demonstrate that one of the vectors can be expressed as a linear combination of the others (and hence, by definition, the vectors u1,u2,u3 are linearly dependent).

(b)

Consider abstract vectors w1,w2,w3, and suppose the vector equation
(✶✶✶)k1w1+k2w2+k3w3=0
has only the trivial solution. We would like to see why this means that w1,w2,w3 are linearly independent.
Suppose they weren’t: for example, suppose w3=c1w1+c2w2 were true for some scalars c1,c2. Manipulate this expression for w3 until is says something about equation (✶✶✶). Do you see now why w1,w2,w3 cannot satisfy the definition of linearly dependence, and hence must be linearly independent?

Discovery 17.4.

In each of the following vector spaces, practise using the Test for Linear Dependence/Independence of the given set of vectors.

(a)

V=M2(R), S={[1001],[0110],[0001]}.

(b)

V=M2(R), S={[1001],[1001],[3002]}.

(c)

V=P(R), S={1+x,1+x2,2x+3x2}.
Hint.
After setting up the vector equation from the test for linear dependence/independence, you are solving for the scalars k1,k2,k3, not for x. On the right-hand side, the zero represents the zero vector, which in this space is the zero polynomial. What are the coefficients on powers of x in the zero polynomial? The left-hand side, being equal, must have the same coefficients.

Discovery 17.5.

(a)

Do you think it’s possible to have a set of three linearly independent vectors in R2? Why or why not?

(b)

Do you think it’s possible to have a set of four linearly independent vectors in R3? Why or why not?

Discovery 17.6.

(a)

What does the definition of linear dependence say in the case of just two vectors?

(b)

If the test for linear dependence/independence is to remain true in the case of a “set” of vectors consisting of just one vector, how should we define linear dependence/independence for such a set?