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

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))
 
To satisfy the "ortho" part of Orthonormal you need to verify that the dot product of your 2 vectors is 0.
 
Ah thanks,

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

e2 = (2/3, 1/3, -2/3)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top