Are These Vectors Linearly Independent?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
Lynne
Messages
12
Reaction score
0

Homework Statement


Given vectors:
a1 = (1; 2; 0),
a2 = (2; 1; 3),
a3 = (0; 3; -3).
Find out if these vectors are linearly independent.

Homework Equations



The Attempt at a Solution



[tex] \begin{cases}<br /> \lambda_1+2\lambda_2=0;\\<br /> 2\lambda+\lambda_2+3\lambda_3=0;\\<br /> 2\lambda_2-3\lambda_3=0;\\<br /> \end{cases}\\<br /> <br /> \lambda_1=\lambda_2=\lambda_3=0[/tex]

[tex] D=\begin{vmatrix} 1 & 2 & 0 \\ 2 & 1 & 3 \\ 0 & 3 & -3 \end{vmatrix}=0[/tex]

Vectors are not linearly independent because determinant is zero.
Am I correct?
 
Physics news on Phys.org
Yes, looks ok. It's also possible to do it by inspection since there are so few vectors involved. It shouldn't be too hard to spot that 2a1-a2=a3.
 
Defennder said:
Yes, looks ok. It's also possible to do it by inspection since there are so few vectors involved. It shouldn't be too hard to spot that 2a1-a2=a3.

Definitely agree with this approach. Determinants are thrown in too early without students understanding what they mean. It's best to seek a solution without them at an early level. Also seek Axler's paper :)
 
Lynne said:

Homework Statement


Given vectors:
a1 = (1; 2; 0),
a2 = (2; 1; 3),
a3 = (0; 3; -3).
Find out if these vectors are linearly independent.

Homework Equations



The Attempt at a Solution



[tex] \begin{cases}<br /> \lambda_1+2\lambda_2=0;\\<br /> 2\lambda+\lambda_2+3\lambda_3=0;\\<br /> 2\lambda_2-3\lambda_3=0;\\<br /> \end{cases}\\<br /> <br /> \lambda_1=\lambda_2=\lambda_3=0[/tex]

[tex] D=\begin{vmatrix} 1 & 2 & 0 \\ 2 & 1 & 3 \\ 0 & 3 & -3 \end{vmatrix}=0[/tex]

Vectors are not linearly independent because determinant is zero.
Am I correct?

Well yeah, since the determinant is zero, it means that the corresponding matrix is singular, so the column vectors of that matrix are linearly dependent, in which case your vectors actually consist of the columns of the matrix.
i.e
A=[a1,a2,a3] where a1,a2,a3 are column vectors you were given.

Another way of doing it is taking the dependence relation

[tex]x_1a_1+x_2a_2+x_3a_3=\bar 0[/tex] and solving this vector equation, and observing that there are nontrivial solutions to this vector equation, which actually meanst that the three vectors given are lin. dependent.