Definition — Vector product

u×v=(u2v3u3v2,  u3v1u1v3,  u1v2u2v1).\vec u\times\vec v = (u_2 v_3 - u_3 v_2,\; u_3 v_1 - u_1 v_3,\; u_1 v_2 - u_2 v_1).

  • Modulus: u×v=uvsinθ|\vec u\times\vec v| = |\vec u|\,|\vec v|\sin\theta.
  • Direction: perpendicular to the plane of u\vec u and v\vec v, with sense given by the right-hand rule.
  • Anticommutative: u×v=v×u\vec u\times\vec v = -\,\vec v\times\vec u.

Unlike the scalar product, the vector product returns a vector: it is the tool for constructing a direction perpendicular to two given vectors.

Property — Parallelism and scalar triple product

  • u×v=0    uv\vec u\times\vec v = \vec 0 \iff \vec u\parallel\vec v.
  • The scalar triple product u(v×w)\vec u\cdot(\vec v\times\vec w) gives the (signed) volume of the parallelepiped built on u,v,w\vec u,\vec v,\vec w.

Example

Let u=(1;2;1)\vec u=(1;-2;1) and v=(1;1;3)\vec v=(-1;1;3). Then u×v=(2311,  1(1)13,  11(2)(1))=(7;4;1).\vec u\times\vec v = (-2\cdot 3-1\cdot 1,\; 1\cdot(-1)-1\cdot 3,\; 1\cdot 1-(-2)(-1)) = (-7;-4;-1). Perpendicularity check: (7;4;1)(1;2;1)=7+81=0(-7;-4;-1)\cdot(1;-2;1) = -7+8-1 = 0  ✓.

Topics: Analytic geometry in space
Concepts: Scalar triple product · Vector product · Vector
Skills: Analytic geometry · Using formulae