Mathematics · Book 2 · Grades 10–12

High School Mathematics

High School Mathematics · Grades 10–12

6Vectors

A vector encodes a displacement: a direction and a length, regardless of the starting point. Vectors give clean proofs of geometric facts and, once coordinates enter the picture, reduce them to small computations. They will be a key tool in Chapter 7 and, later, for the scalar product in Chapter 16.

6.1 Translations and vectors

Definition 6.1 (Vector)

Given two points AA and BB, the vector AB\vect{AB} represents the displacement from AA to BB: it has a direction (the direction of the line (AB)(AB), together with the way of traveling along it, from AA towards BB) and a length (the distance ABAB, also written AB\norm{\vect{AB}}). Two vectors are equal when they encode the same displacement: AB=CD\vect{AB} = \vect{CD} means that applying the two displacements to any point gives the same result.

Proposition 6.2 (Equal vectors and parallelograms)

AB=CD\vect{AB} = \vect{CD} exactly when ABDCABDC (in this order!) is a parallelogram, possibly a flattened one — equivalently, when [AD][AD] and [BC][BC] have the same midpoint.

Proof. Admitted at this level.

Equal vectors AB = CD: same direction, same way, same length. The quadrilateral ABDC is a parallelogram.
Equal vectors AB=CD\vect{AB} = \vect{CD}: same direction, same way, same length. The quadrilateral ABDCABDC is a parallelogram.

Notation 6.3

A vector is often named by a single letter, u\vec u or v\vec v, when the endpoints do not matter. The zero vector 0=AA\vec 0 = \vect{AA} is the displacement that does not move anything. The opposite of AB\vect{AB} is BA\vect{BA}: same length, opposite way. We write BA=AB\vect{BA} = -\vect{AB}.

6.2 Adding vectors

Definition 6.4 (Sum of two vectors)

The sum u+v\vec u + \vec v is the displacement obtained by performing u\vec u then v\vec v.

Theorem 6.5 (Chasles’ relation)

For any three points AA, BB, CC:

AB+BC=AC.\vect{AB} + \vect{BC} = \vect{AC}.

Proof. Going from AA to BB, then from BB to CC, is a displacement that takes AA to CC: it is the displacement encoded by AC\vect{AC}.

Remark 6.6 (Parallelogram rule)

To add two vectors drawn from the same point, AB+AC\vect{AB} + \vect{AC}, complete the parallelogram ABDCABDC: the sum is the diagonal AD\vect{AD}. Indeed AC=BD\vect{AC} = \vect{BD}, so AB+AC=AB+BD=AD\vect{AB} + \vect{AC} = \vect{AB} + \vect{BD} = \vect{AD} by Chasles’ relation.

Two pictures of the sum: tip-to-tail (Chasles’ relation, left) and the parallelogram rule (right). Two pictures of the sum: tip-to-tail (Chasles’ relation, left) and the parallelogram rule (right).
Two pictures of the sum: tip-to-tail (Chasles’ relation, left) and the parallelogram rule (right).

Example 6.7 (Simplifying with Chasles)

Simplify MN+NP+PQ\vect{MN} + \vect{NP} + \vect{PQ}: chaining the displacements gives MQ\vect{MQ}. Simplify ABAC\vect{AB} - \vect{AC}: rewrite the difference as a sum with the opposite vector,

ABAC=AB+CA=CA+AB=CB.\vect{AB} - \vect{AC} = \vect{AB} + \vect{CA} = \vect{CA} + \vect{AB} = \vect{CB}.

6.3 Multiplying a vector by a number

Definition 6.8 (Scalar multiple)

Let u\vec u be a nonzero vector and kk a real number. The vector kuk\vec u has the same direction as u\vec u, length k×u\abs{k} \times \norm{\vec u}, and points the same way as u\vec u if k>0k > 0, the opposite way if k<0k < 0. For k=0k = 0, 0u=00\vec u = \vec 0.

Definition 6.9 (Collinearity)

Two vectors u\vec u and v\vec v are collinear when they have the same direction, i.e. when v=ku\vec v = k \vec u for some real kk (or one of them is 0\vec 0).

Remark 6.10

Collinearity is the vector language for parallelism and alignment:

  • the lines (AB)(AB) and (CD)(CD) are parallel exactly when AB\vect{AB} and CD\vect{CD} are collinear;
  • the points AA, BB, CC are aligned exactly when AB\vect{AB} and AC\vect{AC} are collinear.

6.4 Coordinates of vectors

Definition 6.11 (Coordinates of a vector)

In a coordinate system, the coordinates of the vector AB\vect{AB} are the numbers describing the displacement:

AB(xBxA, yByA).\vect{AB}\,(x_B - x_A,\ y_B - y_A).

A vector u(a,b)\vec u\,(a, b) moves every point aa units horizontally and bb units vertically.

Proposition 6.12 (Computing with coordinates)

Let u(a,b)\vec u\,(a, b) and v(c,d)\vec v\,(c, d), and kRk \in \R.

  1. u=v\vec u = \vec v exactly when a=ca = c and b=db = d;
  2. u+v\vec u + \vec v has coordinates (a+c, b+d)(a + c,\ b + d);
  3. kuk\vec u has coordinates (ka, kb)(ka,\ kb);
  4. u=a2+b2\norm{\vec u} = \sqrt{a^2 + b^2} (orthonormal system).

Proof. 1–3 restate, coordinate by coordinate, what the displacements do: for instance performing u\vec u then v\vec v moves a point horizontally by aa then cc, hence by a+ca + c in total. Point 4 is the distance formula of Theorem 5.4 applied to a segment representing u\vec u.

Theorem 6.13 (Collinearity criterion)

Two vectors u(a,b)\vec u\,(a, b) and v(c,d)\vec v\,(c, d) are collinear if and only if

adbc=0.ad - bc = 0 .

Proof. If v=ku\vec v = k\vec u, then c=kac = ka and d=kbd = kb, so adbc=a(kb)b(ka)=0ad - bc = a(kb) - b(ka) = 0. The same holds if u=kv\vec u = k \vec v or if either vector is zero.

Conversely, suppose adbc=0ad - bc = 0 with u0\vec u \neq \vec 0, say a0a \neq 0 (the case b0b \neq 0 is similar). Set k=cak = \frac{c}{a}; then c=kac = ka, and ad=bc=b(ka)ad = bc = b(ka) gives, after dividing by a0a \neq 0, d=kbd = kb. So v=ku\vec v = k\vec u.

Example 6.14

Are u(3,2)\vec u\,(3, -2) and v(6,4)\vec v\,(-6, 4) collinear? Compute adbc=3×4(2)×(6)=1212=0ad - bc = 3 \times 4 - (-2)\times(-6) = 12 - 12 = 0: yes, and indeed v=2u\vec v = -2\vec u. For u(3,2)\vec u\,(3, -2) and w(1,5)\vec w\,(1, 5): 3×5(2)×1=1703 \times 5 - (-2) \times 1 = 17 \neq 0: not collinear.

Method 6.15 (Alignment and parallelism)

To prove that three points AA, BB, CC are aligned:

  1. compute the coordinates of AB\vect{AB} and AC\vect{AC};
  2. check the criterion adbc=0ad - bc = 0 of Theorem 6.13;
  3. conclude: the vectors are collinear and share the point AA, so the three points are aligned.

The same computation with AB\vect{AB} and CD\vect{CD} proves that the lines (AB)(AB) and (CD)(CD) are parallel.

Example 6.16

Let A(1,2)A(1, 2), B(3,5)B(3, 5) and C(7,11)C(7, 11). Then AB(2,3)\vect{AB}\,(2, 3) and AC(6,9)\vect{AC}\,(6, 9), and 2×93×6=1818=02 \times 9 - 3 \times 6 = 18 - 18 = 0: the points are aligned (in fact AC=3AB\vect{AC} = 3\vect{AB}).

Aligned points: AC is a scalar multiple of AB.
Aligned points: AC\vect{AC} is a scalar multiple of AB\vect{AB}.

6.5 Exercises

Exercise 6.1

Simplify using Chasles’ relation:

AB+BD,KL+LM+MK,ACBC,AB+CA.\vect{AB} + \vect{BD}, \qquad \vect{KL} + \vect{LM} + \vect{MK}, \qquad \vect{AC} - \vect{BC}, \qquad \vect{AB} + \vect{CA}.
Solution

Solution of Exercise 6.1.

AB+BD=AD\vect{AB} + \vect{BD} = \vect{AD} (Chasles).

KL+LM+MK=KK=0\vect{KL} + \vect{LM} + \vect{MK} = \vect{KK} = \vec 0.

ACBC=AC+CB=AB\vect{AC} - \vect{BC} = \vect{AC} + \vect{CB} = \vect{AB}.

AB+CA=CA+AB=CB\vect{AB} + \vect{CA} = \vect{CA} + \vect{AB} = \vect{CB}.

Exercise 6.2

Let A(2,1)A(2, 1), B(5,3)B(5, 3), C(1,4)C(-1, 4). Compute the coordinates of AB\vect{AB}, BC\vect{BC}, AC\vect{AC}, and check on the coordinates that AB+BC=AC\vect{AB} + \vect{BC} = \vect{AC}.

Solution

Solution of Exercise 6.2.

AB(52, 31)=(3,2)\vect{AB}\,(5-2,\ 3-1) = (3, 2); BC(15, 43)=(6,1)\vect{BC}\,(-1-5,\ 4-3) = (-6, 1); AC(12, 41)=(3,3)\vect{AC}\,(-1-2,\ 4-1) = (-3, 3). Check: (3,2)+(6,1)=(3,3)(3, 2) + (-6, 1) = (-3, 3), coordinate by coordinate.

Exercise 6.3

Let u(2,3)\vec u\,(2, -3) and v(1,4)\vec v\,(-1, 4). Give the coordinates of u+v\vec u + \vec v, 3u3\vec u, 2uv2\vec u - \vec v, and compute u\norm{\vec u}.

Solution

Solution of Exercise 6.3.

u+v=(2+(1), 3+4)=(1,1)\vec u + \vec v = (2 + (-1),\ -3 + 4) = (1, 1).

3u=(6,9)3\vec u = (6, -9).

2uv=(4(1), 64)=(5,10)2\vec u - \vec v = (4 - (-1),\ -6 - 4) = (5, -10).

u=22+(3)2=13\norm{\vec u} = \sqrt{2^2 + (-3)^2} = \sqrt{13}.

Exercise 6.4

In each case, say whether u\vec u and v\vec v are collinear:

(a) u(4,6), v(6,9);(b) u(2,5), v(4,10);(c) u(3,1), v(1,3).\text{(a) } \vec u\,(4, 6),\ \vec v\,(6, 9); \qquad \text{(b) } \vec u\,(2, -5),\ \vec v\,(-4, 10); \qquad \text{(c) } \vec u\,(3, 1),\ \vec v\,(1, 3).
Solution

Solution of Exercise 6.4.

(a) 4×96×6=3636=04 \times 9 - 6 \times 6 = 36 - 36 = 0: collinear (v=32u\vec v = \frac32 \vec u).

(b) 2×10(5)×(4)=2020=02 \times 10 - (-5) \times (-4) = 20 - 20 = 0: collinear (v=2u\vec v = -2\vec u).

(c) 3×31×1=803 \times 3 - 1 \times 1 = 8 \neq 0: not collinear.

Exercise 6.5

Let A(0,2)A(0, 2), B(4,0)B(4, 0), C(6,3)C(6, 3). Find the coordinates of the point DD such that ABCDABCD is a parallelogram, i.e. such that AB=DC\vect{AB} = \vect{DC}.

Solution

Solution of Exercise 6.5.

AB(4,2)\vect{AB}\,(4, -2), and DC(6xD, 3yD)\vect{DC}\,(6 - x_D,\ 3 - y_D). The condition AB=DC\vect{AB} = \vect{DC} gives 6xD=46 - x_D = 4 and 3yD=23 - y_D = -2, so D(2,5)D(2, 5).

Exercise 6.6 ★★

Let A(2,1)A(-2, 1), B(1,3)B(1, 3), C(4,1)C(4, -1).

  1. Compute the coordinates of the point MM such that AM=AB+AC\vect{AM} = \vect{AB} + \vect{AC}.
  2. What is the quadrilateral ABMCABMC? Justify.
Solution

Solution of Exercise 6.6.

1. AB(3,2)\vect{AB}\,(3, 2) and AC(6,2)\vect{AC}\,(6, -2), so AB+AC=(9,0)\vect{AB} + \vect{AC} = (9, 0) and M=(2+9, 1+0)=(7,1)M = (-2 + 9,\ 1 + 0) = (7, 1).

2. By the parallelogram rule, AM=AB+AC\vect{AM} = \vect{AB} + \vect{AC} means that ABMCABMC is a parallelogram (MM is the fourth vertex opposite AA). One can check: AB(3,2)\vect{AB}\,(3,2) and CM(74, 1(1))=(3,2)\vect{CM}\,(7-4,\ 1-(-1)) = (3, 2) are equal.

Exercise 6.7 ★★

Let A(1,1)A(1, -1), B(4,1)B(4, 1), C(10,5)C(10, 5). Are the points AA, BB, CC aligned? Same question for A(0,3)A(0, 3), B(2,2)B(2, 2), C(8,1)C(8, -1).

Solution

Solution of Exercise 6.7.

First triple: AB(3,2)\vect{AB}\,(3, 2), AC(9,6)\vect{AC}\,(9, 6); 3×62×9=03 \times 6 - 2 \times 9 = 0: aligned (AC=3AB\vect{AC} = 3\vect{AB}).

Second triple: AB(2,1)\vect{AB}\,(2, -1), AC(8,4)\vect{AC}\,(8, -4); 2×(4)(1)×8=8+8=02 \times (-4) - (-1) \times 8 = -8 + 8 = 0: aligned as well (AC=4AB\vect{AC} = 4\vect{AB}).

Exercise 6.8 ★★

Let A(1,2)A(1, 2), B(5,4)B(5, 4), C(6,1)C(6, 1), D(2,1)D(2, -1). Show that (AB)(AB) and (CD)(CD) are parallel, then that ABCDABCD is a parallelogram. Which verification implies the other?

Solution

Solution of Exercise 6.8.

AB(4,2)\vect{AB}\,(4, 2) and DC(62, 1(1))=(4,2)\vect{DC}\,(6-2,\ 1-(-1)) = (4, 2): the two vectors are equal, so ABCDABCD is a parallelogram, and in particular (AB)(CD)(AB) \parallel (CD). The parallelogram property is the stronger one: it implies the parallelism (collinearity of the vectors), not conversely.

Exercise 6.9 ★★

Let ABCABC be a triangle, and let II be the point defined by AI=23AB\vect{AI} = \frac23 \vect{AB}. With A(0,0)A(0,0), B(6,3)B(6, 3), C(2,5)C(2, 5) (so that computations stay simple):

  1. compute the coordinates of II;
  2. let JJ be such that CJ=23CB\vect{CJ} = \frac23\vect{CB}; compute the coordinates of JJ;
  3. show that (IJ)(IJ) is parallel to (AC)(AC).
Solution

Solution of Exercise 6.9.

1. AB(6,3)\vect{AB}\,(6, 3), so AI=23AB=(4,2)\vect{AI} = \frac23\vect{AB} = (4, 2) and I(4,2)I(4, 2).

2. CB(62, 35)=(4,2)\vect{CB}\,(6-2,\ 3-5) = (4, -2), so CJ=23CB=(83,43)\vect{CJ} = \frac23\vect{CB} = \left(\frac83, -\frac43\right) and J(2+83, 543)=(143,113)J\left(2 + \frac83,\ 5 - \frac43\right) = \left(\frac{14}{3}, \frac{11}{3}\right).

3. IJ(1434, 1132)=(23,53)\vect{IJ}\,\left(\frac{14}{3} - 4,\ \frac{11}{3} - 2\right) = \left(\frac23, \frac53\right) and AC(2,5)\vect{AC}\,(2, 5). Collinearity criterion:

23×553×2=103103=0:\frac23 \times 5 - \frac53 \times 2 = \frac{10}{3} - \frac{10}{3} = 0 :

the vectors are collinear, so (IJ)(IJ) is parallel to (AC)(AC). (Both II and JJ sit one third of the way from the side towards BB: the small triangle IBJIBJ is a reduction of ABCABC.)

Exercise 6.10 ★★★

Let ABCDABCD be any quadrilateral, and let II, JJ, KK, LL be the midpoints of [AB][AB], [BC][BC], [CD][CD], [DA][DA]. Using coordinates A(xA,yA)A(x_A, y_A), etc., show that IJ=LK\vect{IJ} = \vect{LK}, and conclude that the midpoints of the sides of any quadrilateral form a parallelogram.

Solution

Solution of Exercise 6.10.

The midpoints are

I(xA+xB2,yA+yB2),J(xB+xC2,yB+yC2),K(xC+xD2,yC+yD2),L(xD+xA2,yD+yA2).I\left(\tfrac{x_A + x_B}{2}, \tfrac{y_A + y_B}{2}\right), \quad J\left(\tfrac{x_B + x_C}{2}, \tfrac{y_B + y_C}{2}\right), \quad K\left(\tfrac{x_C + x_D}{2}, \tfrac{y_C + y_D}{2}\right), \quad L\left(\tfrac{x_D + x_A}{2}, \tfrac{y_D + y_A}{2}\right).

First coordinates of the two vectors:

xJxI=xB+xC2xA+xB2=xCxA2,xKxL=xC+xD2xD+xA2=xCxA2,x_J - x_I = \frac{x_B + x_C}{2} - \frac{x_A + x_B}{2} = \frac{x_C - x_A}{2}, \qquad x_K - x_L = \frac{x_C + x_D}{2} - \frac{x_D + x_A}{2} = \frac{x_C - x_A}{2},

and the same computation works for the second coordinates. So IJ=LK\vect{IJ} = \vect{LK} (both equal 12AC\frac12\vect{AC}), and IJKLIJKL is a parallelogram, whatever the quadrilateral ABCDABCD looks like.

6.6 Problem: The algebra of arrows

Problem 6.1

Weekend problem — Chasles gymnastics, the centroid re-proved in two lines, and forces in equilibrium: what vectors are really for

Grade 8 proved that the medians of a triangle meet at two thirds of their length — with an ingenious parallelogram hidden inside the triangle (the centroid weekend problem of the Middle School volume). Vectors reprove it in two lines, and hand out the concurrency for free. That is what this new algebra is for: theorems become computations with arrows. This problem trains the computation (Chasles above all), delivers the two-line proof, extends Varignon (Exercise 6.10), and ends where vectors were born: forces and velocities.

Part I — Chasles gymnastics.

  1. Simplify using Chasles’ relation (Theorem 6.5): AB+BC+CD\vect{AB} + \vect{BC} + \vect{CD}; MAMB\vect{MA} - \vect{MB}; AB+CD+BC+DA\vect{AB} + \vect{CD} + \vect{BC} + \vect{DA}.
  2. The origin trick: show that for any point OO, AB=OBOA\vect{AB} = \vect{OB} - \vect{OA}.
  3. Prove the two characterizations of the midpoint II of [AB][AB]:

    IA+IB=0andOI=12(OA+OB) for any O.\vect{IA} + \vect{IB} = \vec 0 \qquad\text{and}\qquad \vect{OI} = \tfrac12\left(\vect{OA} + \vect{OB}\right) \ \text{for any } O .
  4. Using AB=DC\vect{AB} = \vect{DC}, re-find the fourth vertex DD of the parallelogram ABCDABCD with A(1,2)A(-1, 2), B(3,4)B(3, 4), C(6,0)C(6, 0) — and compare with the midpoint-trick answer of Problem 5.1.
  5. Adding a fixed vector u\vec u to every point of the plane performs which transformation — the one discovered with two mirrors in the two-mirrors weekend problem of the Middle School volume and two half-turns in the half-turns weekend problem of the Middle School volume? Compute the image of (1,2)(1, 2) under u=(3,1)\vec u = (3, -1).

Part II — The centroid, third proof. Define the point GG of a triangle ABCABC by the elegant condition

GA+GB+GC=0.\vect{GA} + \vect{GB} + \vect{GC} = \vec 0 .
  1. Using the origin trick, show that this condition determines GG uniquely: OG=13(OA+OB+OC)\vect{OG} = \frac13\left(\vect{OA} + \vect{OB} + \vect{OC}\right) for any OO — so the coordinates of GG are the averages of the vertices’ (the centroid weekend problem of the Middle School volume saw it numerically).
  2. Prove AG=13(AB+AC)\vect{AG} = \frac13\left(\vect{AB} + \vect{AC}\right), and, writing KK for the midpoint of [BC][BC], AK=12(AB+AC)\vect{AK} = \frac12\left(\vect{AB} + \vect{AC}\right). Conclude: AG=23AK\vect{AG} = \frac23\,\vect{AK} — the two-thirds theorem, re-proved.
  3. Why do the medians from BB and from CC pass through the same GG with no further computation? Compare the three available proofs of this theorem — grade 8’s hidden parallelogram, coordinates, vectors — in one sentence each.
  4. Numerical check: A(1,1)A(1, 1), B(5,2)B(5, 2), C(3,6)C(3, 6). Compute GG, then KK, then verify AG=23AK\vect{AG} = \frac23 \vect{AK} with the collinearity criterion (Theorem 6.13).
  5. Physics reads GG as the balance point of three equal masses at the vertices. Double the mass at AA (masses 2,1,12, 1, 1): the balance point becomes OG=2OA+OB+OC4\vect{OG'} = \frac{2\vect{OA} + \vect{OB} + \vect{OC}}{4}. Compute GG' for the triangle of question 9 and compare its position with GG.

Part III — Collinearity at work.

  1. Are u(3,2)\vec u(3, -2) and v(6,4)\vec v(-6, 4) collinear? And w(2,5)\vec w(2, 5), z(4,9)\vec z(4, 9)? Decide with the determinant criterion.
  2. Are the points A(1,2)A(1, 2), B(3,5)B(3, 5), C(7,11)C(7, 11) aligned?
  3. Beyond Varignon (Exercise 6.10): in any quadrilateral ABCDABCD, the bimedians join the midpoints of opposite sides ([IK][IK] and [JL][JL]). Using position vectors (OI=12(OA+OB)\vect{OI} = \frac12(\vect{OA} + \vect{OB}), etc.), show that both bimedians have the same midpoint, of position vector 14(OA+OB+OC+OD)\frac14\left(\vect{OA} + \vect{OB} + \vect{OC} + \vect{OD}\right): the centroid of the quadrilateral.
  4. Thales in one line: MM and NN are the points defined by AM=13AB\vect{AM} = \frac13\vect{AB} and AN=13AC\vect{AN} = \frac13\vect{AC}. Compute MN\vect{MN} in terms of BC\vect{BC} and conclude parallelism and ratio.
  5. Generalize question 14 to an arbitrary ratio kk, and state in one sentence how the vector calculus absorbs the midpoint theorem (the midpoint theorem) and Thales (Thales’ theorem) at once.

Part IV — Forces and velocities.

  1. A boat is pushed by a current of 33 km/h due east while rowing at 44 km/h due north. Give the resultant velocity vector, its magnitude, and describe the actual course. (A very old triple appears.)
  2. Three forces act on a ring: u(2,1)\vec u(2, 1), v(3,2)\vec v(-3, 2), w(1,3)\vec w(1, -3). Compute the resultant. What does the ring do? And why is the sum of the arrows along any closed polygon always 0\vec 0 (Chasles)?
  3. Two forces u(4,1)\vec u(4, -1) and v(1,3)\vec v(-1, 3) act on a hook. What third force holds the hook in equilibrium?
  4. A swimmer crosses a river heading straight across at 22 m/s; the current runs at 1.51.5 m/s. Give the resultant velocity and its magnitude. The river is 5050 m wide: how long does the crossing take, and how far downstream does the swimmer land?
  5. Finale: one object, three costumes — displacement arrow, coordinate pair, force or velocity. List the three classical theorems this problem re-proved with vector algebra, and name the one geometric quantity the vectors of this chapter still cannot measure — the tool that fixes it arrives with the scalar product, in grade 11.
Solution

Solution of Problem 6.1.

1. AB+BC+CD=AD\vect{AB} + \vect{BC} + \vect{CD} = \vect{AD}; MAMB=MA+BM=BA\vect{MA} - \vect{MB} = \vect{MA} + \vect{BM} = \vect{BA}; AB+BC+CD+DA=AA=0\vect{AB} + \vect{BC} + \vect{CD} + \vect{DA} = \vect{AA} = \vec 0 (reordering the third sum).

2. OBOA=AO+OB=AB\vect{OB} - \vect{OA} = \vect{AO} + \vect{OB} = \vect{AB} by Chasles.

3. II is the midpoint of [AB][AB] exactly when IA=IB\vect{IA} = -\vect{IB}, i.e. IA+IB=0\vect{IA} + \vect{IB} = \vec 0. Then, for any OO: 0=IO+OA+IO+OB\vec 0 = \vect{IO} + \vect{OA} + \vect{IO} + \vect{OB}, so 2OI=OA+OB2\,\vect{OI} = \vect{OA} + \vect{OB} — and conversely.

4. AB=(4,2)\vect{AB} = (4, 2), and DD satisfies DC=AB\vect{DC} = \vect{AB}: D=C(4,2)=(2,2)D = C - (4, 2) = (2, -2) — the same DD as Problem 5.1, one line faster.

5. The translation of vector u\vec u — exactly the transformation produced by two parallel mirrors or two half-turns. Image of (1,2)(1, 2): (4,1)(4, 1).

6. Expanding each GX\vect{GX} as GO+OX\vect{GO} + \vect{OX}: 3GO+OA+OB+OC=03\,\vect{GO} + \vect{OA} + \vect{OB} + \vect{OC} = \vec 0, so OG=13(OA+OB+OC)\vect{OG} = \frac13(\vect{OA} + \vect{OB} + \vect{OC}): one and only one such point, whose coordinates are the averages of the three vertices’.

7. AB+AC=(AG+GB)+(AG+GC)=2AG+(GB+GC)=2AGGA=3AG\vect{AB} + \vect{AC} = (\vect{AG} + \vect{GB}) + (\vect{AG} + \vect{GC}) = 2\vect{AG} + (\vect{GB} + \vect{GC}) = 2\vect{AG} - \vect{GA} = 3\vect{AG}, whence AG=13(AB+AC)\vect{AG} = \frac13(\vect{AB} + \vect{AC}). The midpoint formula (question 3, seen from AA) gives AK=12(AB+AC)\vect{AK} = \frac12(\vect{AB} + \vect{AC}). Comparing: AG=23AK\vect{AG} = \frac23\vect{AK}GG lies on the median [AK][AK], two thirds of the way from AA.

8. The defining condition treats AA, BB, CC identically, so the same computation from BB or from CC places the same GG at two thirds of those medians: concurrency costs nothing. The parallelogram proof was ingenious but ad hoc; coordinates compute but obscure; vectors make the symmetry visible and the proof two lines.

9. G(1+5+33,1+2+63)=(3,3)G\left(\frac{1+5+3}{3}, \frac{1+2+6}{3}\right) = (3, 3); K(4,4)K(4, 4); AG=(2,2)\vect{AG} = (2, 2) and AK=(3,3)\vect{AK} = (3, 3): determinant 2×32×3=02 \times 3 - 2 \times 3 = 0, collinear, and indeed AG=23AK\vect{AG} = \frac23\vect{AK}.

10. G(2+5+34,2+2+64)=(2.5, 2.5)G'\left(\frac{2 + 5 + 3}{4}, \frac{2 + 2 + 6}{4}\right) = (2.5,\ 2.5): pulled from G(3,3)G(3,3) towards the doubled vertex A(1,1)A(1,1), as a balance point should be.

11. 3×4(2)(6)=1212=03 \times 4 - (-2)(-6) = 12 - 12 = 0: collinear (v=2u\vec v = -2\vec u). 2×95×4=202 \times 9 - 5 \times 4 = -2 \neq 0: not collinear.

12. AB=(2,3)\vect{AB} = (2, 3), AC=(6,9)\vect{AC} = (6, 9): determinant 2×93×6=02 \times 9 - 3 \times 6 = 0: aligned.

13. OI=12(OA+OB)\vect{OI} = \frac12(\vect{OA} + \vect{OB}) and OK=12(OC+OD)\vect{OK} = \frac12(\vect{OC} + \vect{OD}), so the midpoint of [IK][IK] has position vector 12(OI+OK)=14(OA+OB+OC+OD)\frac12(\vect{OI} + \vect{OK}) = \frac14(\vect{OA} + \vect{OB} + \vect{OC} + \vect{OD}) — and the computation for [JL][JL] gives the very same vector. The two bimedians (and, by Varignon, the parallelogram IJKLIJKL’s diagonals) all share this center: the quadrilateral’s centroid.

14. MN=ANAM=13AC13AB=13BC\vect{MN} = \vect{AN} - \vect{AM} = \frac13\vect{AC} - \frac13\vect{AB} = \frac13\vect{BC}: so (MN)(BC)(MN) \parallel (BC) and MN=13BCMN = \frac13 BC.

15. With AM=kAB\vect{AM} = k\,\vect{AB} and AN=kAC\vect{AN} = k\,\vect{AC}: MN=kBC\vect{MN} = k\,\vect{BC} — one line containing the midpoint theorem (k=12k = \frac12) and Thales (any kk): the ratio passes through the subtraction untouched.

16. Resultant (3,4)(3, 4), magnitude 9+16=5\sqrt{9 + 16} = 5 km/h: the boat actually travels north-east-by-north along the 334455 triangle’s hypotenuse.

17. u+v+w=(0,0)\vec u + \vec v + \vec w = (0, 0): the ring stays put — equilibrium. Along a closed polygon A1A2AnA1A_1 A_2 \dots A_n A_1, Chasles telescopes the sum to A1A1=0\vect{A_1 A_1} = \vec 0: going around brings you back.

18. w=(u+v)=(3,2)=(3,2)\vec w = -(\vec u + \vec v) = -(3, 2) = (-3, -2).

19. Resultant (1.5, 2)(1.5,\ 2), magnitude 2.25+4=2.5\sqrt{2.25 + 4} = 2.5 m/s. Crossing: 5050 m at 22 m/s across: 2525 s; drift: 1.5×25=37.51.5 \times 25 = 37.5 m downstream.

20. Re-proved this weekend: the centroid’s two-thirds theorem (question 7), the bimedian/Varignon center (question 13), Thales–midpoint (questions 14–15). What arrows still cannot do: measure angles (and hence lengths in arbitrary directions) — the scalar product of grade 11 is precisely the missing instrument.