The Cross Product
Jump to navigation
Jump to search
The cross product is an operation between two 3-dimensional vectors that returns a third vector orthogonal (i.e., perpendicular) to the first two. For vectors and , the cross product of and (notated as ) is . One way to remember the cross product of and is to calculate it with the following determinant:
Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \mathbf {w} ={\textrm {det}}{\begin{vmatrix}\mathbf {i} &\mathbf {j} &\mathbf {k} \\u_{1}&u_{2}&u_{3}\\v_{1}&v_{2}&v_{3}\\\end{vmatrix}}=(u_{2}v_{3}-u_{3}v_{2})\mathbf {i} -(u_{1}v_{3}-u_{3}v_{1})\mathbf {j} +(u_{1}v_{2}-u_{2}v_{1})\mathbf {k} }
Resources
- The Cross Product, OpenStax
- Cross Product, Cornell University