5.4: The Cross Product (2024)

  1. Last updated
  2. Save as PDF
  • Page ID
    17499
  • This page is a draft and is under active development.

    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}}}\)

    \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash{#1}}} \)

    \( \newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\)

    ( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\)

    \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\)

    \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\)

    \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\)

    \( \newcommand{\Span}{\mathrm{span}}\)

    \( \newcommand{\id}{\mathrm{id}}\)

    \( \newcommand{\Span}{\mathrm{span}}\)

    \( \newcommand{\kernel}{\mathrm{null}\,}\)

    \( \newcommand{\range}{\mathrm{range}\,}\)

    \( \newcommand{\RealPart}{\mathrm{Re}}\)

    \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\)

    \( \newcommand{\Argument}{\mathrm{Arg}}\)

    \( \newcommand{\norm}[1]{\| #1 \|}\)

    \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\)

    \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    \( \newcommand{\vectorA}[1]{\vec{#1}} % arrow\)

    \( \newcommand{\vectorAt}[1]{\vec{\text{#1}}} % arrow\)

    \( \newcommand{\vectorB}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}}}\)

    \( \newcommand{\vectorC}[1]{\textbf{#1}}\)

    \( \newcommand{\vectorD}[1]{\overrightarrow{#1}}\)

    \( \newcommand{\vectorDt}[1]{\overrightarrow{\text{#1}}}\)

    \( \newcommand{\vectE}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash{\mathbf {#1}}}} \)

    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}}}\)

    \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash{#1}}} \)

    Imagine a mechanic turning a wrench to tighten a bolt. The mechanic applies a force at the end of the wrench. This creates rotation, or torque, which tightens the bolt. We can use vectors to represent the force applied by the mechanic, and the distance (radius) from the bolt to the end of the wrench. Then, we can represent torque by a vector oriented along the axis of rotation. Note that the torque vector is orthogonal to both the force vector and the radius vector.

    In this section, we develop an operation called the cross product, which allows us to find a vector orthogonal to two given vectors. Calculating torque is an important application of cross products, and we examine torque in more detail later in the section.

    The Cross Product and Its Properties

    The dot product is a multiplication of two vectors that results in a scalar. In this section, we introduce a product of two vectors that generates a third vector orthogonal to the first two. Consider how we might find such a vector. Let \(\vecs u=⟨u_1,u_2,u_3⟩\) and \(\vecs v=⟨v_1,v_2,v_3⟩\) be nonzero vectors. We want to find a vector \(\vecs w=⟨w_1,w_2,w_3⟩\) orthogonal to both \(\vecs u\) and \(\vecs v\)—that is, we want to find \(\vecs w\) such that \(\vecs u ⋅ \vecs w=0\) and \( \vecs v⋅ \vecs w=0\). Therefore, \(w_1\), \(w_2,\) and \(w_3\) must satisfy

    \[u_1w_1+u_2w_2+u_3w_3=0 \label{eq1}\]

    \[v_1w_1+v_2w_2+v_3w_3=0. \label{eq2} \]

    If we multiply the top equation by \(v_3\) and the bottom equation by \(u_3\) and subtract, we can eliminate the variable \(w_3\), which gives

    \[(u_1v_3−v_1u_3)w_1+(u_2v_3−v_2u_3)w_2=0. \nonumber\]

    If we select

    \[\begin{align*} w_1 &=u_2v_3−u_3v_2 \\[5pt] w_2&=−(u_1v_3−u_3v_1), \end{align*}\]

    we get a possible solution vector. Substituting these values back into the original equations (Equations \ref{eq1} and \ref{eq2}) gives

    \[w_3=u_1v_2−u_2v_1. \nonumber\]

    That is, vector

    \[\vecs w=⟨u_2v_3−u_3v_2,−(u_1v_3−u_3v_1),u_1v_2−u_2v_1⟩ \nonumber\]

    is orthogonal to both \(\vecs u\) and \(\vecs v\), which leads us to define the following operation, called the cross product.

    Definition: cross product

    Let \(\vecs u=⟨u_1,u_2,u_3⟩\) and \(\vecs v=⟨v_1,v_2,v_3⟩.\) Then, the cross product \(\vecs u×\vecs v\) is vector

    \[\begin{align} \vecs u×\vecs v &= (u_2v_3−u_3v_2)\hat{\imath}−(u_1v_3−u_3v_1) \hat{\jmath}+(u_1v_2−u_2v_1)\hat{k} \nonumber \\[5pt] &=⟨u_2v_3−u_3v_2,−(u_1v_3−u_3v_1),u_1v_2−u_2v_1⟩. \label{cross}\end{align}\]

    From the way we have developed \(\vecs u×\vecs v\), it should be clear that the cross product is orthogonal to both \(\vecs u\) and \(\vecs v\). However, it never hurts to check. To show that \(\vecs u×\vecs v\) is orthogonal to \(\vecs u\), we calculate the dot product of \(\vecs u\) and \(\vecs u×\vecs v\).

    \[\begin{align*} \vecs u⋅(\vecs u×\vecs v)&=⟨u_1,u_2,u_3⟩⋅⟨u_2v_3−u_3v_2,−u_1v_3+u_3v_1,u_1v_2−u_2v_1⟩ \\[5pt] &=u_1(u_2v_3−u_3v_2)+u_2(−u_1v_3+u_3v_1)+u_3(u_1v_2−u_2v_1) \\[5pt] &=u_1u_2v_3−u_1u_3v_2−u_1u_2v_3+u_2u_3v_1+u_1u_3v_2−u_2u_3v_1\\[5pt] &=(u_1u_2v_3−u_1u_2v_3)+(−u_1u_3v_2+u_1u_3v_2)+(u_2u_3v_1−u_2u_3v_1) \\[5pt] &= 0 \end{align*}\]

    In a similar manner, we can show that the cross product is also orthogonal to \(\vecs v\).

    5.4: The Cross Product (1)

    The cross product \(\vecs{a}×\vecs{b}\) (vertical, in pink) changes as the angle between the vectors \(\vecs{a}\) (blue) and \(\vecs{b}\) (red) changes. The cross product (purple) is always perpendicular to both vectors, and has magnitude zero when the vectors are parallel and maximum magnitude \(‖\vecs{a}‖‖\vecs{b}‖\) when they are perpendicular. (Public Domain; LucasVB).

    Example \(\PageIndex{1}\): Finding a Cross Product

    Let \(\vecs p=⟨−1,2,5⟩\) and \(\vecs q=⟨4,0,−3⟩\) (Figure \(\PageIndex{1}\)). Find \(\vecs p×\vecs q\).

    5.4: The Cross Product (2)

    Solution

    Substitute the components of the vectors into Equation \ref{cross}:

    \[\begin{align*} \vecs p×\vecs q&=⟨−1,2,5⟩×⟨4,0,−3⟩ \\[5pt] &= ⟨p_2q_3−p_3q_2,p_1q_3−p_3q_1,p_1q_2−p_2q_1⟩ \\[5pt] &= ⟨2(−3)−5(0),−(−1)(−3)+5(4),(−1)(0)−2(4)⟩ \\[5pt] &= ⟨−6,17,−8⟩.\end{align*}\]

    Exercise \(\PageIndex{1}\)

    Find \(\vecs p×\vecs q\) for \(\vecs p=⟨5,1,2⟩\) and \(\vecs q=⟨−2,0,1⟩.\) Express the answer using standard unit vectors.

    Hint

    Use the formula \(\vecs u×\vecs v=(u_2v_3−u_3v_2)\hat{\imath}−(u_1v_3−u_3v_1)\hat{\jmath}+(u_1v_2−u_2v_1)\hat{k}.\)

    Answer

    \(\hat{\imath}−9\hat{\jmath}+2\hat{k}\)

    Although it may not be obvious from Equation \ref{cross}, the direction of \(\vecs u×\vecs v\) is given by the right-hand rule. If we hold the right hand out with the fingers pointing in the direction of \(\vecs u\), then curl the fingers toward vector \(\vecs v\), the thumb points in the direction of the cross product, as shown in Figure \(\PageIndex{2}\).

    5.4: The Cross Product (3)

    Notice what this means for the direction of \(\vecs v×\vecs u\). If we apply the right-hand rule to \(\vecs v×\vecs u\), we start with our fingers pointed in the direction of \(\vecs v\), then curl our fingers toward the vector \(\vecs u\). In this case, the thumb points in the opposite direction of \(\vecs u×\vecs v\). (Try it!)

    Example \(\PageIndex{2}\): Anticommutativity of the Cross Product

    Let \(\vecs u=⟨0,2,1⟩\) and \(\vecs v=⟨3,−1,0⟩\). Calculate \(\vecs u×\vecs v\) and \(\vecs v×\vecs u\) and graph them.

    5.4: The Cross Product (4)

    Solution

    We have

    \(\vecs u×\vecs v=⟨(0+1),−(0−3),(0−6)⟩=⟨1,3,−6⟩\)

    \(\vecs v×\vecs u=⟨(−1−0),−(3−0),(6−0)⟩=⟨−1,−3,6⟩.\)

    We see that, in this case, \(\vecs u×\vecs v=−(\vecs v×\vecs u)\) (Figure \(\PageIndex{4}\)). We prove this in general later in this section.

    5.4: The Cross Product (5)

    Exercise \(\PageIndex{2}\)

    Suppose vectors \(\vecs u\) and \(\vecs v\) lie in the \(xy\)-plane (the \(z\)-component of each vector is zero). Now suppose the \(x\)- and \(y\)-components of \(\vecs u\) and the \(y\)-component of \(\vecs v\) are all positive, whereas the \(x\)-component of \(\vecs v\) is negative. Assuming the coordinate axes are oriented in the usual positions, in which direction does \(\vecs u×\vecs v\) point?

    Hint

    Remember the right-hand rule (Figure \(\PageIndex{2}\)).

    Answer

    Up (the positive \(z\)-direction)

    The cross products of the standard unit vectors \(\hat{\imath}\), \(\hat{\jmath}\), and \(\hat{k}\) can be useful for simplifying some calculations, so let’s consider these cross products. A straightforward application of the definition shows that

    \[\hat{\imath}×\hat{\imath}=\hat{\jmath}×\hat{\jmath}=\hat{k}×\hat{k}=0.\]

    (The cross product of two vectors is a vector, so each of these products results in the zero vector, not the scalar \(0\).) It’s up to you to verify the calculations on your own.

    Furthermore, because the cross product of two vectors is orthogonal to each of these vectors, we know that the cross product of \(\hat{\imath}\) and \(\hat{\jmath}\) is parallel to \(\hat{k}\). Similarly, the vector product of \(\hat{\imath}\) and \(\hat{k}\) is parallel to \(\hat{\jmath}\), and the vector product of \(\hat{\jmath}\) and \(\hat{k}\) is parallel to \(\hat{\imath}\).

    We can use the right-hand rule to determine the direction of each product. Then we have

    \[\begin{align} \hat{\imath}× \hat{\jmath} &=\hat{k} \\[5pt] \hat{\jmath} × \hat{\imath} &=−\hat{k} \\[10pt] \hat{\jmath}×\hat{k} &= \hat{\imath} \\[5pt] \hat{k}×\hat{\jmath} &=−\hat{\imath} \\[10pt] \hat{k}× \hat{\imath} &=\hat{\jmath} \\[5pt] \hat{\imath} ×\hat{k} &=−\hat{\jmath}. \end{align}\]

    These formulas come in handy later.

    Example \(\PageIndex{3}\): Cross Product of Standard Unit Vectors

    Find \(\hat{\imath} ×(\hat{\jmath}×\hat{k})\).

    Solution

    We know that \(\hat{\jmath}×\hat{k}=\hat{\imath}\). Therefore, \(\hat{\imath}×(\hat{\jmath}×\hat{k})=\hat{\imath}×\hat{\imath}=0.\)

    Exercise \(\PageIndex{3}\)

    Find \((\hat{\imath}×\hat{\jmath})×(\hat{k}×\hat{\imath}).\)

    Hint

    Remember the right-hand rule (Figure \(\PageIndex{2}\)).

    Answer

    \(−\hat{\imath}\)

    As we have seen, the dot product is often called the scalar product because it results in a scalar. The cross product results in a vector, so it is sometimes called the vector product. These operations are both versions of vector multiplication, but they have very different properties and applications. Let’s explore some properties of the cross product. We prove only a few of them. Proofs of the other properties are left as exercises.

    Properties of the Cross Product

    Let \(\vecs u,\vecs v,\) and \(\vecs w\) be vectors in space, and let \(c\) be a scalar.

    1. Anticommutative property: \[\vecs u×\vecs v=−(\vecs v×\vecs u)\]
    2. Distributive property: \[\vecs u×(\vecs v+\vecs w)=\vecs u×\vecs v+\vecs u×\vecs w\]
    3. Multiplication by a constant: \[c(\vecs u×\vecs v)=(c\vecs u)×\vecs v=\vecs u×(c\vecs v)\]
    4. Cross product of the zero vector: \[\vecs u×\vecs 0=\vecs 0×\vecs u=\vecs 0\]
    5. Cross product of a vector with itself: \[\vecs v×\vecs v=\vecs 0\]
    6. Scalar triple product: \[\vecs u⋅(\vecs v×\vecs w)=(\vecs u×\vecs v)⋅\vecs w\]

    Proof

    For property \(i\), we want to show \(\vecs u×\vecs v=−(\vecs v×\vecs u).\) We have

    \[\begin{align*} \vecs u×\vecs v &=⟨u_1,u_2,u_3⟩×⟨v_1,v_2,v_3⟩ \\[5pt] &=⟨u_2v_3−u_3v_2,−u_1v_3+u_3v_1,u_1v_2−u_2v_1⟩ \\[5pt] &=−⟨u_3v_2−u_2v_3,−u_3v_1+u_1v_3,u_2v_1−u_1v_2⟩ \\[5pt] &=−⟨v_1,v_2,v_3⟩×⟨u_1,u_2,u_3⟩\\[5pt] &=−(\vecs v×\vecs u).\end{align*}\]

    Unlike most operations we’ve seen, the cross product is not commutative. This makes sense if we think about the right-hand rule.

    For property \(iv\)., this follows directly from the definition of the cross product. We have

    \[\vecs u × \vecs 0=⟨u_2(0)−u_3(0),−(u_2(0)−u_3(0)),u1(0)−u_2(0)⟩=⟨0,0,0⟩=\vecs 0. \]

    Then, by property i., \(\vecs 0×\vecs u=\vecs 0\) as well. Remember that the dot product of a vector and the zero vector is the scalar \(0\), whereas the cross product of a vector with the zero vector is the vector \(\vecs 0\).

    Property \(vi\). looks like the associative property, but note the change in operations:

    \[\begin{align*} \vecs u⋅(\vecs v×\vecs w)&=u⋅⟨v_2w_3−v_3w_2,−v_1w_3+v_3w_1,v_1w_2−v_2w_1⟩ \\[5pt] &= u_1(v_2w_3−v_3w_2)+u_2(−v_1w_3+v_3w_1)+u_3(v_1w_2−v_2w_1) \\[5pt] &=u_1v_2w_3−u_1v_3w_2−u_2v_1w_3+u_2v_3w_1+u_3v_1w_2−u_3v_2w_1 \\[5pt] &=(u_2v_3−u_3v_2)w_1+(u_3v_1−u_1v_3)w_2+(u_1v_2−u_2v_1)w_3 \\[5pt] &=⟨u_2v_3−u_3v_2,u_3v_1−u_1v_3,u_1v_2−u_2v_1⟩⋅⟨w_1,w_2,w_3⟩ =(\vecs u×\vecs v)⋅\vecs w.\end{align*}\]

    \(\square\)

    Example \(\PageIndex{4}\): Using the Properties of the Cross Product

    Use the cross product properties to calculate \((2\hat{\imath}×3\hat{\jmath})×\hat{\jmath}.\)

    Solution

    \[\begin{align*} (2\hat{\imath}×3 \hat{\jmath})×\hat{\jmath}&=2(\hat{\imath}×3\hat{\jmath})×\hat{\jmath} \\[5pt] &=2(3)(\hat{\imath}×\hat{\jmath})×\hat{\jmath} \\[5pt] &=(6\hat{k})×\hat{\jmath} \\[5pt] &=6(\hat{k}×\hat{\jmath}) \\[5pt] &=6(−\hat{\imath})=−6\hat{\imath}. \end{align*}\]

    Exercise \(\PageIndex{4}\)

    Use the properties of the cross product to calculate \((\hat{\imath}×\hat{k})×(\hat{k}×\hat{\jmath}).\)

    Hint

    \(\vecs u×\vecs v=−(\vecs v×\vecs u)\)

    Answer

    \(−\hat{k}\)

    So far in this section, we have been concerned with the direction of the vector \(\vecs u×\vecs v\), but we have not discussed its magnitude. It turns out there is a simple expression for the magnitude of \(\vecs u×\vecs v\) involving the magnitudes of \(\vecs u\) and \(\vecs v\), and the sine of the angle between them.

    Magnitude of the Cross Product

    Let \(\vecs u\) and \(\vecs v\) be vectors, and let \(θ\) be the angle between them. Then, \(‖\vecs u×\vecs v‖=‖\vecs u‖⋅‖\vecs v‖⋅\sin θ.\)

    Proof

    Let \(\vecs u=⟨u_1,u_2,u_3⟩\) and \(\vecs v=⟨v_1,v_2,v_3⟩\) be vectors, and let \(θ\) denote the angle between them. Then

    \[ \begin{align*} ‖\vecs u×\vecs v‖^2&=(u_2v_3−u_3v_2)^2+(u_3v_1−u_1v_3)^2+(u_1v_2−u_2v_1)^2 \\[5pt] &=u^2_2v^2_3−2u_2u_3v_2v_3+u^2_3v^2_2+u^2_3v^2_1−2u_1u_3v_1v_3+u^2_1v^2_3+u^2_1v^2_2−2u_1u_2v_1v_2+u^2_2v^2_1 \\[5pt] &=u^2_1v^2_1+u^2_1v^2_2+u^2_1v^2_3+u^2_2v^2_1+u^2_2v^2_2+u^2_2v^2_3+u^2_3v^2_1+u^2_3v^2_2+u^2_3v^2_3−(u^2_1v^2_1+u^2_2v^2_2+u^2_3v^2_3+2u_1u_2v_1v_2+2u_1u_3v_1v_3+2u_2u_3v_2v_3) \\[5pt] &=(u^2_1+u^2_2+u^2_3)(v^2_1+v^2_2+v^2_3)−(u_1v_1+u_2v_2+u_3v_3)^2 \\[5pt] &=‖\vecs u‖^2‖\vecs v‖^2−(\vecs u⋅\vecs v)^2 \\[5pt] &=‖\vecs u‖^2‖\vecs v‖^2−‖\vecs u‖^2‖\vecs v‖^2 \cos^2θ \\[5pt] &=‖\vecs u‖^2‖\vecs v‖^2(1−\cos^2θ) \\[5pt] &=‖\vecs u‖^2‖\vecs v‖^2(\sin^2θ). \end{align*} \]

    Taking square roots and noting that \(\sqrt{\sin^2θ}=\sinθ\) for \(0≤θ≤180°,\) we have the desired result:

    \[‖\vecs u×\vecs v‖=‖\vecs u‖‖\vecs v‖ \sin θ.\]

    This definition of the cross product allows us to visualize or interpret the product geometrically. It is clear, for example, that the cross product is defined only for vectors in three dimensions, not for vectors in two dimensions. In two dimensions, it is impossible to generate a vector simultaneously orthogonal to two nonparallel vectors.

    Example \(\PageIndex{5}\): Calculating the Cross Product

    Use Note to find the magnitude of the cross product of \(\vecs u=⟨0,4,0⟩\) and \(\vecs v=⟨0,0,−3⟩\).

    Solution

    We have

    \[\begin{align*} ‖\vecs u×\vecs v‖ &= ‖\vecs u‖⋅‖\vecs v‖⋅\sinθ \\[5pt] &=\sqrt{0^2+4^2+0^2}⋅\sqrt{0^2+0^2+(−3)^2}⋅\sin{\dfrac{π}{2}} \\[5pt] &=4(3)(1)=12 \end{align*}\]

    Exercise \(\PageIndex{5}\)

    Use Note to find the magnitude of \(\vecs u×\vecs v\), where \(\vecs u=⟨−8,0,0⟩\) and \(\vecs v=⟨0,2,0⟩\).

    Hint

    Vectors \(\vecs u\) and \(\vecs v\) are orthogonal.

    Answer

    16

    Determinants and the Cross Product

    Using Equation \ref{cross} to find the cross product of two vectors is straightforward, and it presents the cross product in the useful component form. The formula, however, is complicated and difficult to remember. Fortunately, we have an alternative. We can calculate the cross product of two vectors using determinant notation.

    A \(2×2\) determinant is defined by

    \[\begin{bmatrix}a_1&b_1\\a_2&b_2\end{bmatrix} =a_1b_2−b_1a_2.\]

    For example,

    \[\begin{bmatrix}3&−2\\5&1\end{bmatrix} =3(1)−5(−2)=3+10=13.\]

    A \(3×3\) determinant is defined in terms of \(2×2\) determinants as follows:

    \[\begin{bmatrix}a_1&a_2&a_3\\b_1&b_2&b_3\\c_1&c_2&c_3\end{bmatrix}=a_1\begin{bmatrix}b_2&b_3\\c_2&c_3\end{bmatrix}−a_2\begin{bmatrix}b_1&b_3\\c_1&c_3\end{bmatrix}+a_3\begin{bmatrix}b_1&b_2\\c_1&c_2\end{bmatrix}.\]

    Equation is referred to as the expansion of the determinant along the first row. Notice that the multipliers of each of the \(2×2\) determinants on the right side of this expression are the entries in the first row of the \(3×3\) determinant. Furthermore, each of the \(2×2\) determinants contains the entries from the \(3×3\) determinant that would remain if you crossed out the row and column containing the multiplier. Thus, for the first term on the right, \(a_1\) is the multiplier, and the \(2×2\) determinant contains the entries that remain if you cross out the first row and first column of the \(3×3\) determinant. Similarly, for the second term, the multiplier is \(a_2\), and the \(2×2\) determinant contains the entries that remain if you cross out the first row and second column of the \(3×3\) determinant. Notice, however, that the coefficient of the second term is negative. The third term can be calculated in similar fashion.

    Example \(\PageIndex{6}\): Using Expansion Along the First Row to Compute a \(3×3\) Determinant

    Evaluate the determinant \(\begin{bmatrix}2&5&−1\\−1&1&3\\−2&3&4\end{bmatrix}\).

    Solution

    We have

    \[\begin{align*} \begin{bmatrix}2&5&−1\\−1&1&3\\−2&3&4\end{bmatrix} &=2\begin{bmatrix}1&3\\3&4\end{bmatrix}−5\begin{bmatrix}−1&3\\−2&4\end{bmatrix}−1\begin{bmatrix}−1&1\\−2&3\end{bmatrix} \\[5pt] &=2(4−9)−5(−4+6)−1(−3+2) \\[5pt] &= 2(−5)−5(2)−1(−1)=−10−10+1 \\[5pt] &=−19 \end{align*}\]

    Exercise \(\PageIndex{6}\)

    Evaluate the determinant \(\begin{bmatrix}1&−2&−1\\3&2&−3\\1&5&4\end{bmatrix}\).

    Hint

    Expand along the first row. Don’t forget the second term is negative!

    Answer

    40

    Technically, determinants are defined only in terms of arrays of real numbers. However, the determinant notation provides a useful mnemonic device for the cross product formula.

    Rule: Cross Product Calculated by a Determinant

    Let \(\vecs u=⟨u_1,u_2,u_3⟩\) and \(\vecs v=⟨v_1,v_2,v_3⟩\) be vectors. Then the cross product \(\vecs u×\vecs v\) is given by

    \[\vecs u×\vecs v=\begin{bmatrix}\hat{\imath}&\hat{\jmath}&\hat{k}\\u_1&u_2&u_3\\v_1&v_2&v_3\end{bmatrix}=\begin{bmatrix}u_2&u_3\\v_2&v_3\end{bmatrix}\hat{\imath}−\begin{bmatrix}u_1&u_3\\v_1&v_3\end{bmatrix}\hat{\jmath}+\begin{bmatrix}u_1&u_2\\v_1&v_2\end{bmatrix}\hat{k}.\]

    Example \(\PageIndex{7}\): Using Determinant Notation to find \(\vecs p×\vecs q\)

    Let \(\vecs p=⟨−1,2,5⟩\) and \(\vecs q=⟨4,0,−3⟩\). Find \(\vecs p×\vecs q\).

    Solution

    We set up our determinant by putting the standard unit vectors across the first row, the components of \(\vecs u\) in the second row, and the components of \(\vecs v\) in the third row. Then, we have

    \[\begin{align*} \vecs p×\vecs q&=\begin{bmatrix}\hat{\imath}&\hat{\jmath}&\hat{k}\\−1&2&5\\4&0&−3\end{bmatrix}=\begin{bmatrix}2&0\\5&−3\end{bmatrix}\hat{\imath}−\begin{bmatrix}−1&5\\4&−3\end{bmatrix}\hat{\jmath}+\begin{bmatrix}−1&2\\4&0\end{bmatrix}\hat{k} \\[5pt] &= (−6−0)\hat{\imath}−(3−20)\hat{\jmath}+(0−8)\hat{k} \\[5pt] &=−6\hat{\imath}+17\hat{\jmath}−8\hat{k}.\end{align*}\]

    Notice that this answer confirms the calculation of the cross product in Example \(\PageIndex{1}\).

    Exercise \(\PageIndex{7}\)

    Use determinant notation to find \(\vecs a×\vecs b,\) where \(\vecs a=⟨8,2,3⟩\) and \(\vecs b=⟨−1,0,4⟩.\)

    Hint

    Calculate the determinant \(\begin{bmatrix}\hat{\imath}&\hat{\jmath}&\hat{k}\\8&2&3\\−1&0&4\end{bmatrix}\).

    Answer

    \(8\hat{\imath}−35\hat{\jmath}+2\hat{k}\)

    Using the Cross Product

    The cross product is very useful for several types of calculations, including finding a vector orthogonal to two given vectors, computing areas of triangles and parallelograms, and even determining the volume of the three-dimensional geometric shape made of parallelograms known as a parallelepiped. The following examples illustrate these calculations.

    Example \(\PageIndex{8}\): Finding a Unit Vector Orthogonal to Two Given Vectors

    Let \(\vecs a=⟨5,2,−1⟩\) and \(\vecs b=⟨0,−1,4⟩\). Find a unit vector orthogonal to both \(\vecs a\) and \(\vecs b\).

    Solution

    The cross product \(\vecs a×\vecs b\) is orthogonal to both vectors \(\vecs a\) and \(\vecs b\). We can calculate it with a determinant:

    \[\begin{align*} \vecs a×\vecs b &=\begin{bmatrix}\hat{\imath}&\hat{\jmath}&\hat{k}\\5&2&−1\\0&−1&4\end{bmatrix}=\begin{bmatrix}2&−1\\−14\end{bmatrix}\hat{\imath}−\begin{bmatrix}5&−1\\0&4\end{bmatrix}\hat{\jmath}+\begin{bmatrix}5&2\\0&−1\end{bmatrix}\hat{k} \\[5pt] &=(8−1)\hat{\imath}−(20−0)\hat{\jmath}+(−5−0)\hat{k} \\[5pt] &=7\hat{\imath}−20\hat{\jmath}−5\hat{k}.\end{align*} \]

    Normalize this vector to find a unit vector in the same direction:

    \(\|\vecs a×\vecs b\|=\sqrt{(7)^2+(−20)^2+(−5)^2}=\sqrt{474}\).

    Thus, \(⟨\dfrac{7}{\sqrt{474}},\dfrac{−20}{\sqrt{474}},\dfrac{−5}{\sqrt{474}}⟩\) is a unit vector orthogonal to \(\vecs a\) and \(\vecs b\).

    Simplified, this vector becomes \(⟨\dfrac{7\sqrt{474}}{474},\dfrac{−10\sqrt{474}}{237},\dfrac{−5\sqrt{474}}{474}⟩\).

    Exercise \(\PageIndex{8}\)

    Find a unit vector orthogonal to both \(\vecs a\) and \(\vecs b\), where \(\vecs a=⟨4,0,3⟩\) and \(\vecs b=⟨1,1,4⟩.\)

    Hint

    Normalize the cross product.

    Answer

    \(⟨\dfrac{−3}{\sqrt{194}},\dfrac{−13}{\sqrt{194}},\dfrac{4}{\sqrt{194}}⟩\) or, simplified as \(⟨\dfrac{−3\sqrt{194}}{194},\dfrac{−13\sqrt{194}}{194},\dfrac{2\sqrt{194}}{97}⟩\)

    To use the cross product for calculating areas, we state and prove the following theorem.

    Area of a Parallelogram

    If we locate vectors \(\vecs u\) and \(\vecs v\) such that they form adjacent sides of a parallelogram, then the area of the parallelogram is given by \(‖\vecs u×\vecs v‖\) (Figure \(\PageIndex{5}\)).

    5.4: The Cross Product (6)

    Proof

    We show that the magnitude of the cross product is equal to the base times height of the parallelogram.

    \[\begin{align*} \text{Area of a parallelogram} &= \text{base} × \text{height} \\[5pt] &=‖\vecs u‖(‖\vecs v‖\sin θ) \\[5pt] &=‖\vecs u×\vecs v‖ \end{align*}\]

    Example \(\PageIndex{9}\): Finding the Area of a Triangle

    Let \(P=(1,0,0),Q=(0,1,0),\) and \(R=(0,0,1)\) be the vertices of a triangle (Figure \(\PageIndex{6}\)). Find its area.

    5.4: The Cross Product (7)

    Solution

    We have \(\vecd{PQ}=⟨0−1,1−0,0−0⟩=⟨−1,1,0⟩\) and \(\vecd{PR}=⟨0−1,0−0,1−0⟩=⟨−1,0,1⟩\). The area of the parallelogram with adjacent sides \(\vecd{PQ}\) and \(\vecd{PR}\) is given by \(∥\vecd{PQ}×\vecd{PR}∥\):

    \[ \begin{align*} \vecd{PQ} \times \vecd{PR} &= \begin{bmatrix}\hat{\imath}&\hat{\jmath}&\hat{k}\\−1&1&0\\−1&0&1\end{bmatrix} \\[5pt] &=(1−0)\hat{\imath}−(−1−0)\hat{\jmath}+(0−(−1))\hat{k} \\[5pt] &=\hat{\imath}+\hat{\jmath}+\hat{k} \\[10pt] ∥\vecd{PQ}×\vecd{PR}∥ &=∥⟨1,1,1⟩∥ \\[5pt] &=\sqrt{1^2+1^2+1^2} \\[5pt] &=\sqrt{3}. \end{align*} \]

    The area of \(ΔPQR\) is half the area of the parallelogram or \(\sqrt{3}/2 \, \text{units}^2\).

    Exercise \(\PageIndex{9}\)

    Find the area of the parallelogram \( PQRS\) with vertices \( P(1,1,0)\), \(Q(7,1,0)\), \(R(9,4,2)\), and \( S(3,4,2)\).

    Hint

    Sketch the parallelogram and identify two vectors that form adjacent sides of the parallelogram.

    Answer

    \(6\sqrt{13}\, \text{units}^2\)

    The Triple Scalar Product

    Because the cross product of two vectors is a vector, it is possible to combine the dot product and the cross product. The dot product of a vector with the cross product of two other vectors is called the triple scalar product because the result is a scalar.

    Definition: triple scalar product

    The triple scalar product of vectors \( \vecs u\), \( \vecs v,\) and \(\vecs w\) is

    \[ \vecs u⋅( \vecs v× \vecs w).\]

    Calculating a Triple Scalar Product

    The triple scalar product of vectors

    \[ \vecs u=u_1 \hat{\imath}+u_2 \hat{\jmath}+u_3\hat{k}\]

    \[ \vecs v=v_1\hat{\imath}+v_2\hat{\jmath}+v_3\hat{k}\]

    and

    \[ \vecs w=w_1 \hat{\imath}+w_2\hat{\jmath}+w_3\hat{k}\]

    is the determinant of the \(3×3\) matrix formed by the components of the vectors:

    \[ \vecs u⋅( \vecs v× \vecs w)=\begin{bmatrix}u_1&u_2&u_3\\v_1&v_2&v_3\\w_1&w_2&w_3\end{bmatrix}. \label{triple2}\]

    Proof

    The calculation is straightforward.

    \[ \begin{align*} \vecs u⋅( \vecs v× \vecs w)&=⟨u_1,u_2,u_3⟩⋅⟨v_2w_3−v_3w_2,−v_1w_3+v_3w_1,v_1w_2−v_2w_1⟩\\[5pt] &=u_1(v_2w_3−v_3w_2)+u_2(−v_1w_3+v_3w_1)+u_3(v_1w_2−v_2w_1) \\[5pt] &=u_1(v_2w_3−v_3w_2)−u_2(v_1w_3−v_3w_1)+u_3(v_1w_2−v_2w_1) \\[5pt] &=\begin{bmatrix}u_1&u_2&u_3\\v_1&v_2&v_3\\w_1&w_2&w_3\end{bmatrix}.\end{align*} \]

    Example \(\PageIndex{10}\): Calculating the Triple Scalar Product

    Let \(\vecs u=⟨1,3,5⟩,\,\vecs v=⟨2,−1,0⟩\) and \(\vecs w=⟨−3,0,−1⟩\). Calculate the triple scalar product \(\vecs u⋅(\vecs v×\vecs w).\)

    Solution

    Apply Equation \ref{triple2} directly:

    \[ \begin{align*} \vecs u⋅(\vecs v×\vecs w) &=\begin{bmatrix}1&3&5\\2&−1&0\\−3&0&−1\end{bmatrix} \\[5pt] &=1\begin{bmatrix}−1&0\\0&−1\end{bmatrix}−3\begin{bmatrix}2&0\\−3&−1\end{bmatrix}+5\begin{bmatrix}2&−1\\−3&0\end{bmatrix} \\[5pt] &=(1−0)−3(−2−0)+5(0−3) \\[5pt] &=1+6−15=−8. \end{align*} \]

    Exercise \(\PageIndex{10}\)

    Calculate the triple scalar product \(\vecs a⋅(\vecs b×\vecs c),\) where \(\vecs a=⟨2,−4,1⟩, \vecs b=⟨0,3,−1⟩\), and \(\vecs c=⟨5,−3,3⟩.\)

    Hint

    Place the vectors as the rows of a \(3×3\) matrix, then calculate the determinant.

    Answer

    \(17\)

    When we create a matrix from three vectors, we must be careful about the order in which we list the vectors. If we list them in a matrix in one order and then rearrange the rows, the absolute value of the determinant remains unchanged. However, each time two rows switch places, the determinant changes sign:

    \(\begin{bmatrix}a_1&a_2&a_3\\b_1&b_2&b_3\\c_1&c_2&c_3\end{bmatrix}=d \begin{bmatrix}a_1&a_2&a_3\\b_1&b_2&b_3\\c_1&c_2&c_3\end{bmatrix}=−d \begin{bmatrix}a_1&a_2&a_3\\b_1&b_2&b_3\\c_1&c_2&c_3\end{bmatrix}=d \begin{bmatrix}a_1&a_2&a_3\\b_1&b_2&b_3\\c_1&c_2&c_3\end{bmatrix}=−d\)

    Verifying this fact is straightforward, but rather messy. Let’s take a look at this with an example:

    \[ \begin{align} \begin{bmatrix}1&2&1\\−2&0&3\\4&1&−1\end{bmatrix} &=\begin{bmatrix}0&3\\1&−1\end{bmatrix}−2\begin{bmatrix}−2&3\\4&−1\end{bmatrix}+\begin{bmatrix}−2&0\\4&1\end{bmatrix} \\[5pt] &=(0−3)−2(2−12)+(−2−0) \\[5pt] &=−3+20−2=15. \end{align} \]

    Switching the top two rows we have

    \[ \begin{align} \begin{bmatrix}−2&0&3\\1&2&1\\4&1&−1\end{bmatrix} &=-2\begin{bmatrix}2&1\\1&−1\end{bmatrix}+3\begin{bmatrix}1&2\\4&1\end{bmatrix} \\[5pt] &=−2(−2−1)+3(1−8)\\[5pt] &=6−21=−15. \end{align} \]

    Rearranging vectors in the triple products is equivalent to reordering the rows in the matrix of the determinant. Let \(\vecs u=u_1\hat{\imath}+u_2\hat{\jmath}+u_3\hat{k}, \vecs v=v_1\hat{\imath}+v_2\hat{\jmath}+v_3\hat{k},\) and \(\vecs w=w_1\hat{\imath}+w_2\hat{\jmath}+w_3\hat{k}.\) Applying Note, we have

    \[\vecs u⋅(\vecs v×\vecs w)=\begin{bmatrix}u_1&u_2&u_3\\v_1&v_2&v_3\\w_1&w_2&w_3\end{bmatrix} \]

    and

    \[\vecs u⋅(\vecs w×\vecs v)=\begin{bmatrix}u_1&u_2&u_3\\w_1&w_2&w_3\\v_1&v_2&v_3\end{bmatrix}.\]

    We can obtain the determinant for calculating \(\vecs u⋅(\vecs w×\vecs v)\) by switching the bottom two rows of \(\vecs u⋅(\vecs v×\vecs w).\) Therefore, \(\vecs u⋅(\vecs v×\vecs w)=−\vecs u⋅(\vecs w×\vecs v).\)

    Following this reasoning and exploring the different ways we can interchange variables in the triple scalar product lead to the following identities:

    \[\vecs u⋅(\vecs v×\vecs w)=−\vecs u⋅(\vecs w×\vecs v)\]

    \[\vecs u⋅(\vecs v×\vecs w)=\vecs v⋅(\vecs w×\vecs u)=\vecs w⋅(\vecs u×\vecs v).\]

    Let \(\vecs u\) and \(\vecs v\) be two vectors in standard position. If \(\vecs u\) and \(\vecs v\) are not scalar multiples of each other, then these vectors form adjacent sides of a parallelogram. We saw in Note that the area of this parallelogram is \(‖\vecs u×\vecs v‖\). Now suppose we add a third vector \(\vecs w\) that does not lie in the same plane as \(\vecs u\) and \(\vecs v\) but still shares the same initial point. Then these vectors form three edges of a parallelepiped, a three-dimensional prism with six faces that are each parallelograms, as shown in Figure. The volume of this prism is the product of the figure’s height and the area of its base. The triple scalar product of \(\vecs u,\vecs v,\) and \(\vecs w\) provides a simple method for calculating the volume of the parallelepiped defined by these vectors.

    Volume of a Parallelepiped

    The volume of a parallelepiped with adjacent edges given by the vectors \(\vecs u,\vecs v\), and \(\vecs w\) is the absolute value of the triple scalar product (Figure \(\PageIndex{7}\)):

    \[V=||\vecs u⋅(\vecs v×\vecs w)||.\]

    Note that, as the name indicates, the triple scalar product produces a scalar. The volume formula just presented uses the absolute value of a scalar quantity.

    5.4: The Cross Product (8)

    Proof

    The area of the base of the parallelepiped is given by \(‖\vecs v×\vecs w‖.\) The height of the figure is given by \(\|\text{proj}_{\vecs v×\vecs w}\vecs u\|.\) The volume of the parallelepiped is the product of the height and the area of the base, so we have

    \[\begin{align*} V&=∥\text{proj}_{\vecs v×\vecs w}\vecs u∥‖\vecs v×\vecs w‖ \\[5pt] &=∣∣\dfrac{\vecs u⋅(\vecs v×\vecs w)}{‖\vecs v×\vecs w‖}∣∣‖\vecs v×\vecs w‖ \\[5pt] &=\|\vecs u⋅(\vecs v×\vecs w)\|. \end{align*}\]

    Example \(\PageIndex{11}\): Calculating the Volume of a Parallelepiped

    Let \(\vecs u=⟨−1,−2,1⟩,\vecs v=⟨4,3,2⟩,\) and \(\vecs w=⟨0,−5,−2⟩\). Find the volume of the parallelepiped with adjacent edges \(\vecs u,\vecs v\), and \(\vecs w\) (Figure \(\PageIndex{8}\)).

    5.4: The Cross Product (9)

    Solution

    We have

    \[\begin{align*} \vecs u⋅(\vecs v×\vecs w)&=\begin{bmatrix}−1&−2&1\\4&3&2\\0&−5&−2\end{bmatrix} \\[5pt] &= (−1)\begin{bmatrix}3&2\\−5&−2\end{bmatrix}+2\begin{bmatrix}4&2\\0&−2\end{bmatrix}+\begin{bmatrix}4&3\\0&−5\end{bmatrix} \\[5pt] &=(−1)(−6+10)+2(−8−0)+(−20−0) \\[5pt] &=−4−16−20 \\[5pt] &=−40.\end{align*}\]

    Thus, the volume of the parallelepiped is \(|−40|=40\) units3

    Exercise \(\PageIndex{11}\)

    Find the volume of the parallelepiped formed by the vectors \(\vecs a=3\hat{\imath}+4\hat{\jmath}−\hat{k}, \vecs b=2\hat{\imath}−\hat{\jmath}−\hat{k},\) and \(\vecs c=3\hat{\jmath}+\hat{k}.\)

    Hint

    Calculate the triple scalar product by finding a determinant.

    Answer

    \(8\) units3

    Applications of the Cross Product

    The cross product appears in many practical applications in mathematics, physics, and engineering. Let’s examine some of these applications here, including the idea of torque, with which we began this section. Other applications show up in later chapters, particularly in our study of vector fields such as gravitational and electromagnetic fields (Introduction to Vector Calculus).

    Example \(\PageIndex{12}\): Using the Triple Scalar Product

    Use the triple scalar product to show that vectors \(\vecs u=⟨2,0,5⟩,\vecs v=⟨2,2,4⟩\), and \(\vecs w=⟨1,−1,3⟩\) are coplanar—that is, show that these vectors lie in the same plane.

    Solution

    Start by calculating the triple scalar product to find the volume of the parallelepiped defined by \(\vecs u,\vecs v,\) and \(\vecs w\):

    \(\vecs u⋅(\vecs v×\vecs w)=\begin{bmatrix}2&0&5\\2&2&4\\1&−1&3\end{bmatrix}\)

    \(=[2(2)(3)+(0)(4)(1)+5(2)(−1)]−[5(2)(1)+(2)(4)(−1)+(0)(2)(3)]\)

    \(=2−2\)

    \(=0\).

    The volume of the parallelepiped is \(0\) units3, so one of the dimensions must be zero. Therefore, the three vectors all lie in the same plane.

    Exercise \(\PageIndex{12}\)

    Are the vectors \(\vecs a=\hat{\imath}+\hat{\jmath}−\hat{k}, \vecs b=\hat{\imath}−\hat{\jmath}+\hat{k},\) and \(\vecs c=\hat{\imath}+\hat{\jmath}+\hat{k}\) coplanar?

    Hint

    Calculate the triple scalar product.

    Answer

    No, the triple scalar product is \(−4≠0,\) so the three vectors form the adjacent edges of a parallelepiped. They are not coplanar.

    Example \(\PageIndex{13}\): Finding an Orthogonal Vector

    Only a single plane can pass through any set of three noncolinear points. Find a vector orthogonal to the plane containing points \(P=(9,−3,−2),Q=(1,3,0),\) and \(R=(−2,5,0).\)

    Solution

    The plane must contain vectors \(\vecd{PQ}\) and \(\vecd{QR}\):

    \(\vecd{PQ}=⟨1−9,3−(−3),0−(−2)⟩=⟨−8,6,2⟩\)

    \(\vecd{QR}=⟨−2−1,5−3,0−0⟩=⟨−3,2,0⟩.\)

    The cross product \(\vecd{PQ}×\vecd{QR}\) produces a vector orthogonal to both \(\vecd{PQ}\) and \(\vecd{QR}\). Therefore, the cross product is orthogonal to the plane that contains these two vectors:

    \(\vecd{PQ}×\vecd{QR}=\begin{bmatrix}\hat{\imath}&\hat{\jmath}&\hat{k}\\−8&6&2\\−3&2&0\end{bmatrix}\)

    \(=0\hat{\imath}−6\hat{\jmath}−16\hat{k}−(−18\hat{k}+4\hat{\imath}+0\hat{\jmath})\)

    \(=−4\hat{\imath}−6\hat{\jmath}+2\hat{k}.\)

    We have seen how to use the triple scalar product and how to find a vector orthogonal to a plane. Now we apply the cross product to real-world situations.

    Sometimes a force causes an object to rotate. For example, turning a screwdriver or a wrench creates this kind of rotational effect, called torque.

    Definition: Torque

    Torque, \(\vecs \tau\) (the Greek letter tau), measures the tendency of a force to produce rotation about an axis of rotation. Let \(\vecs r\) be a vector with an initial point located on the axis of rotation and with a terminal point located at the point where the force is applied, and let vector \(\vecs F\) represent the force. Then torque is equal to the cross product of \(r\) and \(F\):

    \[\vecs \tau=\vecs r×\vecs F.\]

    See Figure \(\PageIndex{9}\).

    5.4: The Cross Product (10)

    Think about using a wrench to tighten a bolt. The torque τ applied to the bolt depends on how hard we push the wrench (force) and how far up the handle we apply the force (distance). The torque increases with a greater force on the wrench at a greater distance from the bolt. Common units of torque are the newton-meter or foot-pound. Although torque is dimensionally equivalent to work (it has the same units), the two concepts are distinct. Torque is used specifically in the context of rotation, whereas work typically involves motion along a line.

    Example \(\PageIndex{14}\): Evaluating Torque

    A bolt is tightened by applying a force of \(6\) N to a 0.15-m wrench (Figure \(\PageIndex{10}\)). The angle between the wrench and the force vector is \(40°\). Find the magnitude of the torque about the center of the bolt. Round the answer to two decimal places.

    5.4: The Cross Product (11)

    Solution:

    Substitute the given information into the equation defining torque:

    \[ \begin{align*} ‖\vecs τ‖&=\|\vecs r×\vecs F\| \\[5pt] &=‖\vecs r‖∥\vecs F∥\sinθ \\[5pt] &=(0.15\,\text{m})(6\,\text{N})\sin 40° \\[5pt] &≈0.58\,\text{N⋅m.} \end{align*}\]

    Exercise \(\PageIndex{14}\)

    Calculate the force required to produce \(15\) N⋅m torque at an angle of \(30º\) from a \(150\)-cm rod.

    Hint

    \(‖\vecs τ‖=15\) N⋅m and \(‖\vecs r‖=1.5\) m

    Answer

    \(20\) N

    Key Concepts

    • The cross product \(\vecs u×\vecs v\) of two vectors \(\vecs u=⟨u_1,u_2,u_3⟩\) and \(\vecs v=⟨v_1,v_2,v_3⟩\) is a vector orthogonal to both \(\vecs u\) and \(\vecs v\). Its length is given by \(‖\vecs u×\vecs v‖=‖\vecs u‖⋅‖\vecs v‖⋅\sin θ,\) where \(θ\) is the angle between \(\vecs u\) and \(\vecs v\). Its direction is given by the right-hand rule.
    • The algebraic formula for calculating the cross product of two vectors,

    \(\vecs u=⟨u_1,u_2,u_3⟩\) and \(\vecs v=⟨v_1,v_2,v_3⟩\), is

    \(\vecs u×\vecs v=(u_2v_3−u_3v_2)\hat{\imath}−(u_1v_3−u_3v_1)\hat{\jmath}+(u_1v_2−u_2v_1)\hat{k}.\)

    • The cross product satisfies the following properties for vectors \(\vecs u,\vecs v,\) and \(\vecs w\), and scalar \(c:)

    \(\vecs u×\vecs v=−(\vecs v×\vecs u)\)

    \(\vecs u×(\vecs v+\vecs w)=\vecs u×\vecs v+\vecs u×\vecs w\)

    \(c(\vecs u×\vecs v)=(c\vecs u)×\vecs v=\vecs u×(c\vecs v)\)

    \(\vecs u×\vecs 0=\vecs 0×\vecs u=\vecs 0\)

    \(\vecs v×\vecs v=\vecs 0\)

    \(\vecs u⋅(\vecs v×\vecs w)=(\vecs u×\vecs v)⋅\vecs w\)

    • The cross product of vectors \(\vecs u=⟨u_1,u_2,u_3⟩\) and \(\vecs v=⟨v_1,v_2,v_3⟩\) is the determinant \(\begin{bmatrix}\hat{\imath}&\hat{\jmath}&\hat{k}\\u_1&u_2&u_3\\v_1&v_2&v_3\end{bmatrix}\)
    • If vectors \(\vecs u\) and \(\vecs v\) form adjacent sides of a parallelogram, then the area of the parallelogram is given by \(\|\vecs u×\vecs v\|.\)
    • The triple scalar product of vectors \(\vecs u, \vecs v,\) and \(\vecs w\) is \(\vecs u⋅(\vecs v×\vecs w).\)
    • The volume of a parallelepiped with adjacent edges given by vectors \(\vecs u,\vecs v\), and \(\vecs w\) is \(V=|\vecs u⋅(\vecs v×\vecs w)|.\)
    • If the triple scalar product of vectors \(\vecs u,\vecs v,\) and \(\vecs w\) is zero, then the vectors are coplanar. The converse is also true: If the vectors are coplanar, then their triple scalar product is zero.
    • The cross product can be used to identify a vector orthogonal to two given vectors or to a plane.
    • Torque \(\vecs τ\) measures the tendency of a force to produce rotation about an axis of rotation. If force \(\vecs F\) is acting at a distance (displacement) \(\vecs r\) from the axis, then torque is equal to the cross product of \(\vecs r\) and \(\vecs F: \vecs τ=\vecs r×\vecs F.\)

    Key Equations

    • The cross product of two vectors in terms of the unit vectors

    \[\vecs u×\vecs v=(u_2v_3−u_3v_2)\hat{\imath}−(u_1v_3−u_3v_1)\hat{\jmath}+(u_1v_2−u_2v_1)\hat{k}\]

    Glossary

    cross product

    \(\vecs u×\vecs v=(u_2v_3−u_3v_2)\hat{\imath}−(u_1v_3−u_3v_1)\hat{\jmath}+(u_1v_2−u_2v_1)\hat{k},\) where \(\vecs u=⟨u_1,u_2,u_3⟩\) and \(\vecs v=⟨v_1,v_2,v_3⟩\)

    determinant

    a real number associated with a square matrix

    parallelepiped

    a three-dimensional prism with six faces that are parallelograms

    torque

    the effect of a force that causes an object to rotate

    triple scalar product

    the dot product of a vector with the cross product of two other vectors: \vecs u⋅(\vecs v×\vecs w)

    vector product

    the cross product of two vectors

    Contributors and Attributions

    • Gilbert Strang (MIT) and Edwin “Jed” Herman (Harvey Mudd) with many contributing authors. This content by OpenStax is licensedwith a CC-BY-SA-NC4.0license. Download for free at http://cnx.org.

    5.4: The Cross Product (2024)

    FAQs

    How to find the cross product? ›

    The cross product is A×B=|ijka00bc0|=⟨0,0,ac⟩. As predicted, this is a vector pointing up or down, depending on the sign of ac. Suppose that a>0, so the sign depends only on c: if c>0, ac>0 and the vector points up; if c<0, the vector points down.

    What is the cross product of a negative vector? ›

    If the direction of motion is negative, or clockwise, the vector product of two successive vectors is the negative of the third vector: j × i = −k.

    What is a cross 5? ›

    A game of Cross Five. While the goal is to connect five pieces in a row, there are rules that can limit movement. Players take turns placing pieces on the board. Pieces cannot overlap with each other.

    What is the cross product of i and j? ›

    i × j = k and j × i = -k j × k = i and k × j = -i k × i = j and i × k = -j. Also, the anti-commutativity of the cross product and the distinct absence of linear independence of these vectors signifies that: i × i = j × j = k × k = 0.

    How do you find the cross product of a set? ›

    For two non-empty sets (say A & B), the first element of the pair is from one set A and the second element is taken from the second set B. The collection of all such pairs gives us a Cartesian product. Cartesian product A×B = {(a1,b1), (a1,b2), (a1,b3), ( a2,b1), (a2,b2),(a2,b3), (a3,b1), (a3,b2), (a3,b3)}.

    What is the cross product calculator? ›

    Cross Product Calculator is a free online tool that displays the cross product of two vectors. BYJU'S online cross product calculator tool makes the calculation faster, and it displays the cross product in a fraction of seconds.

    How to tell if cross product is positive or negative? ›

    That is, the cross product of any two vertices is the third vertex, with the sign determined by the implied direction (positive if counterclockwise, negative otherwise).

    What are the rules for cross product? ›

    The magnitude of the cross product equals the area of a parallelogram with the vectors for sides; in particular, the magnitude of the product of two perpendicular vectors is the product of their lengths. The units of the cross-product are the product of the units of each vector.

    What does it mean if the cross product is 0? ›

    According to the length of the cross product result, two vectors are parallel if and only if their cross product is zero. This is because two vectors are parallel only if and only if their angle is (0 degrees or 180 degrees).

    How to find AxB in vector? ›

    AxB is the cross product. The formula for the cross product also depends on the angle between them, θ, and the unit vector perpendicular to both, called N. The formula is ||A||*||B||*sin(θ)*N.

    What is the shortcut for cross product? ›

    If we allow a matrix to have the vector i, j, and k as entries (OK, maybe this doesn't make sense, but this is just as a tool to remember the cross product), the 3×3 determinant gives a handy mnemonic to remember the cross product: a×b=|ijka1a2a3b1b2b3|.

    How to multiply vectors cross product? ›

    The magnitude of the resultant vector is given by the area of the parallelogram between them and its direction can be determined by the right-hand thumb rule. a × b = c, where c is the cross product of the two vectors a and b.

    How to calculate the cross product? ›

    We can calculate the Cross Product this way:

    So the length is: the length of a times the length of b times the sine of the angle between a and b, Then we multiply by the vector n so it heads in the correct direction (at right angles to both a and b).

    Why is cross product sin? ›

    The reason that sin is used is because the magnitude of the cross product is 0 when the a and b vectors are pointing in the same (or opposite) directions. The magnitude of the cross product is maximum when a and b are at right angles to each other. The sine tells you how much of the vector b is at right angles to a.

    What is I in vector? ›

    A vector can be described using i,j notation. A unit vector is a vector of length 1, in Cartesian co-ordinates the unit vectors along the axis are denoted by i and j respectively.

    What is the general formula for cross product? ›

    Cross Product of Two Vectors Meaning

    a × b =|a| |b| sin θ. The angle between →a a → and →c c → is always 90∘ ∘ . i.e., →a a → and →c c → are orthogonal vectors. The angle between →b b → and →c c → is always 90∘ ∘ .

    What is the cross product of a 3x3 matrix? ›

    If we allow a matrix to have the vector i, j, and k as entries (OK, maybe this doesn't make sense, but this is just as a tool to remember the cross product), the 3×3 determinant gives a handy mnemonic to remember the cross product: a×b=|ijka1a2a3b1b2b3|.

    What is the cross product of xy vectors? ›

    The Cross Product For Orthogonal Vectors

    xy => z ( x cross y is z ) yz => x ( y cross z is x ; we looped around: y to z to x ) zx => y.

    Top Articles
    Latest Posts
    Article information

    Author: Kelle Weber

    Last Updated:

    Views: 6390

    Rating: 4.2 / 5 (53 voted)

    Reviews: 92% of readers found this page helpful

    Author information

    Name: Kelle Weber

    Birthday: 2000-08-05

    Address: 6796 Juan Square, Markfort, MN 58988

    Phone: +8215934114615

    Job: Hospitality Director

    Hobby: tabletop games, Foreign language learning, Leather crafting, Horseback riding, Swimming, Knapping, Handball

    Introduction: My name is Kelle Weber, I am a magnificent, enchanting, fair, joyous, light, determined, joyous person who loves writing and wants to share my knowledge and understanding with you.