Linear Dependence of Equation Vectors

pillanoid
Messages
8
Reaction score
0

Homework Statement



Determine whether the members of the given set of vectors are linearly independent for -\infty < t < \infty. 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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top