Finding Orthogonal Vectors in R^5 without Cross Product

Click For Summary
SUMMARY

The discussion focuses on finding a system of linear equations for a vector x that is orthogonal to the given vectors a=(1,-1,0,2,1), b=(3,1,-2,-1,0), and c=(1,5,2,4,-4) in R^5. The user initially attempted to formulate the equations but encountered errors in their setup. After receiving feedback regarding typos and the nature of the solution, they successfully reworked the equations and found the correct approach to derive the orthogonal vector solutions.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically orthogonality in vector spaces.
  • Familiarity with systems of linear equations and their solutions.
  • Knowledge of vector notation and operations in R^n.
  • Experience with matrix representation of linear equations.
NEXT STEPS
  • Study the properties of orthogonal vectors in R^n.
  • Learn how to set up and solve systems of linear equations using matrix methods.
  • Explore the Gram-Schmidt process for orthogonalization of vectors.
  • Investigate the implications of vector families in solution spaces of linear equations.
USEFUL FOR

Students and educators in linear algebra, mathematicians working with vector spaces, and anyone interested in solving systems of equations involving orthogonal vectors.

phil ess
Messages
67
Reaction score
0

Homework Statement



Given vectors a=(1,-1,0,2,1) b=(3,1,-2,-1,0) and c=(1,5,2,4,-4), which are mutually orthogonal, find a system of linear equations that a vector x must satisfy so it is orthogonal to a, b, and c.

Homework Equations



None I think.

The Attempt at a Solution



This is part A of the problem, after which I just have to solve the system and I'm confident I can do the rest once I have it, but I don't know where to start. I tried using the equations:

x1-x2+3x4+x5=0
3x1+x2-2x3-x5=0
x1+5x2+2x3+4x4-4x5=0

And then just solving the matrix, which gives me
x=(0,0,0,0,0)+s(-8,2,-11,5,0)+t(-5,5,-6,0,2)

But I'm pretty sure this doesn't answer the problem. I don't know how to create a system that gives orthogonal solutions, and the above solution isn't even a vector as far as I know. How do I start this problem? Any tips are much appreciated! Thanks.
 
Physics news on Phys.org
You are doing exactly the right thing, except there seems to be some typos in your equations. How did you get the 3 in the first one and why is there an x5 and not an x4 in the second one. Your result isn't 'a' vector, it's a two parameter family of vectors, which is exactly what you should get, but the numbers aren't quite right either.
 
I understand the problem now, and I went back and reworked everything carefully and ended up with the right solution. It was actually much easier than I thought at first. Thanks a lot!
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
6K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
6
Views
8K
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 8 ·
Replies
8
Views
4K