Orthogonal basis to two vectors in R4

Click For Summary
SUMMARY

The discussion centers on finding all vectors that are perpendicular to the vectors (1, 4, 4, 1) and (2, 9, 8, 2) in R4. The solution involves creating a matrix A = [[1, 4, 4, 1], [2, 9, 8, 2]] and solving the equation Ax = 0 using Gaussian elimination. This process yields a basis consisting of the vectors (-4, 0, 1, 0) and (-1, 0, 0, 1). It is established that in four-dimensional space, the orthogonal subspace to a two-dimensional plane is also two-dimensional, necessitating two free variables in the solution.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically orthogonality in vector spaces.
  • Proficiency in Gaussian elimination for solving linear equations.
  • Familiarity with the properties of vector spaces in R4.
  • Knowledge of basis and dimension in the context of linear algebra.
NEXT STEPS
  • Study the process of Gaussian elimination in detail.
  • Learn about the properties of orthogonal complements in higher-dimensional spaces.
  • Explore the concept of basis and dimension in vector spaces, particularly in R4.
  • Investigate applications of orthogonal vectors in various fields such as computer graphics and physics.
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as anyone interested in understanding vector spaces and orthogonality in higher dimensions.

jayred
Messages
3
Reaction score
0

Homework Statement



Find all vectors that are perpendicular to (1,4,4,1) and (2,9,8,2)

The Attempt at a Solution



Create matrix A = [[1,4,4,1],[2,9,8,2]]
Set Ax = 0
Reduce by Gauss elimination
Produces basis of (-4,0,1,0) and (-1,0,0,1)

I don't know what the correct solution to this problem is, but as far as I understand it, it would seem that the basis should be one dimensional as the two given vectors form a plane and only a line is orthogonal to a plane, not a plane.
 
Physics news on Phys.org
You are in FOUR dimensions. The original vectors span a 2 dimensional subspace. The orthogonal subspace ought to also be 2 dimensional. Only in three dimensions would the space orthogonal to a two dimensional space be a line.
 
But these are vectors in R^4, so your basis will have to have four vectors. True, the given vectors form a plane, but it's a plane in four-dimensional space. There are two more dimensions that aren't in this plane.

Start with the vector (x, y, z, w). It has to be perpendicular to (1, 4, 4, 1) and (2, 9, 8, 2), so find the dot the first vector with each of the two others. That will give you two equations in four unknowns, so there will be two variables that are free. Choose convenient values to get two more vectors for your basis.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 45 ·
2
Replies
45
Views
4K
  • · Replies 4 ·
Replies
4
Views
9K