Given $\vec{a} = \langle 2,\,1,\,-1\rangle$ and $\vec{b} = \langle 1,\,-1,\,2\rangle$, find $\vec{a}\times\vec{b}$ and the area of the parallelogram they form.
Note: $A\times B = 0$ means the vectors are parallel, so B is a positive multiple of A.
Question Bank: w245
MSTE - Physics/Dynamics / Vectors / MSTE April 2025
Given the following vectors: $A = 6i - 2j - k$, $B = 2i + 5j + 2k$, $P = 2i - 4j + k$, and $Q = -6i + 12j - 3k$. Which statement is correct?
A & B are parallel; P & Q are parallel
A & B are orthogonal; P & Q are orthogonal
A & B are parallel; P & Q are orthogonal
A & B are orthogonal; P & Q are parallel
Two vectors are orthogonal if their dot product is zero. $A\cdot B = 6(2) - 2(5) - 1(2) = 12 - 10 - 2 = 0$ Therefore A and B are orthogonal.
Two vectors are parallel if their cross product is zero, or by inspection if one is a scalar multiple of the other: $U = \pm cV$ where $c$ is a constant. $Q = -6i + 12j - 3k = -3(2i - 4j + k) = -3P$ Therefore P and Q are parallel.
$\boxed{\text{A \& B are orthogonal; P \& Q are parallel}}$
Question Bank: w275
MSTE - Physics/Dynamics / Vectors / MSTE April 2025
Find the volume of the parallelepiped whose edges are represented by the following vectors: $A = 2i - 3j + 4k$, $B = i + 2j - k$, and $C = 3i - j + 2k$.
5
6
7
8
The volume of a parallelepiped is the absolute value of the scalar triple product: $V = A\cdot(B\times C)$
Evaluate as a 3×3 determinant of the components: $V = \begin{vmatrix} 2 & -3 & 4 \\ 1 & 2 & -1 \\ 3 & -1 & 2 \end{vmatrix} = -7$
Volume is a magnitude, so take the absolute value: $\boxed{V = 7\ \text{unit}^{3}}$