The cross product is a type of vector multiplication only defined in three and seven dimensions that outputs another vector. This operation, used in almost exclusively three dimensions, is useful for applications in physics and engineering. In this article, we will calculate the cross product of two three-dimensional vectors defined in Cartesian coordinates.

Method 1
Method 1 of 2:

Calculating the Cross Product

  1. 1
    Consider two general three-dimensional vectors defined in Cartesian coordinates.[1]
    • Here, are unit vectors, and are constants.
  2. 2
    Set up the matrix. One of the easiest ways to compute a cross product is to set up the unit vectors with the two vectors in a matrix.[2]
    Advertisement
  3. 3
    Calculate the determinant of the matrix. Below, we use cofactor expansion (expansion by minors).[3]
    • This vector is orthogonal to both and
  4. Advertisement
Method 2
Method 2 of 2:

Example

  1. 1
    Consider the two vectors below.
  2. 2
    Set up the matrix.
  3. 3
    Calculate the determinant of the matrix.
  4. Advertisement

Community Q&A

  • Question
    How do I calculate the vector triple product?
    Community Answer
    Community Answer
    Given vectors u, v, and w, the scalar triple product is u*(vXw). So by order of operations, first find the cross product of v and w. Set up a 3X3 determinant with the unit coordinate vectors (i, j, k) in the first row, v in the second row, and w in the third row. Evaluate the determinant (you'll get a 3 dimensional vector). Then dot that with u (to get a scalar). Inner products are abelian, so u*(vXw)=(vXw)*u. Interestingly, the absolute value of the T.S.P. yields the volume of a parallelpiped with 3 edges given by vectors u, v, and w.
  • Question
    What is the vector analog of distance?
    Community Answer
    Community Answer
    Norm, sometimes also called magnitude, generalizes distance to vectors. Norm is denoted with vertical bars like absolute values. For example, |(3,-4)| = 5, and |(1,1,1,1)| = 2.
Advertisement

About This Article

wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, 15 people, some anonymous, worked to edit and improve it over time. This article has been viewed 172,152 times.
68 votes - 68%
Co-authors: 15
Updated: January 31, 2023
Views: 172,152
Categories: Coordinate Geometry
Advertisement