How do you find a unit vector perpendicular to two vectors that is perpendicular to both the vectors u = (0, 2, 1) and v = (1, -1, 1)?

1 Answer
Jul 22, 2016

Reqd. vector=(3/sqrt14,1/sqrt14,-2/sqrt14)=(314,114,214).

Explanation:

A well-known Property of the Vector Product will be useful in this case.

Given two vectors vecx and vecyxandy, we know that, vecxx x vecyy

is a vector that is bot to both vecx & vecyx&y

Therefore, taking vecu xx vecv = vec w,u×v=w, say, we get,

vecw=|(hati, hatj, hatk), (0,2,1), (1,-1,1)|

=3hati+hatj-2hatk=(3,1,-2)

Now reqd. unit vector, i.e., hatw is given by, vecw/||vecw||,

where, ||vecw||=sqrt(3^2+1^2+(-2)^2)=sqrt14

Hence, reqd. vectorhatw=(3/sqrt14,1/sqrt14,-2/sqrt14).