Adding vectors is fundamentally different from adding scalars: direction matters. Three classical graphical laws and one algebraic method cover all cases.
Concept
Triangle Law
To add A+B: place tail of B at head of A. The resultant R goes from tail of A to head of B.
Parallelogram Law
Place A and B tail-to-tail. Complete the parallelogram. The diagonal from the common origin is R.
For two vectors of magnitudes A, B with angle θ between them:
R=A2+B2+2ABcosθtanα=A+BcosθBsinθ
where α is the angle of R with A.
Polygon Law
For n vectors: place them head-to-tail in sequence. The resultant is from the tail of the first to the head of the last.
Algebraic / Component Method
In components:
R=A+B=(Ax+Bx)i^+(Ay+By)j^.
Magnitude:
R=Rx2+Ry2.
Angle with x-axis: tanθ=Ry/Rx.
Properties
Property
Statement
Commutative
A+B=B+A
Associative
(A+B)+C=A+(B+C)
Identity
A+0=A
Inverse
A+(−A)=0
Maximum and Minimum
For two vectors of magnitudes A and B:
Maximum ∣R∣=A+B (when parallel, θ=0).
Minimum ∣R∣=∣A−B∣ (when antiparallel, θ=180°).
Worked Example
Q:A=3i^+2j^ and B=−i^+4j^. Find (a) R=A+B, (b) magnitude and angle with x-axis.
Solution:
(a) R=(3−1)i^+(2+4)j^=2i^+6j^.
(b) ∣R∣=4+36=40=210≈6.32.
tanθ=6/2=3⇒θ≈71.6°.
Q (using parallelogram law): Two forces of 5 N and 8 N act at 60° to each other. Find the resultant.
R=25+64+2(5)(8)cos60°=89+40=129≈11.36N.
Angle with 5 N: tanα=(8sin60°)/(5+8cos60°)=6.93/9≈0.77⇒α≈37.6°.
Common Confusions
"Vectors add by simple arithmetic." — Only when parallel.
"Triangle law and parallelogram law give different answers." — They give the same answer; just different constructions.
Adding magnitudes (e.g., 5+8=13 N) is only correct for parallel vectors.