Finding values of t for which the set is linearly independent

In summary, the conversation discussed how to determine the linear independence of a set of vectors using various methods such as setting up a system of equations and reducing a matrix or using the outer product and geometric interpretations. The final conclusion was that the set {(t,1,1),(1,t,1),(1,1,t)} is linearly dependent for -2 ≠ t ≠ 1.
  • #1
mitch_1211
99
1
hey i have the set

s = {(t,1,1),(1,t,1),(1,1,t)} and i want to find for which values of t this set is linearly independent.
For a set of vectors containing all numbers i setup c1v1 + c2v2 .. +cnvn = 0 and I need the only solution to be c1=c2=c3..=cn=0 for linear independence.

so then put this into a matrix (v1 v2 v3 .. vn)(c)=(0) or (v1 v2 v2 .. vn|0) and reduce this to determine if there are infinite solution, unique solution or no solution.

I can setup the matrices fine with the t's but not sure how to go about solving the system. Also not sure if the matrix approach is correct..

Mitch
 
Physics news on Phys.org
  • #2
Hi mitch_211! :smile:

You likely obtained the system

[tex]\left(\begin{array}{ccc} t & 1 & 1\\ 1 & t & 1\\ 1 & 1 & t\\ \end{array}\right)[/tex]

What's your problem in reducing this matrix? It should be analogous to the case where t is just a number...
 
  • #3
micromass said:
Hi mitch_211! :smile:

You likely obtained the system

[tex]\left(\begin{array}{ccc} t & 1 & 1\\ 1 & t & 1\\ 1 & 1 & t\\ \end{array}\right)[/tex]

What's your problem in reducing this matrix? It should be analogous to the case where t is just a number...

I'm not sure how to get a leading one in the top left corner or how to 'zero out' the lower ones in the first column
 
  • #4
If there was a 2 instead of a t, you would be able to solve it, right? Now you just do the same thing!

For example, if there was a 2 instead of a 2, then you would get a 1 in the upper-left corner by dividing by 2. Now you do the same: you divide the row by t... (note, this does require t to be nonzero! So for t=0, you'll have to do something different).
 
  • #5
micromass said:
Now you do the same: you divide the row by t...

that makes sense now! thank you so much
 
  • #6
If the rows/columns are linearly dependent then the determinant will be zero.
So can't you just calculate the determinant
det{(t,1,1),(1,t,1),(1,1,t)} = 2 - 3 t + t3
and solve for when it's zero
2 - 3 t + t2 =
0 ⇒ t=1 or t=-2 (there's a double zero at t=1)

So the set is linearly dependent for -2 ≠ t ≠ 1

That said, I haven't manually done a row reduction since 1st year uni
(which is an embarrassingly long time ago)
so under the spoiler are the elementary row operations that reduce the matrix.
Care needs to be taken if t=-1,0,1.
But the final result clearly shows the same -2 ≠ t ≠ 1 result.

[itex]\left(
\begin{array}{ccc}
1 & 0 & 0 \\
0 & 1 & 0 \\
-1 & \frac{1-t}{t} & 1
\end{array}
\right).\left(
\begin{array}{ccc}
1 & 0 & 0 \\
0 & -\frac{t}{(t-1) (t+1)} & 0 \\
0 & 0 & 1
\end{array}
\right).\left(
\begin{array}{ccc}
1 & 0 & 0 \\
1 & -1 & 0 \\
0 & 0 & 1
\end{array}
\right).\left(
\begin{array}{ccc}
t^{-1} & 0 & 0 \\
0 & 1 & 0 \\
0 & 0 & 1
\end{array}
\right).\left(
\begin{array}{ccc}
t & 1 & 1 \\
1 & t & 1 \\
1 & 1 & t
\end{array}
\right)=\left(
\begin{array}{ccc}
1 & \frac{1}{t} & \frac{1}{t} \\
0 & 1 & \frac{1}{t+1} \\
0 & 0 & \frac{(t-1) (t+2)}{t+1}
\end{array}
\right)[/itex]

An alternative set of row operations that don't use division, but introduce the spurious -1 ≠ t ≠ 0 conditions
(which come from the fact that the determinant of the row ops is -t2 (t + 1) ):

[itex]\left(
\begin{array}{ccc}
1 & 0 & 0 \\
0 & 1 & 0 \\
-(1+t) & 1 & t (1+t)
\end{array}
\right).\left(
\begin{array}{ccc}
1 & 0 & 0 \\
1 & -t & 0 \\
0 & 0 & 1
\end{array}
\right).\left(
\begin{array}{ccc}
t & 1 & 1 \\
1 & t & 1 \\
1 & 1 & t
\end{array}
\right)=\left(
\begin{array}{ccc}
t & 1 & 1 \\
0 & 1-t^2 & 1-t \\
0 & 0 & t^3+t^2-2 t
\end{array}
\right)[/itex]
 
  • #7
For my money, the simplest test of linear independence is the outer product. A set of vectors [itex]a_1, a_2, \ldots, a_n[/itex] is linearly dependent if and only if [itex]a_1 \wedge a_2 \wedge \ldots \wedge a_1 = 0[/itex].

The outer product of a bunch of vectors:
a) swaps sign when you interchange any pair of vectors, and
b) is zero when any vector is a linear combination of the others (as mentioned before)

In this case, you would express your vectors in terms of the basis you've implied; let's call it [itex]e_1, e_2, e_3[/itex]:
[tex] a_1 = te_1 + e_2 + e_3[/tex]
etc. Then you want to find out whether
[tex] a_1 \wedge a_2 \wedge a_3 = 0 [/tex]
or not.

Here's an example practical calculation to get you started:
[tex]
\begin{align}
a_1 \wedge a_2 &= (te_1 + e_2 + e_3) \wedge (e_1 + te_2 + e_3) \\
&= te_1\wedge e_1 + t^2e_1\wedge e_2 + te_1 \wedge e_3 + e_2\wedge e_1 + e_2\wedge e_2 + e_2 \wedge e_3 + e_3\wedge e_1 + te_3\wedge e_2 + e_3 \wedge e_3 \\
&= t(0) + t^2e_1\wedge e_2 + t(-e_3 \wedge e_1) + (-e_2\wedge e_1) + (0) + e_2 \wedge e_3 + e_3\wedge e_1 + t(-e_3\wedge e_2) + (0) \\
&= (t^2-1)e_1\wedge e_2 + (1-t)(e_3 \wedge e_1) + (1-t)e_2 \wedge e_3
\end{align}
[/tex]

Note that any vector wedged with itself is zero (because the set [itex]e_1,e_1[/itex] is obviously linearly dependent), and that terms like [itex]e_2 \wedge e_1[/itex] can be switched to [itex]-e_1 \wedge e_2[/itex].

To finish the calculation, you would simply take the previous result and wedge with [itex]a_3[/itex]. You end up with
[tex]a_1 \wedge a_2 \wedge a_3 = (t^2 - 3t + 2)e_1 \wedge e_2 \wedge e_3[/tex]
exactly the same polynomial as from other posters here.

One reason I like this approach is the simplicity of calculation: I can just go through the steps using simple algebra. But mainly I like it because it gives a geometric meaning to the calculations I'm doing. Specifically: [itex]a_1 \wedge a_2 \wedge a_3[/itex] is a 3-dimensional volume spanned by those three vectors. But three linearly DEpendent vectors can't span a 3-D volume! So the wedge product is zero whenever they're linearly dependent. As opposed to matrix determinants, or row operations -- kind of abstract -- the geometric approach is something you can visualize, something you can almost reach out and touch.

A highly readable Linear Algebra textbook to get from your library:
http://faculty.luther.edu/~macdonal/laga/index.html
Enjoy!
 
  • #8
Of course, the wedge product of n n-vectors is just the determinant * the unit volume...
 
  • #9
thanks for your help everyone!

I'm going to try several of these methods and see what works best for me!

:)
 

1. What does it mean for a set to be linearly independent?

Linear independence refers to the property of a set of vectors where none of the vectors can be expressed as a linear combination of the others. In other words, no vector in the set is redundant and all of them contribute uniquely to span the vector space.

2. How do you determine if a set is linearly independent?

To determine if a set is linearly independent, you can use the method of Gaussian elimination. This involves putting the vectors into a matrix and reducing it to row-echelon form. If there are no free variables, then the set is linearly independent. Alternatively, you can also use the definition of linear independence to check if any vector in the set can be written as a linear combination of the others.

3. What is the significance of finding values of t for which the set is linearly independent?

Finding values of t for which the set is linearly independent is important because it helps to determine the range of values for which the set of vectors is linearly independent. This information can then be used to determine the span and basis of the vector space, which are important concepts in linear algebra.

4. Can a set be both linearly independent and linearly dependent?

No, a set cannot be both linearly independent and linearly dependent. These are mutually exclusive properties. A set is either linearly independent, meaning none of the vectors can be expressed as a linear combination of the others, or linearly dependent, meaning at least one vector can be expressed as a linear combination of the others.

5. How can the values of t affect the linear independence of a set?

The values of t can affect the linear independence of a set if they result in a vector that is a linear combination of the other vectors in the set. In this case, the set would become linearly dependent. However, if the values of t do not result in any redundant vectors, the set will remain linearly independent.

Similar threads

  • Linear and Abstract Algebra
Replies
1
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
863
  • Linear and Abstract Algebra
Replies
3
Views
1K
  • Linear and Abstract Algebra
Replies
5
Views
1K
  • Linear and Abstract Algebra
Replies
6
Views
1K
  • Linear and Abstract Algebra
Replies
5
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
299
  • Linear and Abstract Algebra
Replies
2
Views
1K
  • Linear and Abstract Algebra
Replies
2
Views
2K
Back
Top