Skip to content

Vector Algebra & Multi-Products

Vector Space Axioms

Vectors in 3D Euclidean space R3 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

📊Visual Mathematical Intuition
Vector Multi-Products: Cross Product Normal & Parallelepiped Volume
Vector a⃗ Vector b⃗ θ c⃗ = a⃗ × b⃗ c⃗ ⟂ a⃗ and c⃗ ⟂ b⃗ Vol = [a⃗ b⃗ c⃗] Cross-Product Area = |a⃗ × b⃗|; Parallelepiped Volume = Scalar Triple Product [a⃗ b⃗ c⃗]
Cross Product Normal:\vec{c} = \vec{a} \times \vec{b} = |\vec{a}||\vec{b}|\sin\theta \, \hat{n} \implies \vec{c} \perp \vec{a} \text{ & } \vec{c} \perp \vec{b}
Scalar Triple Product:[a  b  c]=a(b×c)=Volume of Parallelepiped[\vec{a} \; \vec{b} \; \vec{c}] = \vec{a} \cdot (\vec{b} \times \vec{c}) = \text{Volume of Parallelepiped}
Vector Triple Product:a×(b×c)=(ac)b(ab)c (BAC-CAB)\vec{a} \times (\vec{b} \times \vec{c}) = (\vec{a} \cdot \vec{c})\vec{b} - (\vec{a} \cdot \vec{b})\vec{c} \text{ (BAC-CAB)}

Vector cross product a×b\vec{a} \times \vec{b} spanning normal ca,b\vec{c} \perp \vec{a}, \vec{b}, and scalar triple product volume of a parallelepiped [a  b  c]=a(b×c)[\vec{a} \; \vec{b} \; \vec{c}] = \vec{a} \cdot (\vec{b} \times \vec{c}).

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

a×(b×c)=(ac)b(ab)c(a×b)×c=(ac)b(bc)a

Vector triple product is NOT associative: a×(b×c)(a×b)×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