Ch.10 · Vector Addition
04 / Vector Addition

Vector Addition &
Subtraction

Triangle law, parallelogram law, properties, and component-wise addition — master the geometry behind combining vectors.

CBSE BoardJEE Mains & Adv.
Why Addition of Vectors is Special

Unlike scalars, vectors cannot be added by simple arithmetic. Direction must be taken into account. Walking 3 km East and then 4 km North does NOT mean you are 7 km from start — you are only 5 km away (resultant).

💡 Physical Intuition

Displacement 3 km East (3î) + 4 km North (4ĵ) = 3î + 4ĵ

Resultant magnitude = √(9+16) = 5 km (not 7 km!)

Triangle Law of Vector Addition
Statement

If two vectors a and b are represented by two sides of a triangle taken in the same order, then the third side taken in the reverse order represents a + b.

a⃗ b⃗ a⃗ + b⃗ A B C
Triangle Law — Formula In △ABC: AB + BC = AC

Note: AB + BC + CA = 0 (sum of triangle vectors = zero)
✏️ Example

a = 2î + 3ĵ, b = 4î − ĵ

a + b = (2+4)î + (3−1)ĵ = 6î + 2ĵ

|a + b| = √(36+4) = √40 = 2√10

Parallelogram Law of Vector Addition
Statement

If two vectors a and b are represented by two adjacent sides of a parallelogram drawn from the same point, then the diagonal from that same point represents a + b.

a⃗ b⃗ a⃗ + b⃗ O A B C
Resultant Magnitude If angle between a and b is θ:
|a + b| = √(|a|² + |b|² + 2|a||b|cosθ)

Special cases:
θ = 0° → |a + b| = |a| + |b| (max, same direction)
θ = 180° → |a + b| = ||a| − |b|| (min, opposite direction)
θ = 90° → |a + b| = √(|a|² + |b|²)
🎯 JEE — This Formula Appears Every Year

The resultant magnitude formula is fundamental in JEE Physics and Maths. Also remember: |ab|² = |a|² + |b|² − 2|a||b|cosθ (angle between a and b for their difference).

Properties of Vector Addition
All Properties 1. Commutative: a + b = b + a
2. Associative: (a + b) + c = a + (b + c)
3. Additive Identity: a + 0 = 0 + a = a
4. Additive Inverse: a + (−a) = 0
📌 CBSE Proof Questions

Board exams frequently ask to prove commutativity and associativity of vector addition using the triangle/parallelogram law. Draw the diagrams clearly with labeled points.

Vector Subtraction

Vector subtraction is defined as ab = a + (−b). We add the negative of b to a. Geometrically, −b has the same length as b but points in the opposite direction.

Subtraction Formula If a = a₁î + a₂ĵ + a₃k̂ and b = b₁î + b₂ĵ + b₃k̂:
ab = (a₁−b₁)î + (a₂−b₂)ĵ + (a₃−b₃)k̂
✏️ Example

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

ab = (5−2)î + (3+1)ĵ + (−2−4)k̂ = 3î + 4ĵ − 6k̂

Addition Using Components (Fastest Method)

This is the method used in all calculations. Simply add corresponding î, ĵ, k̂ components.

Component-wise Addition a + b = (a₁+b₁)î + (a₂+b₂)ĵ + (a₃+b₃)k̂
✏️ Fully Solved Example

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

Find a + b + c

= (1+4−2)î + (2−1+3)ĵ + (3+2−1)k̂

= 3î + 4ĵ + 4k̂

|a + b + c| = √(9+16+16) = √41

Triangle Inequality
Triangle Inequality (Important Theorem) |a + b| ≤ |a| + |b|
(Resultant is at most as large as sum of individual magnitudes)

Equality holds when ab (same direction, θ = 0°)

Also: |ab| ≥ | |a| − |b| |
🎯 JEE Concept

Triangle inequality is used in JEE to find bounds on vector magnitudes. If you know |a| and |b|, you can say the resultant lies between | |a|−|b| | and |a|+|b|.