Vector addition combines two vectors into a single resultant vector. There are two equivalent geometric constructions — the triangle rule and the parallelogram rule — and a simple algebraic rule via coordinates.
Triangle Rule
📐Definition — Sum of Vectors (Triangle Rule)
To add a and b using the triangle rule, place the tail of b at the head of a. The sum a+b is the vector from the tail of a to the head of b:
AB+BC=AC
This extends naturally to any number of vectors: AB+BC+CD=AD (polygon rule).
Parallelogram Rule
📐Definition — Sum of Vectors (Parallelogram Rule)
To add a and b using the parallelogram rule, place both vectors at the same starting point. Complete the parallelogram with a and b as adjacent sides. The sum a+b is the diagonal of the parallelogram from the common starting point.
Both rules give the same result and are equivalent.
Properties of Vector Addition
⚡Theorem — Properties of Addition
For any vectors a, b, c:
Commutative law:a+b=b+a
Associative law:(a+b)+c=a+(b+c)
Identity element:a+0=a
Additive inverse:a+(−a)=0
Proof of commutativity. Let a=AB and b=BC. In the parallelogram ABCD, AB+BC=AC. Also AD=BC=b and DC=AB=a, so b+a=AD+DC=AC. Hence a+b=b+a. ◀
Addition in Coordinates
⚡Theorem — Coordinate Formula for Addition
If a=(a1,a2) and b=(b1,b2), then:
a+b=(a1+b1,a2+b2)
Proof. Place a from O=(0,0) to A=(a1,a2), and b from A to B=(a1+b1,a2+b2). Then a+b=OB=(a1+b1,a2+b2). ◀
Subtraction of Vectors
📐Definition — Difference of Vectors
The differencea−b is defined as:
a−b=a+(−b)
In coordinates:
(a1,a2)−(b1,b2)=(a1−b1,a2−b2)
Geometric interpretation. If vectors a=OA and b=OB share the same initial point O, then:
BA=OA−OB=a−b
In particular, for any points A and B:
AB=OB−OA
This identity is very useful for expressing vectors in terms of position vectors from the origin.
Worked Examples
✎Example — Example 1 — Addition and Subtraction in Coordinates
Given a=(3,−2) and b=(−1,5), find:
(a) a+b, (b) a−b, (c) ∣a+b∣.
Solution.
(a) a+b=(3+(−1),−2+5)=(2,3)
(b) a−b=(3−(−1),−2−5)=(4,−7)
(c) ∣a+b∣=∣(2,3)∣=4+9=13
Answer:(2,3); (4,−7); 13. ◀
✎Example — Example 2 — Expressing Diagonals of a Parallelogram
In parallelogram ABCD, let a=AB and b=AD. Express the diagonals AC and BD in terms of a and b.
Solution. By the triangle rule:
AC=AB+BC=a+b
(since BC=AD=b).
For BD: from B, going to D means first going back along a and then along b:
BD=BA+AD=−a+b=b−a
Answer:AC=a+b, BD=b−a. ◀
Exercises
✏Exercise
Let p=(2,7), q=(−4,3), r=(1,−5).
(a) Compute p+q+r.
(b) Compute p−q and ∣p−q∣.
(c) Find x such that p+x=r.
✏Exercise
Points O=(0,0), A=(4,1), B=(−1,3) are given.
(a) Express AB as a difference of position vectors from O.
(b) Find the position vector of the point C such that OC=OA+OB.