Definition of Vector (Cross) Product

The vector product (or cross product) of two non-zero vectors a\vec{a} and b\vec{b}, denoted by a×b\vec{a} \times \vec{b}, is defined as a vector whose magnitude is absinθ|\vec{a}||\vec{b}|\sin\theta and whose direction is perpendicular to the plane containing both a\vec{a} and b\vec{b}.

Mathematically, a×b=absinθn^\vec{a} \times \vec{b} = |\vec{a}| |\vec{b}| \sin \theta \, \hat{n}

where:

  • θ\theta is the angle between a\vec{a} and b\vec{b}, with 0θπ0 \le \theta \le \pi.
  • n^\hat{n} is a unit vector perpendicular to both a\vec{a} and b\vec{b}.

The direction of n^\hat{n} is determined by the Right-Hand Rule: if the fingers of the right hand are curled from a\vec{a} towards b\vec{b} through the smaller angle, then the thumb points in the direction of a×b\vec{a} \times \vec{b}.

Important observations

  • The result of a cross product is always a vector quantity.
  • If either vector is the zero vector, then the cross product is defined as the zero vector.
  • The magnitude is a×b=absinθ.|\vec{a} \times \vec{b}| = |\vec{a}| |\vec{b}| \sin \theta.
  • If θ=0\theta = 0^\circ or 180180^\circ, then sinθ=0\sin\theta = 0, so the cross product is zero. Hence parallel vectors have zero cross product.
  • If θ=90\theta = 90^\circ, then sinθ=1\sin\theta = 1, so a×b=ab.|\vec{a} \times \vec{b}| = |\vec{a}| |\vec{b}|.

Properties of the Vector Product

  1. Non-Commutative (Anti-Commutative): a×b=(b×a)\vec{a} \times \vec{b} = -(\vec{b} \times \vec{a}) Reversing the order reverses the direction.

  2. Condition for Collinearity: Two non-zero vectors are parallel if and only if their cross product is zero. a×b=0    ab\vec{a} \times \vec{b} = \vec{0} \iff \vec{a} \parallel \vec{b} In particular, a×a=0.\vec{a} \times \vec{a} = \vec{0}.

  3. Distributivity over Addition: a×(b+c)=a×b+a×c\vec{a} \times (\vec{b} + \vec{c}) = \vec{a} \times \vec{b} + \vec{a} \times \vec{c} and similarly, (a+b)×c=a×c+b×c.(\vec{a} + \vec{b}) \times \vec{c} = \vec{a} \times \vec{c} + \vec{b} \times \vec{c}.

  4. Scalar Multiplication: For any scalar λ\lambda, λ(a×b)=(λa)×b=a×(λb).\lambda(\vec{a} \times \vec{b}) = (\lambda\vec{a}) \times \vec{b} = \vec{a} \times (\lambda\vec{b}).

  5. Not Associative: In general, (a×b)×ca×(b×c).(\vec{a} \times \vec{b}) \times \vec{c} \ne \vec{a} \times (\vec{b} \times \vec{c}).

These properties are fundamental in vector algebra and applications.

Cross Product of Standard Unit Vectors

For the mutually perpendicular unit vectors i^\hat{i}, j^\hat{j}, and k^\hat{k}:

  • Since the angle between a unit vector and itself is 00^\circ, i^×i^=0,j^×j^=0,k^×k^=0.\hat{i} \times \hat{i} = \vec{0}, \quad \hat{j} \times \hat{j} = \vec{0}, \quad \hat{k} \times \hat{k} = \vec{0}.

  • Using the cyclic order i^j^k^i^\hat{i} \to \hat{j} \to \hat{k} \to \hat{i} and the right-hand rule, i^×j^=k^,j^×k^=i^,k^×i^=j^.\hat{i} \times \hat{j} = \hat{k}, \quad \hat{j} \times \hat{k} = \hat{i}, \quad \hat{k} \times \hat{i} = \hat{j}.

  • Reversing the order introduces a minus sign: j^×i^=k^,k^×j^=i^,i^×k^=j^.\hat{j} \times \hat{i} = -\hat{k}, \quad \hat{k} \times \hat{j} = -\hat{i}, \quad \hat{i} \times \hat{k} = -\hat{j}.

These identities are used to compute cross products in component form.

Cross Product in Component Form

If a=a1i^+a2j^+a3k^,b=b1i^+b2j^+b3k^,\vec{a} = a_1\hat{i} + a_2\hat{j} + a_3\hat{k}, \qquad \vec{b} = b_1\hat{i} + b_2\hat{j} + b_3\hat{k}, then their cross product is given by the determinant

a×b=i^j^k^a1a2a3b1b2b3.\vec{a} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \end{vmatrix}.

Expanding along the first row, a×b=(a2b3a3b2)i^(a1b3a3b1)j^+(a1b2a2b1)k^.\vec{a} \times \vec{b} = (a_2 b_3 - a_3 b_2)\hat{i} - (a_1 b_3 - a_3 b_1)\hat{j} + (a_1 b_2 - a_2 b_1)\hat{k}.

This form is especially useful in coordinate geometry, mechanics, and geometry problems involving area and perpendicular directions.

Geometric Interpretation: Areas

The magnitude of the cross product has an important geometric meaning.

  • Area of a Parallelogram: If a\vec{a} and b\vec{b} are adjacent sides of a parallelogram, then Area of Parallelogram=a×b.\text{Area of Parallelogram} = |\vec{a} \times \vec{b}|.

  • Area of a Triangle: If a\vec{a} and b\vec{b} are adjacent sides of a triangle, then Area of Triangle=12a×b.\text{Area of Triangle} = \frac{1}{2}|\vec{a} \times \vec{b}|.

  • Area of a Parallelogram using Diagonals: If d1\vec{d}_1 and d2\vec{d}_2 are the diagonals of a parallelogram, then Area=12d1×d2.\text{Area} = \frac{1}{2}|\vec{d}_1 \times \vec{d}_2|.

Thus the cross product is closely tied to area and perpendicularity.

Example 1: Basic Cross Product

Find a×b\vec{a} \times \vec{b} if a=2i^+j^+3k^\vec{a} = 2\hat{i} + \hat{j} + 3\hat{k} and b=3i^+5j^2k^\vec{b} = 3\hat{i} + 5\hat{j} - 2\hat{k}.

Solution: Step 1: Set up the determinant. a×b=i^j^k^213352\vec{a} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & 1 & 3 \\ 3 & 5 & -2 \end{vmatrix}

Step 2: Expand: =i^[(1)(2)(3)(5)]j^[(2)(2)(3)(3)]+k^[(2)(5)(1)(3)]= \hat{i}[(1)(-2) - (3)(5)] - \hat{j}[(2)(-2) - (3)(3)] + \hat{k}[(2)(5) - (1)(3)]

Step 3: Simplify: =i^[215]j^[49]+k^[103]= \hat{i}[-2 - 15] - \hat{j}[-4 - 9] + \hat{k}[10 - 3] =17i^(13)j^+7k^= -17\hat{i} - (-13)\hat{j} + 7\hat{k} =17i^+13j^+7k^.= -17\hat{i} + 13\hat{j} + 7\hat{k}.

Answer: 17i^+13j^+7k^-17\hat{i} + 13\hat{j} + 7\hat{k}

Example 2: Finding a Perpendicular Unit Vector

Find a unit vector perpendicular to each of the vectors a+b\vec{a} + \vec{b} and ab\vec{a} - \vec{b}, where a=i^+j^+k^\vec{a} = \hat{i} + \hat{j} + \hat{k} and b=i^+2j^+3k^\vec{b} = \hat{i} + 2\hat{j} + 3\hat{k}.

Solution: Step 1: Compute u=a+b=2i^+3j^+4k^,\vec{u} = \vec{a} + \vec{b} = 2\hat{i} + 3\hat{j} + 4\hat{k}, v=ab=0i^j^2k^.\vec{v} = \vec{a} - \vec{b} = 0\hat{i} - \hat{j} - 2\hat{k}.

Step 2: A vector perpendicular to both is u×v=i^j^k^234012.\vec{u} \times \vec{v} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & 3 & 4 \\ 0 & -1 & -2 \end{vmatrix}.

Expanding, =i^[3(2)4(1)]j^[2(2)4(0)]+k^[2(1)3(0)]= \hat{i}[3(-2) - 4(-1)] - \hat{j}[2(-2) - 4(0)] + \hat{k}[2(-1) - 3(0)] =i^(6+4)j^(4)+k^(2)= \hat{i}(-6 + 4) - \hat{j}(-4) + \hat{k}(-2) =2i^+4j^2k^.= -2\hat{i} + 4\hat{j} - 2\hat{k}.

Step 3: Its magnitude is (2)2+42+(2)2=24=26.\sqrt{(-2)^2 + 4^2 + (-2)^2} = \sqrt{24} = 2\sqrt{6}.

Step 4: The required unit vector is ±2i^+4j^2k^26=±(16i^+26j^16k^).\pm \frac{-2\hat{i} + 4\hat{j} - 2\hat{k}}{2\sqrt{6}} = \pm\left(-\frac{1}{\sqrt{6}}\hat{i} + \frac{2}{\sqrt{6}}\hat{j} - \frac{1}{\sqrt{6}}\hat{k}\right).

Answer: ±(16i^+26j^16k^)\pm\left(-\frac{1}{\sqrt{6}}\hat{i} + \frac{2}{\sqrt{6}}\hat{j} - \frac{1}{\sqrt{6}}\hat{k}\right)

Example 3: Area of a Parallelogram

Find the area of a parallelogram whose adjacent sides are given by the vectors a=3i^+j^+4k^\vec{a} = 3\hat{i} + \hat{j} + 4\hat{k} and b=i^j^+k^\vec{b} = \hat{i} - \hat{j} + \hat{k}.

Solution: Step 1: The area is a×b.|\vec{a} \times \vec{b}|.

Step 2: Compute the cross product: a×b=i^j^k^314111.\vec{a} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 3 & 1 & 4 \\ 1 & -1 & 1 \end{vmatrix}.

Expanding, =i^[1(1)4(1)]j^[3(1)4(1)]+k^[3(1)1(1)]= \hat{i}[1(1) - 4(-1)] - \hat{j}[3(1) - 4(1)] + \hat{k}[3(-1) - 1(1)] =i^(1+4)j^(34)+k^(31)= \hat{i}(1+4) - \hat{j}(3-4) + \hat{k}(-3-1) =5i^+j^4k^.= 5\hat{i} + \hat{j} - 4\hat{k}.

Step 3: Find its magnitude: a×b=52+12+(4)2=25+1+16=42.|\vec{a} \times \vec{b}| = \sqrt{5^2 + 1^2 + (-4)^2} = \sqrt{25+1+16} = \sqrt{42}.

Answer: 42\sqrt{42} square units.

Example 4: Area of a Triangle

Find the area of a triangle having the points A(1,1,1)A(1, 1, 1), B(1,2,3)B(1, 2, 3), and C(2,3,1)C(2, 3, 1) as its vertices.

Solution: Step 1: Find two side vectors: AB=(11)i^+(21)j^+(31)k^=j^+2k^,\vec{AB} = (1-1)\hat{i} + (2-1)\hat{j} + (3-1)\hat{k} = \hat{j} + 2\hat{k}, AC=(21)i^+(31)j^+(11)k^=i^+2j^.\vec{AC} = (2-1)\hat{i} + (3-1)\hat{j} + (1-1)\hat{k} = \hat{i} + 2\hat{j}.

Step 2: Area of triangle is 12AB×AC.\frac{1}{2}|\vec{AB} \times \vec{AC}|.

Step 3: Compute the cross product: AB×AC=i^j^k^012120.\vec{AB} \times \vec{AC} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 0 & 1 & 2 \\ 1 & 2 & 0 \end{vmatrix}.

Expanding, =i^[1(0)2(2)]j^[0(0)2(1)]+k^[0(2)1(1)]= \hat{i}[1(0) - 2(2)] - \hat{j}[0(0) - 2(1)] + \hat{k}[0(2) - 1(1)] =4i^+2j^k^.= -4\hat{i} + 2\hat{j} - \hat{k}.

Step 4: Magnitude: AB×AC=(4)2+22+(1)2=21.|\vec{AB} \times \vec{AC}| = \sqrt{(-4)^2 + 2^2 + (-1)^2} = \sqrt{21}.

Step 5: Therefore, Area=212.\text{Area} = \frac{\sqrt{21}}{2}.

Answer: 212\frac{\sqrt{21}}{2} square units.

Example 5: Collinear Vectors Condition

Find λ\lambda and μ\mu if (2i^+6j^+27k^)×(i^+λj^+μk^)=0(2\hat{i} + 6\hat{j} + 27\hat{k}) \times (\hat{i} + \lambda\hat{j} + \mu\hat{k}) = \vec{0}.

Solution: Step 1: Since the cross product is zero, the vectors are parallel.

Step 2: Compute the determinant: i^j^k^26271λμ=0.\begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & 6 & 27 \\ 1 & \lambda & \mu \end{vmatrix} = \vec{0}.

Expanding, i^(6μ27λ)j^(2μ27)+k^(2λ6)=0.\hat{i}(6\mu - 27\lambda) - \hat{j}(2\mu - 27) + \hat{k}(2\lambda - 6) = \vec{0}.

Step 3: Equate components to zero: 2λ6=0    λ=3,2\lambda - 6 = 0 \implies \lambda = 3, (2μ27)=0    2μ=27    μ=272.-(2\mu - 27) = 0 \implies 2\mu = 27 \implies \mu = \frac{27}{2}.

Check the i^\hat{i}-component: 6(272)27(3)=8181=0.6\left(\frac{27}{2}\right) - 27(3) = 81 - 81 = 0. So the values are correct.

Answer: λ=3\lambda = 3, μ=27/2\mu = 27/2

Example 6: Sine of the Angle Between Vectors

Find the sine of the angle between the vectors a=3i^+j^+2k^\vec{a} = 3\hat{i} + \hat{j} + 2\hat{k} and b=2i^2j^+4k^\vec{b} = 2\hat{i} - 2\hat{j} + 4\hat{k}.

Solution: Use sinθ=a×bab.\sin\theta = \frac{|\vec{a} \times \vec{b}|}{|\vec{a}| |\vec{b}|}.

Step 1: Compute the cross product: a×b=i^j^k^312224.\vec{a} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 3 & 1 & 2 \\ 2 & -2 & 4 \end{vmatrix}.

Expanding, =i^[1(4)2(2)]j^[3(4)2(2)]+k^[3(2)1(2)]= \hat{i}[1(4) - 2(-2)] - \hat{j}[3(4) - 2(2)] + \hat{k}[3(-2) - 1(2)] =8i^8j^8k^.= 8\hat{i} - 8\hat{j} - 8\hat{k}.

Step 2: Magnitude of cross product: a×b=82+(8)2+(8)2=192=83.|\vec{a} \times \vec{b}| = \sqrt{8^2 + (-8)^2 + (-8)^2} = \sqrt{192} = 8\sqrt{3}.

Step 3: Magnitudes of vectors: a=32+12+22=14,|\vec{a}| = \sqrt{3^2 + 1^2 + 2^2} = \sqrt{14}, b=22+(2)2+42=24=26.|\vec{b}| = \sqrt{2^2 + (-2)^2 + 4^2} = \sqrt{24} = 2\sqrt{6}.

Step 4: Therefore, sinθ=831426=83284=43221=2337=27.\sin\theta = \frac{8\sqrt{3}}{\sqrt{14} \cdot 2\sqrt{6}} = \frac{8\sqrt{3}}{2\sqrt{84}} = \frac{4\sqrt{3}}{2\sqrt{21}} = \frac{2\sqrt{3}}{\sqrt{3}\sqrt{7}} = \frac{2}{\sqrt{7}}.

Answer: 2/72/\sqrt{7}

Example 7: Vector Algebra Identity

Prove that (ab)×(a+b)=2(a×b)(\vec{a} - \vec{b}) \times (\vec{a} + \vec{b}) = 2(\vec{a} \times \vec{b}).

Solution: Start with the left-hand side: (ab)×(a+b).(\vec{a} - \vec{b}) \times (\vec{a} + \vec{b}).

Using distributivity, =a×a+a×bb×ab×b.= \vec{a}\times\vec{a} + \vec{a}\times\vec{b} - \vec{b}\times\vec{a} - \vec{b}\times\vec{b}.

Now, a×a=0,b×b=0,\vec{a}\times\vec{a} = \vec{0}, \qquad \vec{b}\times\vec{b} = \vec{0}, and b×a=(a×b).\vec{b}\times\vec{a} = -(\vec{a}\times\vec{b}).

So, =0+a×b[(a×b)]0= \vec{0} + \vec{a}\times\vec{b} - [-(\vec{a}\times\vec{b})] - \vec{0} =a×b+a×b= \vec{a}\times\vec{b} + \vec{a}\times\vec{b} =2(a×b).= 2(\vec{a}\times\vec{b}).

Hence proved.

Answer: Proved.

Example 8: Area of Parallelogram via Diagonals

Find the area of the parallelogram whose diagonals are represented by the vectors d1=3i^+j^2k^\vec{d}_1 = 3\hat{i} + \hat{j} - 2\hat{k} and d2=i^3j^+4k^\vec{d}_2 = \hat{i} - 3\hat{j} + 4\hat{k}.

Solution: Step 1: Use the formula Area=12d1×d2.\text{Area} = \frac{1}{2}|\vec{d}_1 \times \vec{d}_2|.

Step 2: Compute the cross product: d1×d2=i^j^k^312134.\vec{d}_1 \times \vec{d}_2 = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 3 & 1 & -2 \\ 1 & -3 & 4 \end{vmatrix}.

Expanding, =i^[1(4)(2)(3)]j^[3(4)(2)(1)]+k^[3(3)1(1)]= \hat{i}[1(4) - (-2)(-3)] - \hat{j}[3(4) - (-2)(1)] + \hat{k}[3(-3) - 1(1)] =2i^14j^10k^.= -2\hat{i} - 14\hat{j} - 10\hat{k}.

Step 3: Magnitude: d1×d2=(2)2+(14)2+(10)2=300=103.|\vec{d}_1 \times \vec{d}_2| = \sqrt{(-2)^2 + (-14)^2 + (-10)^2} = \sqrt{300} = 10\sqrt{3}.

Step 4: Therefore, Area=12(103)=53.\text{Area} = \frac{1}{2}(10\sqrt{3}) = 5\sqrt{3}.

Answer: 535\sqrt{3} square units.

Example 9: Lagrange's Identity Application

If a=2|\vec{a}| = 2, b=5|\vec{b}| = 5, and a×b=8|\vec{a} \times \vec{b}| = 8, find the value of ab\vec{a} \cdot \vec{b}.

Solution: Use Lagrange's identity: a×b2+(ab)2=a2b2.|\vec{a} \times \vec{b}|^2 + (\vec{a} \cdot \vec{b})^2 = |\vec{a}|^2 |\vec{b}|^2.

Substitute the given values: 82+(ab)2=22528^2 + (\vec{a} \cdot \vec{b})^2 = 2^2 \cdot 5^2 64+(ab)2=10064 + (\vec{a} \cdot \vec{b})^2 = 100 (ab)2=36.(\vec{a} \cdot \vec{b})^2 = 36.

Hence, ab=±6.\vec{a} \cdot \vec{b} = \pm 6.

The sign cannot be uniquely determined from the given information alone because the angle could be acute or obtuse.

Answer: ±6\pm 6

Example 10: Angle Yielding a Unit Vector

Let the vectors a\vec{a} and b\vec{b} be such that a=3|\vec{a}| = 3 and b=23|\vec{b}| = \frac{\sqrt{2}}{3}. If a×b\vec{a} \times \vec{b} is a unit vector, find the angle between a\vec{a} and b\vec{b}.

Solution: Since a×b\vec{a} \times \vec{b} is a unit vector, a×b=1.|\vec{a} \times \vec{b}| = 1.

Using the cross product magnitude formula, absinθ=1.|\vec{a}| |\vec{b}| \sin\theta = 1.

Substitute the given values: 3(23)sinθ=13\left(\frac{\sqrt{2}}{3}\right)\sin\theta = 1 2sinθ=1\sqrt{2}\sin\theta = 1 sinθ=12.\sin\theta = \frac{1}{\sqrt{2}}.

Therefore, θ=45or135.\theta = 45^\circ \quad \text{or} \quad 135^\circ.

If the angle between vectors is taken to be the acute angle in context, then the answer is 4545^\circ.

Answer: 4545^\circ or 135135^\circ