For which value of k are the vectors linearly dependent?

Click For Summary

Homework Help Overview

The discussion revolves around determining the value of k for which the vectors v1=[1,0,1], v2=[1,1,2], and v3=[1,2,k] are linearly dependent. Participants are exploring the implications of linear dependence in the context of vector spaces and matrix row reduction.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss setting up an augmented matrix to analyze the linear dependence of the vectors. There are attempts to row reduce the matrix and identify conditions under which a row of zeros appears, indicating linear dependence. Some participants question the setup of the matrix and the arrangement of the vectors.

Discussion Status

The discussion includes various attempts to clarify the matrix setup and row reduction process. Some participants suggest that the presence of a free variable indicates linear dependence, while others offer corrections to the matrix arrangement. There is acknowledgment of the relationship between the vectors, but no consensus on the final interpretation of the results.

Contextual Notes

Participants are working within the constraints of homework guidelines, which may limit the depth of exploration into the concepts of linear dependence and matrix operations. There is an emphasis on understanding the definitions and implications of linear combinations and free variables.

kosovo dave
Gold Member
Messages
34
Reaction score
0

Homework Statement



For which value of k are the vectors linearly dependent?
v1=[1,0,1] v2=[1,1,2] v3=[1,2,k] <--Originally written as column vectors

Homework Equations

The Attempt at a Solution


None of the vectors look like multiples of each other to me...so time to row reduce.

Since each vector was written as a column vector, each row should correspond to a different variable.
I set up the augmented matrix:
1 1 1 0
1 2 k 0
0 1 2 0
(If I made an error at this point let me know. But since the vectors were originally represented as columns, I figured row 1 from each vector would form column 1 in the augmented matrix.)

row reduce:
1 0 -1 0
0 1 2 0
0 0 k-3 0

k=3 would give a row of all zeros at the bottom meaning that we would have a free variable right? Therefore the vectors should be linearly dependent for k=3? I know linear dependence is more formally defined by having a linear equation like c1v1+ c2v2 +c3v3 = 0, where the weights are non-zero, but it's also my understanding that the presence of a free variable indicates linear dependence.
 
Physics news on Phys.org
kosovo dave said:

Homework Statement



For which value of k are the vectors linearly dependent?
v1=[1,0,1] v2=[1,1,2] v3=[1,2,k] <--Originally written as column vectors

Homework Equations

The Attempt at a Solution


None of the vectors look like multiples of each other to me...so time to row reduce.

Since each vector was written as a column vector, each row should correspond to a different variable.
I set up the augmented matrix:
1 1 1 0
1 2 k 0
0 1 2 0
No, your matrix is wrong. v1 should be the first column, v2 the second column, and v3 the third colum. You don't need a fourth column, as it would be all zeros and won't change, so it doesn't hurt to omit it.

The matrix represents the equation Ac = 0, where the columns of A are the vectors [v1 v2 v3] and c represents a column vector of the three constants.

Edit: Actually, your matrix will work - it just has rows two and three switched. I didn't realize at first that you did that.
kosovo dave said:
(If I made an error at this point let me know. But since the vectors were originally represented as columns, I figured row 1 from each vector would form column 1 in the augmented matrix.)

row reduce:
1 0 -1 0
0 1 2 0
0 0 k-3 0

k=3 would give a row of all zeros at the bottom meaning that we would have a free variable right? Therefore the vectors should be linearly dependent for k=3? I know linear dependence is more formally defined by having a linear equation like c1v1+ c2v2 +c3v3 = 0, where the weights are non-zero, but it's also my understanding that the presence of a free variable indicates linear dependence.
Yes.

Assuming that k = 3, the bottom row is all zeros, as you said. The rest of the reduced matrix says that
c1 = c3
c2 = -2c3
c3 is arbitrary

Since c3 is arbitrary, let's arbitrarily set it to 1, so c1 = 1, c2 = -2.
Notice that 1*v1 - 2*v2 + 1*v3 = 0. Since the constants in this equation are not all zero, then we conclude that the vectors v1, v2, and v3 are linearly dependent.

Another way to see this is to note that v1 = 2v2 - v3, so v1 is a linear combination of the other two. You can solve for any of the vectors in terms of the other two.
 
Last edited:
  • Like
Likes   Reactions: kosovo dave
I just caught that. I will try again and report my answer.
 
Okay so I set the matrix up correctly this time (hopefully):
1 1 1 0
0 1 2 0
1 2 k 0

which still reduces to

1 0 -1 0
0 1 2 0
0 0 k-3 0
 
kosovo dave said:
I just caught that. I will try again and report my answer.
Check my post again - I made an edit and also added quite a bit.
 
Thanks for the quick and thorough response @Mark44 ! In general though, it's probably just easier to "jam" the given column vectors v1, v2, v3 together into a matrix, right?

Also, did you immediately notice that v1 = 2v2 - v3? Or was it plugging values in for c1, c2, c3 that allowed you to see that?
 
kosovo dave said:
Thanks for the quick and thorough response @Mark44 ! In general though, it's probably just easier to "jam" the given column vectors v1, v2, v3 together into a matrix, right?
Yes, that makes more sense.
kosovo dave said:
Also, did you immediately notice that v1 = 2v2 - v3? Or was it plugging values in for c1, c2, c3 that allowed you to see that?
No, I didn't notice that right away.
 
  • Like
Likes   Reactions: kosovo dave

Similar threads

  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
15
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K