Ch.10 · Product of Vectors
06 / Final Topic

Product of
Two Vectors

The two most powerful vector operations — Scalar (Dot) Product and Vector (Cross) Product — with complete theory, formulas, properties, and solved examples.

CBSE Board JEE Mains JEE Advanced
🔢
Two Types of Vector Products
· Scalar (Dot) Product
Result typeScalar (just a number)
Symbola · b
Formula|a||b| cos θ
Used forAngle, work, projection
CommutativeYes: a·b = b·a
× Vector (Cross) Product
Result typeVector (has direction too)
Symbola × b
Formula|a||b| sin θ n̂
Used forArea, torque, normal vector
CommutativeNo: a×b = −b×a
Part A — Scalar (Dot) Product
·
Definition of Dot Product

The scalar product (dot product) of two vectors a and b is defined as a scalar equal to the product of their magnitudes and the cosine of the angle between them.

Dot Product — Definition a · b = |a| |b| cos θ
where θ is the angle between a and b (0° ≤ θ ≤ 180°)

Component form: if a = a₁î+a₂ĵ+a₃k̂, b = b₁î+b₂ĵ+b₃k̂:
a · b = a₁b₁ + a₂b₂ + a₃b₃
a⃗ b⃗ θ O a⃗·b⃗ = |a⃗||b⃗|cosθ
✏️ Example 1 — Component Method

a = 2î + 3ĵ − k̂, b = î − 2ĵ + 3k̂

a·b = (2)(1) + (3)(−2) + (−1)(3) = 2 − 6 − 3 = −7

✏️ Example 2 — Finding Angle

a = î + ĵ, b = ĵ + k̂. Find angle θ between them.

1.

a·b = 0+1+0 = 1

2.

|a| = √2, |b| = √2

3.

cosθ = 1/(√2·√2) = 1/2 → θ = 60°

📐
Properties of Dot Product
Complete Properties List 1. Commutative: a·b = b·a
2. Distributive: a·(b+c) = a·b + a·c
3. Scalar factor:ab = λ(a·b) = a·(λb)
4. Self dot product: a·a = |a
5. Zero vector:a= 0
î, ĵ, k̂ Self-Dot

î·î = ĵ·ĵ = k̂·k̂ = 1

(Each unit vector dotted with itself = 1)

î, ĵ, k̂ Cross-Dot

î·ĵ = ĵ·k̂ = k̂·î = 0

(Perpendicular unit vectors dot to 0)

Perpendicularity

aba·b = 0

(cosθ = cos90° = 0)

🎯 JEE — High Priority

The result a·a = |a means |a| = √(a·a). This is used to find magnitudes. Also: |a + b|² = |a|² + 2(a·b) + |b — expanding like algebraic identity using dot product.

📏
Projection of a Vector

The scalar projection of b onto a is the component of b in the direction of a. The vector projection is that component as a vector.

Projection Formulas Scalar projection of b on a:
= a·b / |a| = |b| cosθ

Vector projection of b on a:
= (a·b / |a|²) · a = (a·b / |a|) · â
✏️ Example

Find projection of b = 2î + 3ĵ + 2k̂ on a = î + 2ĵ + 2k̂

1.

a·b = 2+6+4 = 12

2.

|a| = √(1+4+4) = 3

3.

Scalar projection = 12/3 = 4

📌 Board Exam — 4 marks

Projection problems are a staple 4-mark question in CBSE boards. Always write the formula first, then substitute — you get step marks even with a calculation error.

🔢
Angle Between Two Vectors
Angle Formula cos θ = (a · b) / (|a| |b|)

θ = cos⁻¹ [ (ab₁ + ab₂ + ab₃) / (|a| · |b|) ]
Angle θcos θDot ProductRelation
1|a||b|Same direction (parallel)
90°00Perpendicular
180°−1−|a||b|Antiparallel
60°1/2|a||b|/2Acute angle
120°−1/2−|a||b|/2Obtuse angle
Part B — Vector (Cross) Product
×
Definition of Cross Product

The vector product (cross product) of two vectors a and b produces a new vector that is perpendicular to both a and b, with magnitude = |a| |b| sin θ.

Cross Product — Definition a × b = |a| |b| sin θ · n̂
where θ is the angle between a and b (0° ≤ θ ≤ 180°)
and is the unit vector ⊥ to both a and b (Right-Hand Rule)

Magnitude only: |a × b| = |a| |b| sin θ
a⃗ b⃗ a×b (⊥ to both) θ O Right-Hand Rule applies
🧮
Cross Product — Component Formula (Determinant)

For vectors in component form, the cross product is calculated using a 3×3 determinant:

Cross Product — Determinant Method
  î    ĵ    k̂
 a₁  a₂  a₃
 b₁  b₂  b₃
a × b = î(a₂b₃ − a₃b₂) − ĵ(a₁b₃ − a₃b₁) + k̂(a₁b₂ − a₂b₁)
✏️ Fully Solved — Cross Product

Find a × b where a = 2î + 3ĵ − k̂ and b = î − 2ĵ + 3k̂

î:

(3)(3) − (−1)(−2) = 9 − 2 = 7

ĵ:

−[(2)(3) − (−1)(1)] = −[6 + 1] = −7

k̂:

(2)(−2) − (3)(1) = −4 − 3 = −7

a × b = 7î − 7ĵ − 7k̂

|a × b| = √(49+49+49) = 7√3

🎯 Memory Trick for Determinant

Cover the î column → multiply diagonally for î coefficient. Cover the ĵ column → multiply (but negate!). Cover the k̂ column → multiply for k̂. The sign pattern is + , − , + for î, ĵ, k̂.

📋
Properties of Cross Product
Complete Properties 1. Anti-commutative: a × b = −(b × a)
2. Distributive: a × (b + c) = a×b + a×c
3. Scalar factor:a) × b = λ(a × b)
4. Self cross product: a × a = 0⃗ (any vector)
5. Zero vector: a × 0⃗ = 0⃗
Cross Products of Unit Vectors

î×ĵ = k̂ , ĵ×k̂ = î , k̂×î = ĵ
ĵ×î = −k̂ , k̂×ĵ = −î , î×k̂ = −ĵ
î×î = ĵ×ĵ = k̂×k̂ = 0⃗

Parallel Vectors Test

aba × b = 0⃗

(sinθ = sin0° or sin180° = 0)

This is an alternative collinearity test using the cross product.

⚠️ Common Mistake

Cross product is NOT commutative: a×bb×a. In fact a×b = −b×a. Never swap without changing the sign. This is the most common error in board and JEE answers.

📐
Geometric Meaning — Area

The magnitude of the cross product gives the area of the parallelogram formed by the two vectors as adjacent sides. Half of that is the area of a triangle.

Area Formulas Area of parallelogram with sides a and b:
Area = |a × b|

Area of triangle with sides a and b:
Area = (1/2)|a × b|

Unit normal vector to the plane of a and b:
n̂ = (a × b) / |a × b|
✏️ Area Example — Board Style

Find area of triangle with vertices A(1,1,1), B(2,3,4), C(3,2,5).

1.

AB = B−A = î+2ĵ+3k̂

2.

AC = C−A = 2î+ĵ+4k̂

3.

AB×AC = î(8−3) − ĵ(4−6) + k̂(1−4) = 5î+2ĵ−3k̂

4.

|AB×AC| = √(25+4+9) = √38

5.

Area = (1/2)√38 = (√38)/2 sq. units

📌 Board Exam — 5 marks

Area of triangle / parallelogram using cross product is a frequently asked 5-mark question. Always label your steps clearly and find AB and AC from the given vertices before computing the cross product.

Complete Comparison — Dot vs Cross
Property Dot Product (a·b) Cross Product (a×b)
ResultScalarVector
Formula|a||b|cosθ|a||b|sinθ n̂
CommutativeYes: a·b = b·aNo: a×b = −b×a
Parallel vectorsa·b = ±|a||b|a×b = 0⃗
Perpendicular vectorsa·b = 0|a×b| = |a ||<.span style='color:var(--pink)'>b|
î, ĵ crossî·ĵ = 0î×ĵ = k̂
ApplicationAngle, work, projectionArea, torque, normal
🎯
Scalar Triple Product (Box Product)

The scalar triple product of vectors a, b, c is defined as a·(b×c). It gives the volume of the parallelepiped formed by the three vectors.

Scalar Triple Product [a b c] = a·(b×c)

Computed as 3×3 determinant:
|a₁ a₂ a₃|
|b₁ b₂ b₃|
|c₁ c₂ c₃|

Coplanarity: [a b c] = 0 ⟺ vectors are coplanar
Volume of parallelepiped = |[a b c]|
Volume of tetrahedron = (1/6)|[a b c]|
🎯 JEE Advanced — Very High Value

The scalar triple product is tested heavily in JEE Advanced. Key facts:
[a b c] = [b c a] = [c a b] (cyclic permutation = same value)
[a b c] = −[a c b] (swapping two = sign change)
• Vectors coplanar ⟺ box product = 0

📑
Formula Cheatsheet — Chapter 10 Complete
All Key Formulas at a Glance Magnitude: |a| = √(a₁²+a₂²+a₃²)
Unit vector: â = a/|a|
Direction cosines: l²+m²+n² = 1
Section formula (internal): r = (mb+na)/(m+n)
Dot product: a·b = a₁b₁+a₂b₂+a₃b₃ = |a||b|cosθ
Angle: cosθ = (a·b)/(|a||b|)
Projection of b on a: (a·b)/|a|
Cross product mag: |a×b| = |a||b|sinθ
Parallelogram area: |a×b|
Triangle area: (1/2)|a×b|
Coplanarity: a·(b×c) = 0
Parallelepiped vol: |a·(b×c)|

🎉 Chapter 10 — Vectors Complete!

You've covered all six topics. Revise them in order or jump to any section below.

↺ Start from Beginning