121k views
3 votes
Find a nonzero vector that is perpendicular to both the vectors u = <2, 1, -1> and v = <2, 1, 1> use cross product to find

User Oujk
by
5.7k points

1 Answer

6 votes

Answer:

<2, -4, 0>

Step-by-step explanation:

Given vectors,

u = <2, 1, -1>

⇒ u = 2i + j - k

v = <2, 1, 1>

⇒ v = 2i + j + k

∵ The cross product of u and v is a orthogonal or perpendicular vector to both vectors u and v,


\because u* v=\begin{vmatrix}i &amp; j &amp;k \\ 2 &amp; 1 &amp; -1\\ 2 &amp; 1 &amp; 1\end{vmatrix}


=i(1+1)-j(2+2)+k(2-2)

= 2i - 4j + 0k

Hence, the vector which is perpendicular to both u and v is <2, -4, 0>

User Ezekiel Victor
by
5.7k points