Answer:
magnitude = 3
unit vector = [tex]\frac{2i}{3} - \frac{j}{3} - \frac{2k}{3}[/tex]
Explanation:
Given vectors:
u = 2i + 2j - k
v = -i + k = -i + 0j + k
(a) u x v is the cross product of u and v, and is given by;
[tex]u X v = \left[\begin{array}{ccc}i&j&k\\2&2&-1\\-1&0&1\end{array}\right][/tex]
u x v = i(2+0) - j(2 - 1) + k(0 - 2)
u x v = 2i - j - 2k
Now the magnitude of u x v is calculated as follows:
| u x v | = [tex]\sqrt{2^2 + (-1)^2 + (-2)^2}[/tex]
| u x v | = [tex]\sqrt{4 + 1 + 4}[/tex]
| u x v | = [tex]\sqrt{9}[/tex]
| u x v | = 3
Therefore, the magnitude of u x v is 3
(b) The unit vector û parallel to u x v in the direction of u x v is given by the ratio of u x v and the magnitude of u x v. i.e
û = [tex]\frac{u X v}{|u X v|}[/tex]
u x v = 2i - j - 2k [calculated in (a) above]
|u x v| = 3 [calculated in (a) above]
∴ û = [tex]\frac{2i - j - 2k}{3}[/tex]
∴ û = [tex]\frac{2i}{3} - \frac{j}{3} - \frac{2k}{3}[/tex]