Linear Algebra Basis for Hyperplane - Example 8 Explanation

ChemistryNat
Messages
20
Reaction score
0

Homework Statement



I'm studying for my linear algebra midterm, one of the challenge questions from my textbook is as follows:

Using the procedure of Example 8 of Chapter 2.3, find whether or not {(0,1,0,1),(-1,1,4,1),(-1,0,2,2)} is or is not a basis for the hyperplane 4x_{1}-x_{2}+x_{3}+x_{4}=0 in ℝ^{n}

Example 8:
Show that \beta={[1,2,-1],[1,1,1]} is a basis for the plane -3x_{1}+2x_{2}+x_{3}=0

We observe that \beta is clearly linearly independent since neither vector is a scalar multiple of the other. Thus, we need to show that every vector in the plane can be written as a linear combination of the vectors in \beta. To do this, observe that any vector \vec{X} in the plane must satisfy the condition of the plane. Hence, every vector in the plane has the form
\vec{X} = [(x_{1}),(x_{2}),(3x_{1}-2x_{2})]
Since x_{3}=3x_{1}-2x_{2}
Therefore, we now just need to show that the equation
t1(1,2,-1)+t2(1,1,1)=[(x_{1}),(x_{2}),(3x_{1}-2x_{2})]
is always consistent
Row reducing the corresponding augmented matrix gives
[(1,0,0), (1,1,0)|((x_{1}),(2x_{1}-x_{2}),(0))]

Homework Equations





The Attempt at a Solution


I'm not entirely sure where to start with this one. I've been working really hard in this class, but it's not sticking. Thank you
 
Physics news on Phys.org
The first step is to determine whether the given vectors, which I'll call ##v_1, v_2, v_3## are independent. You can stack them up into a 4 x3 matrix and triangularize it. If you wind up with a zero row, they are not independent.

But suppose they are independent. For them to be a basis you must be able to write any point ##(x_1,x_2,x_3,x_4)## in the hyperplane as a linear combination fo the v's. That is there must be numbers a, b, c such that

##(x_1,x_2,x_3,x_4)## = ##av_1 + bv_2 + cv_3##.

Now how do you know that ##(x_1,x_2,x_3,x_4)## is a vector in the hyperplane? Well, you solve the hyperplane equation for ##x_4 \text { in terms of } (x_1,x_2,x_3)## then plug in the ##x_4## you got into the 4th position. By doing this you incorporated the requirements of the hyperplane into your vector.

Can you start now? If not, ask some specific questions.
 
By the way, linear algebra seems to baffle almost everyone the first time around, so if it isn't sticking that is not unusual.

One hint might be to go over the vocabulary very carefully and make sure you know what it all means. There is so much new vocabulary that it is hard to absorb it all and relate each thing to the others. But it probably would help you if you took the trouble to do it.

A second hint is to look around at other books. Some books are completely unclear and your text might be one of those. Some other text, or even the Schaum's outline, might be easier to decipher.
 
brmath said:
The first step is to determine whether the given vectors, which I'll call ##v_1, v_2, v_3## are independent. You can stack them up into a 4 x3 matrix and triangularize it. If you wind up with a zero row, they are not independent.

But suppose they are independent. For them to be a basis you must be able to write any point ##(x_1,x_2,x_3,x_4)## in the hyperplane as a linear combination fo the v's. That is there must be numbers a, b, c such that

##(x_1,x_2,x_3,x_4)## = ##av_1 + bv_2 + cv_3##.

Now how do you know that ##(x_1,x_2,x_3,x_4)## is a vector in the hyperplane? Well, you solve the hyperplane equation for ##x_4 \text { in terms of } (x_1,x_2,x_3)## then plug in the ##x_4## you got into the 4th position. By doing this you incorporated the requirements of the hyperplane into your vector.

Can you start now? If not, ask some specific questions.


I found the RREF and found that the set is linearly independent. I really don't understand what to do after that though

Am I solving for x4 in the hyperplane equation? as in x4=-x3+x2-4x1 ?
 
Am I making a solution vector that includes the variables x1, x2, x3 and x4?
 
ChemistryNat said:
I found the RREF and found that the set is linearly independent. I really don't understand what to do after that though

Am I solving for x4 in the hyperplane equation? as in x4=-x3+x2-4x1 ?

***
Yes. Now you have a vector v with 4 components that looks like v = ##(4x_1,-x_2,x_3,-x_3+x_2-4x_1)## This is the nature of each point in the hyperplane.

Now can you find numbers a,b,c so that a(0,1,0,1)+b(-1,1,4,1) + c(-1,0,2,2) = v? To start, you have

##0a-b-c =-4x_1 ##

You have to set up 3 more equations. Then they are either solvable or not. If so, it's a basis; if not then not a basis.
 
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...

Similar threads

Replies
1
Views
1K
Replies
2
Views
2K
Replies
6
Views
3K
Replies
3
Views
2K
Replies
2
Views
2K
Replies
12
Views
2K
Replies
3
Views
2K
Replies
1
Views
8K
Back
Top