MHB Are These Vectors Linearly Dependent?

Click For Summary
SUMMARY

The vectors $$\left[ \begin{array}{r} 2\\1\\-2 \end{array}\right] ,\quad \left[\begin{array}{r} 0\\2\\-2 \end{array}\right] ,\quad \left[\begin{array}{r} 2\\3\\-4 \end{array}\right] $$ are linearly dependent. This conclusion is reached by solving the linear combination a\begin{bmatrix}2 \\ 1 \\ -2 \end{bmatrix}+ b\begin{bmatrix}0 \\ 2 \\ -2 \end{bmatrix}+ c\begin{bmatrix}2 \\ 3 \\ -4\end{bmatrix}= \begin{bmatrix}0 \\ 0 \\ 0 \end{bmatrix}, which leads to the relationships a = b and c = -a. The row reduction of the corresponding augmented matrix confirms this dependency.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically linear dependence and independence.
  • Familiarity with matrix row reduction techniques.
  • Knowledge of vector representation in R³.
  • Ability to solve systems of linear equations.
NEXT STEPS
  • Study the definitions and properties of linear independence and dependence in depth.
  • Practice row reducing matrices with different sets of vectors to determine linear dependence.
  • Explore applications of linear dependence in vector spaces and their implications in higher dimensions.
  • Learn about the geometric interpretation of linear dependence and independence in R³.
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as educators looking to reinforce concepts of vector spaces and linear relationships.

karush
Gold Member
MHB
Messages
3,240
Reaction score
5
Are the vectors
$$\left[
\begin{array}{r}
2\\1\\-2
\end{array}\right]
,\quad
\left[\begin{array}{r}
0\\2\\-2
\end{array}\right]
,\quad
\left[\begin{array}{r}
2\\3\\-4
\end{array}\right]
$$
linearly dependent or linearly independent?
$$\left[ \begin{array}{rrr|r} 2 & 0 & 2 & 0 \\ 1 & 2 & 3 & 0 \\ -2 & -2 & -4 & 0 \end{array} \right]
\sim
\left[ \begin{array}{rrr|r} 1 & 0 & 1 & 0 \\ 0 & 1 & 1 & 0 \\ 0 & 0 & 0 & 0 \end{array} \right]$$
I assume this is independent due to trivial answers
 
Last edited:
Physics news on Phys.org
Re: 12.1

By the definition of "linearly dependent", these vectors are linearly dependent if and only if there exist three number, a, b, and c, not all 0, such that
a\begin{bmatrix}2 \\ 1 \\ -2 \end{bmatrix}+ b\begin{bmatrix}0 \\ 2 \\ -2 \end{bmatrix}+ c\begin{bmatrix}2 \\ 3 \\ -4\end{bmatrix}= \begin{bmatrix}2a+ 2c \\ a+ 2b+ 3c \\ -2a- 2b- 4c \end{bmatrix}= \begin{bmatrix}0 \\ 0 \\ 0 \end{bmatrix}.

That is, 2a+ 2c= 0, a+ 2b+ 3c= 0, -2a- 2b- 4c= 0. From 2a+ 2c= 0, c= -a so the last two equations are a+ 2b- 3a= 2b- 2a= 0 and -2a- 2b+ 4c= 2a- 2b= 0. Both of those give a= b. Any numbers a, b, and c, such that b= a, c= -a will work.

So, yes, these vectors are linearly dependent.

You should think about two questions. What definition of "linearly independent" and "linearly dependent" did you learn? And what was your purpose in row reducing a matrix having the vectors as columns if you had to ask if the vectors were linearly dependent when you finished?
 
Re: 12.1

I pretty much just followed an example
But probably could solve some of these just by observation
they used augmented matrix but only did some alteration
https://www.physicsforums.com/attachments/9045
 
Last edited:
I edited the thread title. The original title of "12.1" wasn't of much use to describe the topic. :)
 
Thank you

I tried also to change it

But when I submitted it didn't happen
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K