Skip to content

Vectors: notation, arithmetic and geometric proof

A vector describes a movement with both a magnitude and a direction. For example, moving 33 units right and 22 units up is represented by

(32).\begin{pmatrix}3\\2\end{pmatrix}.

Vectors turn geometric journeys into algebra. They let you calculate displacements, divide line segments in a given ratio, recognise parallel lines and prove geometric facts without relying on an accurate diagram.

You should be able to:

  • calculate with negative numbers and fractions;
  • simplify algebraic expressions;
  • use coordinates and Pythagoras’ theorem;
  • work with ratios;
  • distinguish a point from a movement between points.

Review algebraic manipulation, coordinate geometry, ratio and proportion or Pythagoras and trigonometry if needed.

A scalar has magnitude only. Time, mass, temperature and distance are scalars. A vector has magnitude and direction. Displacement, velocity, acceleration and force are vectors.

The distinction between distance and displacement is important. A person who walks 55 m east and then 55 m west has travelled a distance of 1010 m, but their overall displacement is the zero vector because they finish where they started.

A vector can be written in several ways:

a,AB,(xy).\mathbf a, \qquad \overrightarrow{AB}, \qquad \begin{pmatrix}x\\y\end{pmatrix}.
  • a\mathbf a names a vector without specifying a starting point.
  • AB\overrightarrow{AB} means the movement from AA to BB.
  • (xy)\begin{pmatrix}x\\y\end{pmatrix} is a column vector: xx is the horizontal change and yy is the vertical change.

Thus

(43)\begin{pmatrix}-4\\3\end{pmatrix}

means 44 units left and 33 units up. The entries are changes, not coordinates of a point.

Two vectors are equal when they have the same magnitude and direction. Their starting positions do not matter. If several arrows all move 22 units right and 55 units down, each represents

(25).\begin{pmatrix}2\\-5\end{pmatrix}.

This is the conceptual leap behind vector geometry: a vector records the journey, not where the journey begins.

The zero vector is

0=(00).\mathbf 0=\begin{pmatrix}0\\0\end{pmatrix}.

It has zero magnitude and no particular direction. The negative of a\mathbf a has the same magnitude as a\mathbf a but the opposite direction:

if a=(41),a=(41).\text{if }\mathbf a=\begin{pmatrix}4\\-1\end{pmatrix}, \quad -\mathbf a=\begin{pmatrix}-4\\1\end{pmatrix}.

In directed line notation,

BA=AB.\overrightarrow{BA}=-\overrightarrow{AB}.

For points A(x1,y1)A(x_1,y_1) and B(x2,y2)B(x_2,y_2), subtract the coordinates of the starting point from those of the finishing point:

AB=(x2x1y2y1)=BA.\boxed{\overrightarrow{AB} =\begin{pmatrix}x_2-x_1\\y_2-y_1\end{pmatrix}} =B-A.

The phrase finish minus start is a reliable way to remember the order.

Worked example 1: displacement between two points

Section titled “Worked example 1: displacement between two points”

Let A(3,4)A(-3,4) and B(5,2)B(5,-2). Find AB\overrightarrow{AB} and BA\overrightarrow{BA}.

From AA to BB,

AB=(5(3)24)=(86).\overrightarrow{AB} =\begin{pmatrix}5-(-3)\\-2-4\end{pmatrix} =\begin{pmatrix}8\\-6\end{pmatrix}.

This agrees with the diagrammatic meaning: move 88 units right and 66 units down. Reversing the journey gives

BA=(354(2))=(86)=AB.\overrightarrow{BA} =\begin{pmatrix}-3-5\\4-(-2)\end{pmatrix} =\begin{pmatrix}-8\\6\end{pmatrix} =-\overrightarrow{AB}.

Given P(7,4)P(7,-4) and Q(2,8)Q(-2,8), find PQ\overrightarrow{PQ}.

Answer PQ=(278(4))=(912).\overrightarrow{PQ} =\begin{pmatrix}-2-7\\8-(-4)\end{pmatrix} =\begin{pmatrix}-9\\12\end{pmatrix}.

Vectors add component by component:

(ab)+(cd)=(a+cb+d).\begin{pmatrix}a\\b\end{pmatrix} +\begin{pmatrix}c\\d\end{pmatrix} =\begin{pmatrix}a+c\\b+d\end{pmatrix}.

Geometrically, addition means putting journeys head to tail. A journey from AA to BB, followed by one from BB to CC, has the same overall effect as going directly from AA to CC:

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

This is often called the triangle law of vector addition.

Let

a=(34),b=(57).\mathbf a=\begin{pmatrix}3\\-4\end{pmatrix}, \qquad \mathbf b=\begin{pmatrix}-5\\7\end{pmatrix}.

Then

a+b=(3+(5)4+7)=(23).\mathbf a+\mathbf b =\begin{pmatrix}3+(-5)\\-4+7\end{pmatrix} =\begin{pmatrix}-2\\3\end{pmatrix}.

The rightward movement of 33 and leftward movement of 55 combine to give 22 left. The vertical changes combine to give 33 up.

Subtraction means adding the opposite vector:

ab=a+(b).\mathbf a-\mathbf b=\mathbf a+(-\mathbf b).

Therefore

ab=(34)(57)=(3(5)47)=(811).\begin{aligned} \mathbf a-\mathbf b &=\begin{pmatrix}3\\-4\end{pmatrix} -\begin{pmatrix}-5\\7\end{pmatrix}\\ &=\begin{pmatrix}3-(-5)\\-4-7\end{pmatrix} =\begin{pmatrix}8\\-11\end{pmatrix}. \end{aligned}

Common misconception: subtracting only one component

Section titled “Common misconception: subtracting only one component”

The subtraction sign applies to the whole vector. In

(23)(45),\begin{pmatrix}2\\3\end{pmatrix} -\begin{pmatrix}-4\\5\end{pmatrix},

both components are subtracted, giving

(2(4)35)=(62).\begin{pmatrix}2-(-4)\\3-5\end{pmatrix} =\begin{pmatrix}6\\-2\end{pmatrix}.

Multiplying a vector by a scalar multiplies every component:

k(ab)=(kakb).k\begin{pmatrix}a\\b\end{pmatrix} =\begin{pmatrix}ka\\kb\end{pmatrix}.
  • If k>1k>1, the vector keeps its direction and becomes longer.
  • If 0<k<10<k<1, it keeps its direction and becomes shorter.
  • If k<0k<0, its direction reverses as well as its length changing.
  • If k=0k=0, the result is 0\mathbf 0.

For example, if p=(25)\mathbf p=\begin{pmatrix}-2\\5\end{pmatrix}, then

3p=(615),12p=(152).3\mathbf p=\begin{pmatrix}-6\\15\end{pmatrix}, \qquad -\frac12\mathbf p=\begin{pmatrix}1\\-\frac52\end{pmatrix}.

Worked example 3: simplify a vector expression

Section titled “Worked example 3: simplify a vector expression”

Given

a=(43),b=(25),\mathbf a=\begin{pmatrix}4\\-3\end{pmatrix}, \qquad \mathbf b=\begin{pmatrix}-2\\5\end{pmatrix},

find 2a3b2\mathbf a-3\mathbf b.

Calculate the scalar multiples first:

2a=(86),3b=(615).2\mathbf a=\begin{pmatrix}8\\-6\end{pmatrix}, \qquad 3\mathbf b=\begin{pmatrix}-6\\15\end{pmatrix}.

Then subtract corresponding components:

2a3b=(8(6)615)=(1421).2\mathbf a-3\mathbf b =\begin{pmatrix}8-(-6)\\-6-15\end{pmatrix} =\boxed{\begin{pmatrix}14\\-21\end{pmatrix}}.

A useful check is to simplify symbolically first: subtracting 3b3\mathbf b, whose horizontal component is negative, should increase the horizontal result.

Let u=(62)\mathbf u=\begin{pmatrix}6\\-2\end{pmatrix} and v=(14)\mathbf v=\begin{pmatrix}1\\4\end{pmatrix}. Find 12u+2v\frac12\mathbf u+2\mathbf v.

Answer 12u+2v=(31)+(28)=(57).\frac12\mathbf u+2\mathbf v =\begin{pmatrix}3\\-1\end{pmatrix} +\begin{pmatrix}2\\8\end{pmatrix} =\begin{pmatrix}5\\7\end{pmatrix}.

The magnitude of a\mathbf a is its length and is written a|\mathbf a|. If

a=(xy),\mathbf a=\begin{pmatrix}x\\y\end{pmatrix},

then Pythagoras’ theorem gives

a=x2+y2.\boxed{|\mathbf a|=\sqrt{x^2+y^2}}.

The magnitude is a scalar and is never negative.

Worked example 4: calculate an exact magnitude

Section titled “Worked example 4: calculate an exact magnitude”

For

a=(68),\mathbf a=\begin{pmatrix}-6\\8\end{pmatrix}, a=(6)2+82=36+64=10.|\mathbf a| =\sqrt{(-6)^2+8^2} =\sqrt{36+64} =10.

The negative horizontal component affects direction, but its square contributes positively to length.

For b=(47)\mathbf b=\begin{pmatrix}4\\7\end{pmatrix},

b=42+72=65.|\mathbf b|=\sqrt{4^2+7^2}=\sqrt{65}.

Keep the exact surd unless a question requests a decimal approximation.

Common misconception: magnitude is not a component sum

Section titled “Common misconception: magnitude is not a component sum”

The magnitude of (34)\begin{pmatrix}3\\4\end{pmatrix} is not 3+4=73+4=7. The components are perpendicular movements, so Pythagoras gives

32+42=5.\sqrt{3^2+4^2}=5.

Two non-zero vectors are parallel precisely when one is a scalar multiple of the other. Thus a\mathbf a and b\mathbf b are parallel if

a=kb\mathbf a=k\mathbf b

for some scalar kk.

If k>0k>0, they point in the same direction. If k<0k<0, they point in opposite directions. Parallel does not mean same direction only.

Worked example 5: test for parallel vectors

Section titled “Worked example 5: test for parallel vectors”

Determine whether

p=(69)andq=(46)\mathbf p=\begin{pmatrix}6\\-9\end{pmatrix} \quad\text{and}\quad \mathbf q=\begin{pmatrix}-4\\6\end{pmatrix}

are parallel.

Both components have the same multiplier:

32q=32(46)=(69)=p.-\frac32\mathbf q =-\frac32\begin{pmatrix}-4\\6\end{pmatrix} =\begin{pmatrix}6\\-9\end{pmatrix} =\mathbf p.

Therefore the vectors are parallel and point in opposite directions.

By contrast, (23)\begin{pmatrix}2\\3\end{pmatrix} and (45)\begin{pmatrix}4\\5\end{pmatrix} are not parallel. Doubling the first horizontal component gives 44, but doubling its vertical component gives 66, not 55. A single scalar must work for every component.

Worked example 6: find an unknown using parallel vectors

Section titled “Worked example 6: find an unknown using parallel vectors”

The vectors

(312)and(x8)\begin{pmatrix}3\\12\end{pmatrix} \quad\text{and}\quad \begin{pmatrix}x\\-8\end{pmatrix}

are parallel. Find xx.

The multiplier taking 1212 to 8-8 is

k=812=23.k=\frac{-8}{12}=-\frac23.

Apply the same multiplier to the horizontal component:

x=23(3)=2.x=-\frac23(3)=-2.

Hence the second vector is 23-\frac23 times the first.

Position vectors and routes through a diagram

Section titled “Position vectors and routes through a diagram”

Fix an origin OO. The vector OA\overrightarrow{OA} is the position vector of AA. If

OA=a,OB=b,\overrightarrow{OA}=\mathbf a, \qquad \overrightarrow{OB}=\mathbf b,

then the route AOBA\to O\to B gives

AB=AO+OB=a+b=ba.\overrightarrow{AB} =\overrightarrow{AO}+\overrightarrow{OB} =-\mathbf a+\mathbf b =\boxed{\mathbf b-\mathbf a}.

This is the vector version of finish minus start.

Worked example 7: express vectors in terms of a\mathbf a and b\mathbf b

Section titled “Worked example 7: express vectors in terms of a\mathbf aa and b\mathbf bb”

Suppose OA=a\overrightarrow{OA}=\mathbf a and OB=b\overrightarrow{OB}=\mathbf b. Point MM is the midpoint of ABAB. Find AB\overrightarrow{AB} and OM\overrightarrow{OM}.

First,

AB=ba.\overrightarrow{AB}=\mathbf b-\mathbf a.

Since MM is halfway from AA to BB,

AM=12(ba).\overrightarrow{AM}=\frac12(\mathbf b-\mathbf a).

Travel from OO to AA, then from AA to MM:

OM=OA+AM=a+12(ba)=12a+12b=a+b2.\begin{aligned} \overrightarrow{OM} &=\overrightarrow{OA}+\overrightarrow{AM}\\ &=\mathbf a+\frac12(\mathbf b-\mathbf a)\\ &=\frac12\mathbf a+\frac12\mathbf b\\ &=\boxed{\frac{\mathbf a+\mathbf b}{2}}. \end{aligned}

This is the vector form of averaging the endpoints’ coordinates.

If PP lies on ABAB and

AP:PB=m:n,AP:PB=m:n,

then the whole line is split into m+nm+n equal parts. Consequently,

AP=mm+nAB.\overrightarrow{AP}=\frac{m}{m+n}\overrightarrow{AB}.

If the position vectors of AA and BB are a\mathbf a and b\mathbf b, then

OP=a+mm+n(ba)=na+mbm+n.\begin{aligned} \overrightarrow{OP} &=\mathbf a+\frac{m}{m+n}(\mathbf b-\mathbf a)\\ &=\boxed{\frac{n\mathbf a+m\mathbf b}{m+n}}. \end{aligned}

Notice the crossed coefficients: the point closer to AA has more of a\mathbf a in its position vector.

Worked example 8: use a ratio on a line segment

Section titled “Worked example 8: use a ratio on a line segment”

The position vectors of AA and BB are a\mathbf a and b\mathbf b. Point PP divides ABAB so that AP:PB=2:3AP:PB=2:3. Find OP\overrightarrow{OP}.

Since ABAB contains 2+3=52+3=5 parts,

AP=25AB=25(ba).\overrightarrow{AP}=\frac25\overrightarrow{AB} =\frac25(\mathbf b-\mathbf a).

Therefore

OP=a+25(ba)=a+25b25a=35a+25b.\begin{aligned} \overrightarrow{OP} &=\mathbf a+\frac25(\mathbf b-\mathbf a)\\ &=\mathbf a+\frac25\mathbf b-\frac25\mathbf a\\ &=\boxed{\frac35\mathbf a+\frac25\mathbf b}. \end{aligned}

The answer is weighted more towards a\mathbf a because PP is closer to AA than to BB.

Points AA and BB have position vectors a\mathbf a and b\mathbf b. Point QQ satisfies AQ:QB=3:1AQ:QB=3:1. Find OQ\overrightarrow{OQ}.

Answer

The point is three quarters of the way from AA to BB:

OQ=a+34(ba)=14a+34b.\begin{aligned} \overrightarrow{OQ} &=\mathbf a+\frac34(\mathbf b-\mathbf a)\\ &=\frac14\mathbf a+\frac34\mathbf b. \end{aligned}

A vector proof should do three things:

  1. choose a route and express the required vectors using the given information;
  2. simplify the expressions clearly;
  3. state the geometric conclusion justified by the algebra.

Useful conclusions include:

  • equal vectors have equal magnitude and direction;
  • a scalar multiple proves parallelism;
  • the same midpoint proves that diagonals bisect each other;
  • equal position vectors identify the same point.

Worked example 9: prove a quadrilateral is a parallelogram

Section titled “Worked example 9: prove a quadrilateral is a parallelogram”

In quadrilateral ABCDABCD,

AB=p,AD=q,BC=q.\overrightarrow{AB}=\mathbf p, \qquad \overrightarrow{AD}=\mathbf q, \qquad \overrightarrow{BC}=\mathbf q.

Prove that ABCDABCD is a parallelogram.

Take the route DABCD\to A\to B\to C:

DC=DA+AB+BC=q+p+q=p.\begin{aligned} \overrightarrow{DC} &=\overrightarrow{DA}+\overrightarrow{AB}+\overrightarrow{BC}\\ &=-\mathbf q+\mathbf p+\mathbf q\\ &=\mathbf p. \end{aligned}

But AB=p\overrightarrow{AB}=\mathbf p, so

DC=AB.\overrightarrow{DC}=\overrightarrow{AB}.

Therefore ABAB and DCDC are equal in length and parallel in the same direction. Hence ABCDABCD is a parallelogram.

The final sentence matters. Algebra alone is not yet a geometric proof until its implication is stated.

Worked example 10: prove points are collinear

Section titled “Worked example 10: prove points are collinear”

Relative to origin OO, points AA, BB and CC have position vectors

OA=a,OB=13a+23c,OC=c.\overrightarrow{OA}=\mathbf a, \qquad \overrightarrow{OB}=\frac13\mathbf a+\frac23\mathbf c, \qquad \overrightarrow{OC}=\mathbf c.

Prove that AA, BB and CC are collinear and find AB:BCAB:BC.

First find the vector from AA to BB:

AB=OBOA=(13a+23c)a=23(ca).\begin{aligned} \overrightarrow{AB} &=\overrightarrow{OB}-\overrightarrow{OA}\\ &=\left(\frac13\mathbf a+\frac23\mathbf c\right)-\mathbf a\\ &=\frac23(\mathbf c-\mathbf a). \end{aligned}

Also,

AC=ca.\overrightarrow{AC}=\mathbf c-\mathbf a.

Thus

AB=23AC.\overrightarrow{AB}=\frac23\overrightarrow{AC}.

Since AB\overrightarrow{AB} is a positive scalar multiple of AC\overrightarrow{AC}, the two vectors are parallel and point in the same direction from AA. Therefore AA, BB and CC are collinear, with BB between AA and CC.

Moreover, ABAB is 23\frac23 of ACAC, leaving BCBC as 13\frac13 of ACAC. Hence

AB:BC=2:1.\boxed{AB:BC=2:1}.

Let a=(21)\mathbf a=\begin{pmatrix}2\\-1\end{pmatrix} and b=(53)\mathbf b=\begin{pmatrix}5\\3\end{pmatrix}.

  1. Find 3a2b3\mathbf a-2\mathbf b.
  2. Find ba|\mathbf b-\mathbf a|.
  3. Points AA and BB have position vectors a\mathbf a and b\mathbf b. Find the position vector of the midpoint MM of ABAB.
  4. Point NN lies on ABAB with AN:NB=1:2AN:NB=1:2. Find the position vector of NN.
Answers
  1. 3a2b=(63)(106)=(49).3\mathbf a-2\mathbf b =\begin{pmatrix}6\\-3\end{pmatrix} -\begin{pmatrix}10\\6\end{pmatrix} =\begin{pmatrix}-4\\-9\end{pmatrix}.
  2. ba=(34),ba=32+42=5.\mathbf b-\mathbf a=\begin{pmatrix}3\\4\end{pmatrix}, \qquad |\mathbf b-\mathbf a|=\sqrt{3^2+4^2}=5.
  3. OM=a+b2=12(72)=(721).\overrightarrow{OM}=\frac{\mathbf a+\mathbf b}{2} =\frac12\begin{pmatrix}7\\2\end{pmatrix} =\begin{pmatrix}\frac72\\1\end{pmatrix}.
  4. Since NN is one third of the way from AA to BB, ON=a+13(ba)=23a+13b=(313).\overrightarrow{ON} =\mathbf a+\frac13(\mathbf b-\mathbf a) =\frac23\mathbf a+\frac13\mathbf b =\begin{pmatrix}3\\\frac13\end{pmatrix}.
AB=BA,AB+BC=AC,BA=AB,(xy)=x2+y2.\begin{aligned} \overrightarrow{AB}&=B-A,\\ \overrightarrow{AB}+\overrightarrow{BC}&=\overrightarrow{AC},\\ \overrightarrow{BA}&=-\overrightarrow{AB},\\ \left|\begin{pmatrix}x\\y\end{pmatrix}\right|&=\sqrt{x^2+y^2}. \end{aligned}

Also remember:

  • add, subtract and multiply column vectors component by component;
  • a non-zero scalar multiple proves that vectors are parallel;
  • use a positive scalar multiple of vectors sharing a point to prove collinearity;
  • for AP:PB=m:nAP:PB=m:n, the fraction of the journey from AA to BB is mm+n\frac{m}{m+n};
  • in a proof, translate the vector equality back into a geometric conclusion.

Next, strengthen the geometry behind these arguments with similarity and transformations and the logic of a complete argument with proof and reasoning. For coordinate applications, continue with straight line graphs and coordinate geometry.