Cross Product Math Example 1

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

Example 1

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

Solution

  1. 1
    Step 1: Use the formula: aร—b=โŸจa2b3โˆ’a3b2,a3b1โˆ’a1b3,a1b2โˆ’a2b1โŸฉ\mathbf{a} \times \mathbf{b} = \langle a_2b_3 - a_3b_2, a_3b_1 - a_1b_3, a_1b_2 - a_2b_1 \rangle.
  2. 2
    Step 2: =โŸจ0โ‹…0โˆ’0โ‹…1,0โ‹…0โˆ’1โ‹…0,1โ‹…1โˆ’0โ‹…0โŸฉ= \langle 0 \cdot 0 - 0 \cdot 1, 0 \cdot 0 - 1 \cdot 0, 1 \cdot 1 - 0 \cdot 0 \rangle.
  3. 3
    Step 3: =โŸจ0,0,1โŸฉ= \langle 0, 0, 1 \rangle.
  4. 4
    Check: i^ร—j^=k^\hat{\mathbf{i}} \times \hat{\mathbf{j}} = \hat{\mathbf{k}} by the right-hand rule โœ“

Answer

โŸจ0,0,1โŸฉ\langle 0, 0, 1 \rangle
The cross product of two vectors gives a third vector perpendicular to both. For the standard basis vectors, i^ร—j^=k^\hat{\mathbf{i}} \times \hat{\mathbf{j}} = \hat{\mathbf{k}} follows the right-hand rule.

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