Cross Product Math Example 3

Follow the full solution, then compare it with the other examples linked below.

Example 3

medium
Find โŸจ1,2,0โŸฉร—โŸจ3,0,0โŸฉ\langle 1, 2, 0 \rangle \times \langle 3, 0, 0 \rangle.

Solution

  1. 1
    ii: 2(0)โˆ’0(0)=02(0) - 0(0) = 0. jj: 0(3)โˆ’1(0)=00(3) - 1(0) = 0. kk: 1(0)โˆ’2(3)=โˆ’61(0) - 2(3) = -6.
  2. 2
    Result: โŸจ0,0,โˆ’6โŸฉ\langle 0, 0, -6 \rangle.

Answer

โŸจ0,0,โˆ’6โŸฉ\langle 0, 0, -6 \rangle
When both vectors lie in the xyxy-plane (z-component = 0), their cross product points purely in the zz-direction. The magnitude โˆฃโˆ’6โˆฃ|{-6}| equals the area of the parallelogram spanned by the two vectors.

About Cross Product

The cross product of two 3D vectors a=โŸจa1,a2,a3โŸฉ\mathbf{a} = \langle a_1, a_2, a_3 \rangle and b=โŸจb1,b2,b3โŸฉ\mathbf{b} = \langle b_1, b_2, b_3 \rangle is a new vector aร—b\mathbf{a} \times \mathbf{b} that is perpendicular to both a\mathbf{a} and b\mathbf{b}. Its magnitude equals the area of the parallelogram formed by a\mathbf{a} and b\mathbf{b}.

Learn more about Cross Product โ†’

More Cross Product Examples