Linear Algebra Basis for Hyperplane - Example 8 Explanation

In summary, the conversation is discussing how to determine whether or not a given set of vectors is a basis for a hyperplane in ℝ^{n}, using the procedure outlined in Example 8 of Chapter 2.3. The first step is to determine if the vectors are linearly independent, which can be done by setting up a matrix and triangularizing it. If the vectors are independent, then the next step is to show that any vector in the hyperplane can be written as a linear combination of the given vectors. This involves solving the hyperplane equation for x_{4} in terms of x_{1}, x_{2}, and x_{3}, and then plugging that value into the vector. Finally, the question of whether the
  • #1
ChemistryNat
21
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 4[itex]x_{1}[/itex]-[itex]x_{2}[/itex]+[itex]x_{3}[/itex]+[itex]x_{4}[/itex]=0 in [itex]ℝ^{n}[/itex]

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

We observe that [itex]\beta[/itex] 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 [itex]\beta[/itex]. To do this, observe that any vector [itex]\vec{X}[/itex] in the plane must satisfy the condition of the plane. Hence, every vector in the plane has the form
[itex]\vec{X}[/itex] = [([itex]x_{1}[/itex]),([itex]x_{2}[/itex]),(3[itex]x_{1}[/itex]-2[itex]x_{2}[/itex])]
Since [itex]x_{3}[/itex]=3[itex]x_{1}[/itex]-2[itex]x_{2}[/itex]
Therefore, we now just need to show that the equation
t1(1,2,-1)+t2(1,1,1)=[([itex]x_{1}[/itex]),([itex]x_{2}[/itex]),(3[itex]x_{1}[/itex]-2[itex]x_{2}[/itex])]
is always consistent
Row reducing the corresponding augmented matrix gives
[(1,0,0), (1,1,0)|(([itex]x_{1}[/itex]),(2[itex]x_{1}[/itex]-[itex]x_{2}[/itex]),(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
  • #2
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.
 
  • #3
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.
 
  • #4
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 ?
 
  • #5
Am I making a solution vector that includes the variables x1, x2, x3 and x4?
 
  • #6
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.
 

1. What is Linear Algebra?

Linear Algebra is a branch of mathematics that deals with linear equations, matrices, vectors, and their operations. It is used to model and solve problems in various fields such as physics, engineering, economics, and computer graphics.

2. What are some real-world applications of Linear Algebra?

Linear Algebra has a wide range of real-world applications, including image and signal processing, data compression, machine learning, and computer graphics. It is also used in physics to model and analyze systems, such as in quantum mechanics and fluid dynamics.

3. What are the basic concepts in Linear Algebra?

The basic concepts in Linear Algebra include vectors, matrices, linear transformations, vector spaces, and eigenvalues and eigenvectors. These concepts are used to represent and manipulate data and solve systems of equations.

4. How is Linear Algebra related to other branches of mathematics?

Linear Algebra is closely related to other branches of mathematics, such as calculus, differential equations, and abstract algebra. It provides a powerful tool for solving complex systems and is used as a foundation for many other mathematical concepts.

5. What are the benefits of learning Linear Algebra?

Learning Linear Algebra can enhance problem-solving skills, as well as critical thinking and analytical skills. It is also essential for understanding and using advanced mathematical and scientific concepts. Additionally, knowledge of Linear Algebra is highly valued in many career fields, including data science, engineering, and finance.

Similar threads

  • Linear and Abstract Algebra
Replies
1
Views
750
  • Linear and Abstract Algebra
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
793
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • Precalculus Mathematics Homework Help
Replies
3
Views
846
  • Calculus and Beyond Homework Help
Replies
2
Views
521
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
Back
Top