What is the Normal of a Direction Vector?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 14K views
staka
Messages
23
Reaction score
0
How may I solve for the normal of a direction vector?

If, for example, the direction vector is (1,2,-2), then what is its normal.
 
Last edited:
Mathematics news on Phys.org
Any normal vector (x, y, z) satisfies (x, y, z).(1, 2, -2) = 0, so you just have to solve the linear equation x + 2y - 2z = 0.
 
The plane x+2y- 2z= 0 is normal to that given vector. Any vector in that plane will be normal to the vector.