What is the unit vector that is normal to the plane containing #(2i - 3 j +k )# and #(2i+ j - 3k)#?

1 Answer
Mar 2, 2017

#vecu=< (sqrt(3))/3,(sqrt(3))/3,(sqrt(3))/3>#

Explanation:

A vector which is normal (orthogonal, perpendicular) to a plane containing two vectors is also normal to both of the given vectors. We can find the normal vector by taking the cross product of the two given vectors. We can then find a unit vector in the same direction as that vector.

First, write each vector in vector form:

#veca=<2,-3,1>#
#vecb=<2,1,-3>#

The cross product, #vecaxxvecb# is found by:

#vecaxxvecb=abs((veci,vecj,veck),(2,-3,1),(2,1,-3))#

For the i component, we have:

#(-3*-3)-(1*1)=9-(1)=8#

For the j component, we have:

#-[(2*-3)-(2*1)]=-[-6-2]=8#

For the k component, we have:

#(2*1)-(-3*2)=2-(-6)=8#

Therefore, #vecn=<8,8,8>#

Now, to make this a unit vector, we divide the vector by its magnitude. The magnitude is given by:

#|vecn|=sqrt((n_x)^2+(n_y)^2+(n_z)^2)#

#|vecn|=sqrt((8)^2+(8)^2+(8)^2)#

#|vecn|=sqrt(64+64+64)=sqrt(192)=8sqrt3#

The unit vector is then given by:

#vecu=(vecaxxvecb)/(|vecaxxvecb|)=(vecn)/(|vecn|)#

#vecu=(< 8,8,8 >)/(8sqrt(3))#

#vecu=< 1/(sqrt(3)),1/(sqrt(3)),1/(sqrt(3)) >#

By rationalizing the denominator, we get:

#vecu=< (sqrt(3))/3,(sqrt(3))/3,(sqrt(3))/3>#