HELP: orthogonal sets & orthogonal matrices HW problem

Click For Summary
SUMMARY

The discussion centers on determining if the set of vectors {a, b, c} = {(1, -2, 1), (0, 1, 2), (-5, -2, 1)} is orthogonal. The user confirms orthogonality through dot products, which yield zero for all combinations. However, confusion arises regarding the relationship between orthogonal and orthonormal sets, particularly when forming matrices. It is established that while the vectors are orthogonal, they are not normalized, meaning their lengths are not equal to one. To form an orthogonal matrix, the vectors must first be normalized.

PREREQUISITES
  • Understanding of vector dot products
  • Knowledge of orthogonal and orthonormal sets
  • Familiarity with matrix multiplication
  • Concept of matrix transposition and inverses
NEXT STEPS
  • Learn how to normalize vectors to create orthonormal sets
  • Study the properties of orthogonal matrices in linear algebra
  • Explore the implications of orthogonality in higher-dimensional spaces
  • Investigate the relationship between matrix transposition and identity matrices
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as anyone working with vector spaces and matrix theory.

xcvxcvvc
Messages
392
Reaction score
0
Given a = ( 1, -2, 1), b= ( 0, 1, 2), and c = (-5, -2, 1) determine if {a, b, c} is an orthogonal set. Show support for your answer.

I know that if the dot product of every combination equals zero, the set is orthogonal. No problems here. I do that, and they all equal zero.
a dot b:
1 * 0 + -2 * 1 + 1 * 2 = 0
a dot c:
1 * -5 + -2 * -2 + 1 * 1 = 0
b dot c:
0 * -5 + 1 * -2 + 2 * 1 = 0

The problem comes with another theorem I learned to determine if a set is orthogonal. I thought if i made a square matrix out of orthogonal sets, the matrix is also orthogonal. Thus, the matrix's transpose equals its inverse and its transpose times the original equals an identity matrix.

So I check what I've already concluded this time with the matrix method:

[ 1, -2, 1]T [1, -2, 1] --------------------[1,0,0]
[ 0, 1, 2] * [ 0, 1, 2] which doesn't equal [0,1,0]
[-5, -2, 1] [-5, -2, 1] -------------------- [0,0,1]

I tried making the vectors columns and rows(from my understanding, both should work), and there is an example in my notes that uses this method. The example works. this does not. It's really frustrating.

I'm using a calculator to do the matrix math.
 
Physics news on Phys.org
xcvxcvvc said:
Given a = ( 1, -2, 1), b= ( 0, 1, 2), and c = (-5, -2, 1) determine if {a, b, c} is an orthogonal set. Show support for your answer.

I know that if the dot product of every combination equals zero, the set is orthogonal. No problems here. I do that, and they all equal zero.
a dot b:
1 * 0 + -2 * 1 + 1 * 2 = 0
a dot c:
1 * -5 + -2 * -2 + 1 * 1 = 0
b dot c:
0 * -5 + 1 * -2 + 2 * 1 = 0

The problem comes with another theorem I learned to determine if a set is orthogonal. I thought if i made a square matrix out of orthogonal sets, the matrix is also orthogonal.
No! If a set of vectors is orthonormal, then a matrix having those vectors as columns or rows is orthogonal. The vectors you give are orthogonal but not "normal"- they do not have length 1. If you were to divide each of those vectors by its length, then you would have an orthonormal set and they would form an orthogonal matrix.

Thus, the matrix's transpose equals its inverse and its transpose times the original equals an identity matrix.

So I check what I've already concluded this time with the matrix method:

[ 1, -2, 1]T [1, -2, 1] --------------------[1,0,0]
[ 0, 1, 2] * [ 0, 1, 2] which doesn't equal [0,1,0]
[-5, -2, 1] [-5, -2, 1] -------------------- [0,0,1]

I tried making the vectors columns and rows(from my understanding, both should work), and there is an example in my notes that uses this method. The example works. this does not. It's really frustrating.

I'm using a calculator to do the matrix math.
 
HallsofIvy said:
No! If a set of vectors is orthonormal, then a matrix having those vectors as columns or rows is orthogonal. The vectors you give are orthogonal but not "normal"- they do not have length 1. If you were to divide each of those vectors by its length, then you would have an orthonormal set and they would form an orthogonal matrix.

ahh, thanks. Is there any pattern formed when a matrix's rows or columns are orthogonal vectors? I know when I arrange those orthogonal vectors into columns, the transpose * the original equals a diagonal matrix. Yet, arranging the orthogonal vectors into rows gives me a mess of a matrix no where near diagonal.

Also, the orthonormal vector identity matrix orthogonal matrix thing only works for square matrices. right?
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 18 ·
Replies
18
Views
4K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 32 ·
2
Replies
32
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 17 ·
Replies
17
Views
6K
  • · Replies 25 ·
Replies
25
Views
3K