Vector A=i- 2j+ k, what will be the unit vector parallel to XY plane and perpendicular to vector A?

1 Answer
Jun 5, 2018

1/sqrt5 ( 2,1,0 )15(2,1,0)

Explanation:

The x-y plane has unit normal vector: bb hat k = (0,0,1)ˆk=(0,0,1)

The vector you want (call it bb VV) is perp to both bb hat kˆk and bb A = (1, -2, 1)A=(1,2,1)

That is: bb V = bb A times bb hat kV=A׈k

= det [(bb hat i , bb hat j, bb hat k),(1, -2 ,1),(0,0,1)]

= bb hat i (-2) - bb hat j (1) + bb hat k (0) = (-2, -1, 0)

We can equally use bb V = (2,1,0) to avoid the minus signs.

For the unit vector:

bb hat V = (bb V)/(abs bb V) = ( (( 2,1,0 )) )/sqrt(2^2 + 1^2 + 0^2) =1/sqrt5 ( 2,1,0 )