Skip to content

Vector Algebra & Multi-Products

Vector Space Axioms

Vectors in 3D Euclidean space $\mathbb{R}^3$ possess magnitude and direction, obeying parallelogram addition and scalar scaling. In IIT-JEE Advanced, mastery requires fluency in vector triple products and vector differential/algebraic equations.


1. Dot & Cross Products

Scalar (Dot) Product

ab=|a||b|cosθ=a1b1+a2b2+a3b3
  • Projection of a onto b: Projb(a)=ab|b|
  • Orthogonality: abab=0

Vector (Cross) Product

a×b=|a||b|sinθn^=|i^j^k^a1a2a3b1b2b3|
  • Area of Parallelogram formed by a,b: Area=|a×b|
  • Collinearity: aba×b=0

2. Scalar Triple Product (Box Product [abc])

[abc]=a(b×c)=|a1a2a3b1b2b3c1c2c3|

Properties of Box Product

  1. Geometric Meaning: Volume of parallelopiped with coterminous edges a,b,c is V=|[abc]|. Volume of tetrahedron is 16|[abc]|.
  2. Cyclic Permutation: [abc]=[bca]=[cab]=[bac].
  3. Coplanarity Criterion: a,b,c are coplanar iff [abc]=0.

3. Vector Triple Product (BAC - CAB Rule)

BAC - CAB Expansion Rule

$$\vec{a} \times (\vec{b} \times \vec{c}) = (\vec{a} \cdot \vec{c}) \vec{b} - (\vec{a} \cdot \vec{b}) \vec{c}$$ $$(\vec{a} \times \vec{b}) \times \vec{c} = (\vec{a} \cdot \vec{c}) \vec{b} - (\vec{b} \cdot \vec{c}) \vec{a}$$ Vector triple product is NOT associative: $\vec{a} \times (\vec{b} \times \vec{c}) \neq (\vec{a} \times \vec{b}) \times \vec{c}$.


4. Scalar & Vector Products of Four Vectors

  • Lagrange's Identity:(a×b)(c×d)=(ac)(bd)(ad)(bc)=|acadbcbd|
  • Vector Product of Four Vectors:(a×b)×(c×d)=[abd]c[abc]d=[acd]b[bcd]a