Cross Product Math Example 2

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

Example 2

hard
Find โŸจ2,3,1โŸฉร—โŸจ1,โˆ’1,2โŸฉ\langle 2, 3, 1 \rangle \times \langle 1, -1, 2 \rangle.

Solution

  1. 1
    Step 1: ii-component: 3(2)โˆ’1(โˆ’1)=6+1=73(2) - 1(-1) = 6 + 1 = 7.
  2. 2
    Step 2: jj-component: 1(1)โˆ’2(2)=1โˆ’4=โˆ’31(1) - 2(2) = 1 - 4 = -3.
  3. 3
    Step 3: kk-component: 2(โˆ’1)โˆ’3(1)=โˆ’2โˆ’3=โˆ’52(-1) - 3(1) = -2 - 3 = -5.
  4. 4
    Result: โŸจ7,โˆ’3,โˆ’5โŸฉ\langle 7, -3, -5 \rangle.
  5. 5
    Check: โŸจ2,3,1โŸฉโ‹…โŸจ7,โˆ’3,โˆ’5โŸฉ=14โˆ’9โˆ’5=0\langle 2,3,1 \rangle \cdot \langle 7,-3,-5 \rangle = 14 - 9 - 5 = 0 โœ“ (perpendicular)

Answer

โŸจ7,โˆ’3,โˆ’5โŸฉ\langle 7, -3, -5 \rangle
The cross product is computed component by component using the cyclic pattern. The check that both original vectors are perpendicular to the result (dot product = 0) verifies correctness.

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