Find X4 to Make {X1, X2, X3, X4} Linearly Independent

  • Thread starter Thread starter mccoy1
  • Start date Start date
  • Tags Tags
    Basis
mccoy1
Messages
116
Reaction score
0

Homework Statement



Hi fellows,
If we are given 3 vectors (e.g X1, X2, X3) in R^4, how would we find X4 such
that {X1, X2, X3, X4} is a linearly independent set?

Homework Equations





The Attempt at a Solution



I tried something like this: aX1 + bX2 + cX3 + dX4 =0, but it didn't work.
Some tips would be highly appreciated.
Cheers.
 
Physics news on Phys.org
mccoy1 said:

Homework Statement



Hi fellows,
If we are given 3 vectors (e.g X1, X2, X3) in R^4, how would we find X4 such
that {X1, X2, X3, X4} is a linearly independent set?

Homework Equations





The Attempt at a Solution



I tried something like this: aX1 + bX2 + cX3 + dX4 =0, but it didn't work.
Some tips would be highly appreciated.
Cheers.

Since your vectors x1, x2, and x3 are linearly independent, they span a three-dimensional subspace of R4. This subspace is represented by {c1x1 + c2x2 + c3x3}, where c1, c2, and c3 are arbitrary scalars. A vector x4 that is not in the span of the given three vectors satisifies the equation
x4 \cdot (c1x1 + c2x2 + c3x3) = 0.

Presumably from this equation you can find the coordinates of x4 to get the fourth vector of your basis. Note that there will be many vectors that work, but all of them have the same direction, meaning that all are scalar multiples of each other.
 
Mark44 said:
A vector x4 that is not in the span of the given three vectors satisifies the equation
x4 \cdot (c1x1 + c2x2 + c3x3) = 0.

Presumably from this equation you can find the coordinates of x4 to get the fourth vector of your basis.

Wow, thank you ver much Mark44. I'll try to find other vectors using that relation. I got the correct answer two days ago but it was through trial and error, which take a very long time.
 
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