Math, asked by palakkamboj07, 3 months ago

a) Find k if the vectors (2, 0, k), (3, –1, 5) and (5, –1, 1)

are linearly dependent.​

Answers

Answered by mansi2427
1

Answer:

What are the linear combinations which show the dependence for these values of k? (i.e. what combinations of the vectors give 0?)

I'm having trouble with this question. Any help would be much appreciated!

Share Follow

asked

Sep 25 '14 at 21:34

Jake

15●11 gold badge●11 silver badge●33 bronze badges edited

Sep 25 '14 at 21:43

Davide Giraudo

149k●6464 gold badges●202202 silver badges●330330 bronze badges

What did you already try? – Timbuc Sep 25 '14 at 21:39

I tried row reduction, but am not quite sure what I'm looking for/trying to do. – Jake Sep 25 '14 at 21:43

Good idea: form a matrix with the given vectors and reduce it. The vectors are linearly dependent iff you get one (or more) rows all zeros. – Timbuc Sep 25 '14 at 21:51

Add a comment

1 Answer

order by

Up vote

2

Down vote

Accepted

First of all, before any deeper looking in the question, it is easy to see that for k=0, the last two vectors are obviously dependent (since they are the same), and for k=1 the first two vectors are dependent (since they are the same).

But, essentially we want to find when there are a,b,c s.t. a*v1+b*v2+c*v3=0, and at least one of the variables isn't zero.

a(k,1,1)+b(1,1,k)+c(1,1,0)=0

(ka,a,a)+(b,b,kb)+(c,c,0)=0

(ka+b+c,a+b+c,a+kb)=(0,0,0)

thus:

ka+b+c = 0

a+b+c = 0

a+kb = 0

We now want to solve these equations, so we'll put them in a matrix, and see when the rows in the rows in the matrix are dependent, by changing it to the canonical form:

⎡⎣⎢k1111k110⎤⎦⎥

If we get the diagonal I canonical form, the only answer is the trivial answer (a=b=c=0), and the vectors aren't dependent. if not - there is set of scalars a,b,c that shows the vectors are dependent.

Notice that the columns of the matrix are actually the vectors themselves. As you can see, this should happen no matter what were the vectors to begin with, so you can simply skip to the matrix above instead of going through the equations every time. Also, since the rows o a matrix are dependent iff the columns are dependent, you can also use the vectors as rows instead of columns, if you prefer. after playing with the we matrix we will get:

⎡⎣⎢1001k−101−1k⎤⎦⎥

if k=0 the rows are dependent. if not then we can divide the third row by k, and afterwards subsract the third row from the other two rows, getting:

⎡⎣⎢1001k−10001⎤⎦⎥

if k=1, again we'll get a row of zero's (the second row), but if not, we can divide the second row in k-1, and then get I3, meaning the rows of the original matrix were not dependent.

Now, if we want to find the combinations themselves, we only need to examine the canonical forms of the matrix, and solve the equations it represents. For example, for k=0, we have:

⎡⎣⎢1001−101−10⎤⎦⎥=>⎡⎣⎢1000−100−10⎤⎦⎥

b+c=0

a=0

If we choose c=1, we get b=-1,a=0. and that's one linear combination that proves the vectors are dependent when k=0.

for k=1, the same process will lead us to a=1,b=-1,c=0.

In conclusion, the method above shows that to find if vectors are dependent we can simply put them in a matrix, and see if we get the I canonical form (meaning they are not dependent), or a canonical form with a row of zero's

Similar questions