The vector product, also known as the cross product, of two vectors results in a third vector that is perpendicular to both of the original vectors. This operation is defined in three-dimensional space and is denoted by \( \vec{A} \times \vec{B} \).
Given two vectors \( \vec{A} = A_1\hat{i} + A_2\hat{j} + A_3\hat{k} \) and \( \vec{B} = B_1\hat{i} + B_2\hat{j} + B_3\hat{k} \), their cross product is defined as:
This determinant expands to:
\( \vec{A} \times \vec{B} = (A_2B_3 - A_3B_2)\hat{i} - (A_1B_3 - A_3B_1)\hat{j} + (A_1B_2 - A_2B_1)\hat{k} \)The magnitude of the cross product represents the area of the parallelogram formed by vectors \( \vec{A} \) and \( \vec{B} \). Mathematically:
\[ |\vec{A} \times \vec{B}| = |\vec{A}||\vec{B}|\sin\theta \]
Here, \( \theta \) represents the angle formed between the vectors \( \vec{A} \) and \( \vec{B} \).
The outcome of a cross product is a vector quantity, never a scalar.