There are three vectors: a_1=(−1,1,0,x) a_2=(2,−3,1,2) a_3=(1,−2,1,−1) How can I find the parameter x so that these vectors are linearly independent?

hexaedru8p

hexaedru8p

Answered question

2022-10-06

How to find linearly independent vectors?
There are three vectors:
a 1 = ( 1 , 1 , 0 , x ) a 2 = ( 2 , 3 , 1 , 2 ) a 3 = ( 1 , 2 , 1 , 1 )
How can I find the parameter x so that these vectors are linearly independent? I'm not quite sure how to approach this problem since there are three vectors in R 4 , so I can't calculate the determinant of the matrix. Any help will be appreciated!

Answer & Explanation

Baron Coffey

Baron Coffey

Beginner2022-10-07Added 5 answers

When you don't know what to do in a problem, go back to the definitions. It might not be the fastest or easiest way to do it, but it can usually give you some insight.
Going back to the definition of linearly independent. The vectors a 1 , a 2 , a 3 are linearly independent if c 1 a 1 + c 2 a 2 + c 3 a 3 = ( 0 , 0 , 0 , 0 ) implies c 1 , c 2 , c 3 are zero, here ci are constants.
Just write down the expression, you will end up with a linear system on the variables c 1 , c 2 , c 3 (this system actually gives you a matrix to row-reduce, if you want it). Now, the x given in the problem will appear too. You just have to work with it a bit and you will get to the solution.
solvarmedw

solvarmedw

Beginner2022-10-08Added 3 answers

It is easy to see that a 2 and a 3 are linearly independent, since the ratio of the components are different. For example 2 / 1 ( 3 ) / ( 2 ). Then we ask if a 1 , a 2 , a 3 are linearly independent. What does that mean? It means that if
α a 1 + β a 2 + γ a 3 = 0
then α = β = γ = 0. You can verify by components:
α ( 1 ) + β ( 2 ) + γ ( 1 ) = 0 α ( 1 ) + β ( 3 ) + γ ( 2 ) = 0 α ( 0 ) + β ( 1 ) + γ ( 1 ) = 0 α ( x ) + β ( 2 ) + γ ( 1 ) = 0
Since the first three equations do not contain x, we can verify if there is a non trivial solution. And indeed, if γ = β from the third equation, then the first two rows become:
α + β = 0 α β = 0
So α = β, and you have a non trivial solution. The last of the equations for components is then
α ( x + 2 + 1 ) = 0
To have only the trivial solution α = 0 you must have x 3. If x = 3 the equations are linearly dependent
a 1 + a 2 a 3 = 0

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?