Linear Dependence of Equation Vectors

Click For Summary
SUMMARY

The discussion focuses on determining the linear dependence of the vectors x(1)(t) = (e-t, 2e-t), x(2)(t) = (e-t, e-t), and x(3)(t) = (3e-t, 0) for all real values of t. The vectors are shown to be linearly dependent by reducing the augmented matrix formed by these vectors and the zero vector. The key conclusion is that the dependence can be established by factoring out e-t, reducing the problem to checking the independence of the vectors (1, 2), (1, 1), and (3, 0) in R², which confirms their dependence.

PREREQUISITES
  • Understanding of linear independence and dependence concepts
  • Familiarity with matrix row reduction techniques
  • Knowledge of vector spaces, specifically R²
  • Basic understanding of eigenvalues (for context)
NEXT STEPS
  • Study the process of row reduction in linear algebra
  • Learn about the Wronskian determinant and its applications
  • Explore the concept of eigenvalues and eigenvectors in depth
  • Practice problems on linear dependence with various vector sets
USEFUL FOR

Students studying linear algebra, particularly those tackling problems related to vector independence and dependence, as well as educators looking for examples to illustrate these concepts.

pillanoid
Messages
8
Reaction score
0

Homework Statement



Determine whether the members of the given set of vectors are linearly independent for -[tex]\infty[/tex] < t < [tex]\infty[/tex]. If they are linearly dependent, find the linear relation among them.

x(1)(t) = (e-t, 2e-t), x(2)(t) = (e-t, e-t), x(3)(t) = (3e-t, 0)

(the vectors are written as row vectors)

Homework Equations



The section in my book about linear dependence of equation vectors is immediately followed by a discussion of eigenvalues. Wronskians are not covered until the next chapter.

The Attempt at a Solution



I set up a matrix of equations, each vector in the problem statement a column of the matrix, augmented it with the 0 vector, and row-reduced, resulting in

[e-t, 0, -3e-t | 0; 0, e-t, 6e-t | 0]

The book doesn't give any examples, and I'm having a hard time with where to go from here, or if this is the right approach in the first place.
 
Physics news on Phys.org
What does your reduced matrix tell you about the linear independence/dependence of your three vectors?

Your answer should address the question in your problem.

Has your book discussed linear independence and dependence for ordinary vectors? The idea here is about the same.
 
The e-t is just a red herring. You can factor it out and your problem amounts to asking whether (1,2), (1,1), and (3,0) are independent. You probably already know that you can't have 3 independent vectors in R2. So they are going to be dependent. If you try the condition directly for independence you check:

a(1,2) + b(1,1) + c(3,0) = 0 or

a + b + 3c = 0
2a + b + 0c = 0

The row reduction you have done is the same as writing these as

a + 0b -3c = 0
0a +b + 6c = 0

Clearly you can take the c on the other side and let it be most anything except 0. Say c = 1, giving a = 3 and b = -6.

So your row reduction really does the work, you just need to interpret it right.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
1K
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
7K
  • · Replies 3 ·
Replies
3
Views
2K