Lecture 004

Cross Product

Cross Product (\times): perpendicular (\perp) to all input vectors

Formal Determinant:

\det \begin{pmatrix} \overrightarrow{i} & \overrightarrow{j} & \overrightarrow{k}\\ u_1 & u_2 & u_3\\ v_1 & v_2 & v_3\\ \end{pmatrix} = \overrightarrow{i} \det \begin{pmatrix} \overrightarrow{u_2} \overrightarrow{u_3}\\ \overrightarrow{v_2} \overrightarrow{v_3}\\ \end{pmatrix} - \overrightarrow{j} \det \begin{pmatrix} \overrightarrow{u_1} \overrightarrow{u_3}\\ \overrightarrow{v_1} \overrightarrow{v_3}\\ \end{pmatrix} + \overrightarrow{k} \det \begin{pmatrix} \overrightarrow{u_2} \overrightarrow{u_2}\\ \overrightarrow{v_2} \overrightarrow{v_2}\\ \end{pmatrix}

Determinant: for 2 by 2, \det \begin{pmatrix} a b\\ c d\\ \end{pmatrix} = ad - bc

Properties of Cross Product:

Angle: \sin(\theta) = \frac{\|\overrightarrow{u} \times \overrightarrow{v}\|}{\|\overrightarrow{u}\|\|\overrightarrow{v}\|}

Area of Parallelgram: \|\overrightarrow{u} \times \overrightarrow{v}\| by applying the above formula

Torque: \tau = \overrightarrow{r} \times \overrightarrow{F} where \overrightarrow{r} is the radius and \overrightarrow{F} is the force.

Table of Content