ironfern @ docs ~/geometry/grade-9/vectors/vector-addition $

Addition and Subtraction of Vectors

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\vec{a} and b\vec{b} using the triangle rule, place the tail of b\vec{b} at the head of a\vec{a}. The sum a+b\vec{a} + \vec{b} is the vector from the tail of a\vec{a} to the head of b\vec{b}:

AB+BC=AC\overrightarrow{AB} + \overrightarrow{BC} = \overrightarrow{AC}

This extends naturally to any number of vectors: AB+BC+CD=AD\overrightarrow{AB} + \overrightarrow{BC} + \overrightarrow{CD} = \overrightarrow{AD} (polygon rule).

Parallelogram Rule

📐Definition — Sum of Vectors (Parallelogram Rule)

To add a\vec{a} and b\vec{b} using the parallelogram rule, place both vectors at the same starting point. Complete the parallelogram with a\vec{a} and b\vec{b} as adjacent sides. The sum a+b\vec{a} + \vec{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\vec{a}, b\vec{b}, c\vec{c}:

  1. Commutative law: a+b=b+a\vec{a} + \vec{b} = \vec{b} + \vec{a}
  2. Associative law: (a+b)+c=a+(b+c)(\vec{a} + \vec{b}) + \vec{c} = \vec{a} + (\vec{b} + \vec{c})
  3. Identity element: a+0=a\vec{a} + \vec{0} = \vec{a}
  4. Additive inverse: a+(a)=0\vec{a} + (-\vec{a}) = \vec{0}

Proof of commutativity. Let a=AB\vec{a} = \overrightarrow{AB} and b=BC\vec{b} = \overrightarrow{BC}. In the parallelogram ABCDABCD, AB+BC=AC\overrightarrow{AB} + \overrightarrow{BC} = \overrightarrow{AC}. Also AD=BC=b\overrightarrow{AD} = \overrightarrow{BC} = \vec{b} and DC=AB=a\overrightarrow{DC} = \overrightarrow{AB} = \vec{a}, so b+a=AD+DC=AC\vec{b} + \vec{a} = \overrightarrow{AD} + \overrightarrow{DC} = \overrightarrow{AC}. Hence a+b=b+a\vec{a} + \vec{b} = \vec{b} + \vec{a}. \blacktriangleleft

Addition in Coordinates

Theorem — Coordinate Formula for Addition

If a=(a1,a2)\vec{a} = (a_1, a_2) and b=(b1,b2)\vec{b} = (b_1, b_2), then:

a+b=(a1+b1,  a2+b2)\boxed{\vec{a} + \vec{b} = (a_1 + b_1,\; a_2 + b_2)}

Proof. Place a\vec{a} from O=(0,0)O = (0,0) to A=(a1,a2)A = (a_1, a_2), and b\vec{b} from AA to B=(a1+b1,a2+b2)B = (a_1 + b_1,\, a_2 + b_2). Then a+b=OB=(a1+b1,a2+b2)\vec{a} + \vec{b} = \overrightarrow{OB} = (a_1 + b_1,\, a_2 + b_2). \blacktriangleleft

Subtraction of Vectors

📐Definition — Difference of Vectors

The difference ab\vec{a} - \vec{b} is defined as:

ab=a+(b)\vec{a} - \vec{b} = \vec{a} + (-\vec{b})

In coordinates:

(a1,a2)(b1,b2)=(a1b1,  a2b2)\boxed{(a_1, a_2) - (b_1, b_2) = (a_1 - b_1,\; a_2 - b_2)}

Geometric interpretation. If vectors a=OA\vec{a} = \overrightarrow{OA} and b=OB\vec{b} = \overrightarrow{OB} share the same initial point OO, then:

BA=OAOB=ab\overrightarrow{BA} = \overrightarrow{OA} - \overrightarrow{OB} = \vec{a} - \vec{b}

In particular, for any points AA and BB:

AB=OBOA\overrightarrow{AB} = \overrightarrow{OB} - \overrightarrow{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)\vec{a} = (3, -2) and b=(1,5)\vec{b} = (-1, 5), find: (a) a+b\vec{a} + \vec{b}, (b) ab\vec{a} - \vec{b}, (c) a+b|\vec{a} + \vec{b}|.

Solution.

(a) a+b=(3+(1),  2+5)=(2,3)\vec{a} + \vec{b} = (3 + (-1),\; -2 + 5) = (2, 3)

(b) ab=(3(1),  25)=(4,7)\vec{a} - \vec{b} = (3 - (-1),\; -2 - 5) = (4, -7)

(c) a+b=(2,3)=4+9=13|\vec{a} + \vec{b}| = |(2, 3)| = \sqrt{4 + 9} = \sqrt{13}

Answer: (2,3)(2, 3); (4,7)(4, -7); 13\sqrt{13}. \blacktriangleleft

Example — Example 2 — Expressing Diagonals of a Parallelogram

In parallelogram ABCDABCD, let a=AB\vec{a} = \overrightarrow{AB} and b=AD\vec{b} = \overrightarrow{AD}. Express the diagonals AC\overrightarrow{AC} and BD\overrightarrow{BD} in terms of a\vec{a} and b\vec{b}.

Solution. By the triangle rule:

AC=AB+BC=a+b\overrightarrow{AC} = \overrightarrow{AB} + \overrightarrow{BC} = \vec{a} + \vec{b}

(since BC=AD=b\overrightarrow{BC} = \overrightarrow{AD} = \vec{b}).

For BD\overrightarrow{BD}: from BB, going to DD means first going back along a\vec{a} and then along b\vec{b}:

BD=BA+AD=a+b=ba\overrightarrow{BD} = \overrightarrow{BA} + \overrightarrow{AD} = -\vec{a} + \vec{b} = \vec{b} - \vec{a}

Answer: AC=a+b\overrightarrow{AC} = \vec{a} + \vec{b}, BD=ba\overrightarrow{BD} = \vec{b} - \vec{a}. \blacktriangleleft

Exercises

Exercise

Let p=(2,7)\vec{p} = (2, 7), q=(4,3)\vec{q} = (-4, 3), r=(1,5)\vec{r} = (1, -5).

(a) Compute p+q+r\vec{p} + \vec{q} + \vec{r}. (b) Compute pq\vec{p} - \vec{q} and pq|\vec{p} - \vec{q}|. (c) Find x\vec{x} such that p+x=r\vec{p} + \vec{x} = \vec{r}.

Exercise

Points O=(0,0)O = (0, 0), A=(4,1)A = (4, 1), B=(1,3)B = (-1, 3) are given.

(a) Express AB\overrightarrow{AB} as a difference of position vectors from OO. (b) Find the position vector of the point CC such that OC=OA+OB\overrightarrow{OC} = \overrightarrow{OA} + \overrightarrow{OB}.

Hint: Use the relation AB=OBOA\overrightarrow{AB} = \overrightarrow{OB} - \overrightarrow{OA} for part (a).