Linear Dependency: Max Size of Subset of Vectors

  • Context: MHB 
  • Thread starter Thread starter Yankel
  • Start date Start date
  • Tags Tags
    Linear
Click For Summary
SUMMARY

The discussion centers on determining the linear dependency of a set of vectors: (1,1), (-2,-2), (0,0), and (3,-2). It is established that the presence of the zero vector (0,0) renders the set linearly dependent. Additionally, the vectors (1,1) and (-2,-2) are also dependent as one is a scalar multiple of the other. The maximum size of a linearly independent subset is confirmed to be two, specifically the vectors (3,-2) and either (1,1) or (-2,-2).

PREREQUISITES
  • Understanding of linear independence and dependence
  • Familiarity with vector spaces and dimensions
  • Knowledge of scalar multiplication in vector spaces
  • Ability to perform rank calculations on matrices
NEXT STEPS
  • Study the concept of vector space dimension and its implications on linear independence
  • Learn how to compute the rank of a matrix formed from a set of vectors
  • Explore the properties of linear combinations and their role in determining linear dependence
  • Investigate advanced topics in linear algebra, such as the Gram-Schmidt process for orthogonalization
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as data scientists and engineers working with multidimensional data sets.

Yankel
Messages
390
Reaction score
0
Hello all,

I have this set of vectors:

(1,1) , (-2,-2) , (0,0) , (3,-2)

I need to say if it linearly dependent, and I need to find the maximum size of the subset of this set, which is linearly independent.

What I think, is that as long as (0,0) is there, it must be dependent. In addition, (1,1) and (-2,-2) are also dependent. Thus if I had to guess, I would say the maximum size is 2 vectors, (3,-2) and either (1,1) or (-2,-2). My question is, am I right, or am I missing something ?

Thanks !
 
Physics news on Phys.org
Yankel said:
Hello all,

I have this set of vectors:

(1,1) , (-2,-2) , (0,0) , (3,-2)

I need to say if it linearly dependent, and I need to find the maximum size of the subset of this set, which is linearly independent.

What I think, is that as long as (0,0) is there, it must be dependent. In addition, (1,1) and (-2,-2) are also dependent. Thus if I had to guess, I would say the maximum size is 2 vectors, (3,-2) and either (1,1) or (-2,-2). My question is, am I right, or am I missing something ?

Thanks !

Hi Yankel, :)

You are correct. $(0,\,0)$ is indeed linearly dependent upon any of the remaining vectors as it could be obtained by multiplying a vector by $0$; for example $(0,\,0)=0(1,\,1)$, Also $(1,\,1)$ and $(-2,\,-2)$ are linearly dependent since, $(-2,\,-2)=-2(1,\,1)$. Then it could be shown that the sets $\{(1,\,1),\,(3,\,-2)\}$ and $\{(-2,\,-2),\,(3,\,-2)\}$ are linearly independent. In the case of $\{(1,\,1),\,(3,\,-2)\}$, let,

\[\alpha(1,\,1)+\beta(3,\,-2)=0\]

and show that both $\alpha$ and $\beta$ should be equal to zero.
 
In a sense, linear dependency is a measure of "spanning redundancy". For example, adding the 0-vector never gives us any new vectors in the span, and we already can realize the 0-vector as a linear combination of any other set $\{v_1,\dots,v_k\}$ as:

$0v_1 + 0v_2 + \cdots + 0v_k$.

in the same way if:

$v_2 = cv_1$ for a non-zero $c$, then we can replace any linear combination containing $v_2$ with $cv_1$.

For example, the linear combination:

$a_1v_1 + a_2v_2 + a_3v_3 + \cdots +a_kv_k$

is equal to:

$(a_1 + ca_2)v_1 + a_3v_3 + \cdots a_kv_k$

We might have just as well eliminated $v_1$ in this case, replacing it with $\dfrac{1}{c}v_2$ in any linear combination.

This situation is a bit more complicated if we have something like:

$v_3 = b_1v_1 + b_2v_2$

as we might decide to keep $\{v_1,v_2\},\{v_1,v_3\}$ or $\{v_2,v_3\}$.

Generally speaking, the more dimensions we have in our space, the more chances we have of the linear dependency relations being "complicated". For $\text{dim}(V) > 4$ I wouldn't trust "elimination by inspection" but form a matrix from the vector-set and compute its rank.

***********

In this particular problem, you have some information to go off of straight off the bat:

The dimension of your vector space is two (because each vector has only two coordinates, and some vectors with non-zero coordinates in each position exist in your set).

So at most, two of your vectors can be linearly independent.

Since (0,0) ALWAYS makes any set you add it to linearly dependent, get rid of it.

Pick anyone of the 3 remaining non-zero vectors. Now we have a linearly independent set of one vector (which spans a one-dimensional subspace of our two-dimensional vector space).

Now pick a 2nd vector...is it a scalar multiple of the first vector (that is: does it lie in the subspace generated by the first vector)? If so, get rid of it, you don't need it.

Otherwise, it is linearly independent from the first vector and you are done.

Repeat this procedure until you have exhausted the set, or obtained two linearly independent vectors (which is the maximum possible).

(If we had MORE dimensions, we would have to check for a third vector, and we would have to check our 3rd choice was not in the subspace spanned by our first two choices).
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K