What is the Orthonormal Basis of the Plane x - 4y - z = 0?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 27K views
gbacsf
Messages
15
Reaction score
0
I need to find the Orthonormal Basis of this plane:

x - 4y -z = 0

I know the result will be the span of two vectors but I'm not sure where to start. Any hints?

Thanks,

Gab
 
Physics news on Phys.org
First find a basis by finding two independent vectors that satisfy that equation. This is easy: find one non-zero vector satisfying that equation with z-component 0, and find another satisfying that equaiton with y-componenet 0. Next, orthogonalize this basis using Gramm-Schmidt. Finally, normalize it by dividing the two orthogonal vectors you have by their own norms.
 
So set (y=1, z=0) and (y=0, z=1)

Get two vectors:

(4,1,0) and (1,0,1)

Normalize:

(4/sqrt(17), 1/sqrt(17), 0) and (1/sqrt(2), 0, 1/sqrt(2))
 
Ah thanks,

so e1= (1/sqrt(2), 0, 1/sqrt(2))

e2 = (2/3, 1/3, -2/3)