Study guide and 12 practice problems on:

Cross product definition

$\newcommand{\bfA}{\mathbf{A}}$ $\newcommand{\bfB}{\mathbf{B}}$ $\newcommand{\bfC}{\mathbf{C}}$ $\newcommand{\bfF}{\mathbf{F}}$ $\newcommand{\bfI}{\mathbf{I}}$ $\newcommand{\bfa}{\mathbf{a}}$ $\newcommand{\bfb}{\mathbf{b}}$ $\newcommand{\bfc}{\mathbf{c}}$ $\newcommand{\bfd}{\mathbf{d}}$ $\newcommand{\bfe}{\mathbf{e}}$ $\newcommand{\bfi}{\mathbf{i}}$ $\newcommand{\bfj}{\mathbf{j}}$ $\newcommand{\bfk}{\mathbf{k}}$ $\newcommand{\bfn}{\mathbf{n}}$ $\newcommand{\bfr}{\mathbf{r}}$ $\newcommand{\bfu}{\mathbf{u}}$ $\newcommand{\bfv}{\mathbf{v}}$ $\newcommand{\bfw}{\mathbf{w}}$ $\newcommand{\bfx}{\mathbf{x}}$ $\newcommand{\bfy}{\mathbf{y}}$ $\newcommand{\bfz}{\mathbf{z}}$
The cross product of $\mathbf{x} = \langle x_1, x_2, x_3\rangle$ and $\mathbf{y} = \langle y_1, y_2, y_3\rangle$ is
\begin{align}\mathbf{x} \times \mathbf{y} &= \begin{vmatrix}\mathbf{i} & \mathbf{j} & \mathbf{k} \\ x_1 & x_2 & x_3 \\ y_1 & y_2 & y_3 \end{vmatrix}\\ \ \\ &= \begin{vmatrix}x_2 & x_3 \\ y_2 & y_3 \end{vmatrix} \ \mathbf{i} - \begin{vmatrix}x_1 & x_3 \\ y_1 & y_3 \end{vmatrix} \ \mathbf{j} + \begin{vmatrix}x_1 & x_2 \\ y_1 & y_2 \end{vmatrix} \ \mathbf{k} \end{align}

Practice problems