Vector Arithmetic and Geometric Proofs for the ESAT

Updated July 2026

Vectors are essential mathematical tools representing magnitude and direction. This guide for the ESAT Mathematics 1 section explains how to perform vector addition, subtraction, and scalar multiplication using both column and diagrammatic representations. It also demonstrates how to apply these operations to construct rigorous geometric proofs.

Core concept

A vector describes the movement from one point to another, defined by both direction and size. Two vectors are parallel if one can be expressed as a scalar multiple of the other, such that x=cy\mathbf{x} = c\mathbf{y} for a constant cc.

A vector is a method for describing the displacement required to move from one point to another. Unlike scalars, vectors describe both a specific size and a specific direction. In printed text, vectors are usually denoted by bold letters, such as b\mathbf{b}. In handwriting, vectors are indicated by underlining the letter, for example b\underline{b}, because underlining is the standard printing proof symbol for bold text. Vectors are typically represented either as column vectors or diagrammatically using line segments.

Operations with Column Vectors

Column vectors allow for precise algebraic manipulation. To add or subtract column vectors, you simply perform the operation across the corresponding rows of the vectors.

(ab)+(dc)(fe)=(a+dfb+ce)\binom{a}{b} + \binom{d}{c} - \binom{f}{e} = \binom{a + d - f}{b + c - e}

Multiplying by a Scalar

A scalar is a physical quantity that possesses magnitude only and no direction. For example, velocity is a vector because it has a direction, whereas speed is a scalar. When a column vector is multiplied by a scalar, every component within the vector is multiplied by that value.

If x=(ab)\mathbf{x} = \binom{a}{b} then 6x=(6a6b)6\mathbf{x} = \binom{6a}{6b} and 12x=(12a12b)-\frac{1}{2}\mathbf{x} = \binom{-\frac{1}{2}a}{-\frac{1}{2}b}

Parallel Vectors

Identifying parallel vectors is a common requirement in geometric problems. If two vectors x\mathbf{x} and y\mathbf{y} are parallel, then x=cy\mathbf{x} = c\mathbf{y} where cc is a constant scalar. This means one vector is simply a scaled version of the other, pointing in either the same or the exact opposite direction.

Diagrammatic Representation

When a vector a\mathbf{a} is shown diagrammatically by a line segment OAOA going from point OO to point AA, any other line segment that is parallel to OAOA, has the same length, and points in the same direction also represents the vector a\mathbf{a}.

If a line segment is parallel to OAOA and points in the same direction but is twice as long, it represents the vector 2a2\mathbf{a}. If it is parallel but points in the opposite direction and is twice as long, it represents 2a-2\mathbf{a}.

img-222.jpeg

Triangular Addition and Subtraction

Vectors can be combined geometrically using the triangle or parallelogram rules. Consider a parallelogram OACBOACB where OA=aOA = \mathbf{a} and OB=bOB = \mathbf{b}.

img-223.jpeg

The vector OCOC represents the journey from OO to CC. An alternative route is to travel from OO to BB (vector b\mathbf{b}) and then from BB to CC. Since BCBC is parallel to OAOA, equal in length, and in the same direction, BC=aBC = \mathbf{a}. Therefore, the total journey is:

OC=OB+BC=b+a=a+bOC = OB + BC = \mathbf{b} + \mathbf{a} = \mathbf{a} + \mathbf{b}

Similarly, we can find vectors between other points:

AB=AO+OB=a+b=baAB = AO + OB = -\mathbf{a} + \mathbf{b} = \mathbf{b} - \mathbf{a}

BA=BO+OA=b+a=abBA = BO + OA = -\mathbf{b} + \mathbf{a} = \mathbf{a} - \mathbf{b}

To add vectors a\mathbf{a} and b\mathbf{b}, you can either use the parallelogram construction or draw a triangle where the start of b\mathbf{b} is placed at the end of a\mathbf{a}. The resultant vector is the line joining the start of the first vector to the end of the second.

img-224.jpeg

Worked Examples: Vector Calculations

Example 1: Column Vector Arithmetic

Given a=(23)\mathbf{a} = \binom{2}{-3}, b=(35)\mathbf{b} = \binom{-3}{5}, and c=(16)\mathbf{c} = \binom{1}{6}, find ab+c\mathbf{a} - \mathbf{b} + \mathbf{c}.

ab+c=(23)(35)+(16)=(2(3)+135+6)=(62)\mathbf{a} - \mathbf{b} + \mathbf{c} = \binom{2}{-3} - \binom{-3}{5} + \binom{1}{6} = \binom{2 - (-3) + 1}{-3 - 5 + 6} = \binom{6}{-2}

Example 2: Scalar Multiples

Using the same vectors, find 2a3b2\mathbf{a} - 3\mathbf{b}.

First, calculate the individual multiples: 2a=(46)2\mathbf{a} = \binom{4}{-6} 3b=(915)3\mathbf{b} = \binom{-9}{15}

Then subtract them: 2a3b=(46)(915)=(4(9)615)=(1321)2\mathbf{a} - 3\mathbf{b} = \binom{4}{-6} - \binom{-9}{15} = \binom{4 - (-9)}{-6 - 15} = \binom{13}{-21}

Example 3: Identifying Parallel Vectors

If x=(23)\mathbf{x} = \binom{2}{-3} and y=(61)\mathbf{y} = \binom{-6}{-1}, which of the following are parallel to xy\mathbf{x} - \mathbf{y}?

  1. (164)\binom{16}{-4}
  2. (41)\binom{-4}{1}
  3. (82)\binom{8}{2}

First, find xy\mathbf{x} - \mathbf{y}: xy=(23)(61)=(82)\mathbf{x} - \mathbf{y} = \binom{2}{-3} - \binom{-6}{-1} = \binom{8}{-2}

Now compare: (164)=2×(82)\binom{16}{-4} = 2 \times \binom{8}{-2}, so this is parallel. (41)=12×(82)\binom{-4}{1} = -\frac{1}{2} \times \binom{8}{-2}, so this is parallel. (82)\binom{8}{2} is not a multiple of (82)\binom{8}{-2}, so it is not parallel.

Worked Examples: Diagrammatic Representation

Example 4: Labelling Vectors

Label the lines in the following diagram using a\mathbf{a}, b\mathbf{b}, and c\mathbf{c}.

img-225.jpeg

  1. Line (i) is parallel to a\mathbf{a} and in the same direction but half the length, so it is 12a\frac{1}{2}\mathbf{a}.
  2. Line (ii) is parallel to b\mathbf{b} in the opposite direction and 3 times as long, so it is 3b-3\mathbf{b}.
  3. Line (iii) is parallel to c\mathbf{c} and in the same direction but 25\frac{2}{5} of the length, so it is 25c\frac{2}{5}\mathbf{c}.
  4. Line (iv) is parallel to a\mathbf{a} in the opposite direction and 3 times as long, so it is 3a-3\mathbf{a}.

img-226.jpeg

Example 5: Constructing Resultants

Draw a vector equal to 2a+3b2\mathbf{a} + 3\mathbf{b} based on the following diagram.

img-227.jpeg

Draw the vector 2a2\mathbf{a} (twice the length of a\mathbf{a}, same direction). Then draw 3b3\mathbf{b} starting from the end of 2a2\mathbf{a}. The resulting path represents the vector sum.

img-228.jpeg

Geometric Proofs Using Vectors

Vectors are powerful tools for proving geometric theorems. Consider the following problem: in triangle ABCABC, DD is the midpoint of ABAB and EE is the midpoint of ACAC. Prove that DEDE is parallel to BCBC and half its length.

img-229.jpeg

Let AB=xAB = \mathbf{x} and AC=yAC = \mathbf{y}.

  1. Express BCBC in terms of x\mathbf{x} and y\mathbf{y}: BC=BA+AC=x+y=yxBC = BA + AC = -\mathbf{x} + \mathbf{y} = \mathbf{y} - \mathbf{x}

  2. Express ADAD and AEAE as fractions of the full sides: AD=12xAD = \frac{1}{2}\mathbf{x} and AE=12yAE = \frac{1}{2}\mathbf{y}

  3. Express DEDE in terms of the known vectors: DE=DA+AE=12x+12y=12(yx)DE = DA + AE = -\frac{1}{2}\mathbf{x} + \frac{1}{2}\mathbf{y} = \frac{1}{2}(\mathbf{y} - \mathbf{x})

  4. Conclusion: Since DE=12BCDE = \frac{1}{2}BC, the vector DEDE is a scalar multiple of BCBC. Therefore, DEDE must be parallel to BCBC and exactly half its length.

Key takeaways

  • A vector represents displacement with both magnitude and direction, whereas a scalar has magnitude only.
  • Column vectors are added, subtracted, or multiplied by scalars by applying the operation to each individual row.
  • Vectors are parallel if and only if one vector is a scalar multiple of the other (a=kb\mathbf{a} = k\mathbf{b}).
  • Vector subtraction ba\mathbf{b} - \mathbf{a} geometrically represents the vector from the tip of a\mathbf{a} to the tip of b\mathbf{b}.
  • Geometric properties like midpoints and parallel lines can be proven by expressing segments as vector sums and comparing the results.
Tips

When solving geometric proofs, always start by defining two non-parallel vectors as your 'base' (like x\mathbf{x} and y\mathbf{y} for two sides of a triangle). Express all other lines as combinations of these two vectors to make comparisons easy.

Cautions

Be extremely careful with the direction of vectors when subtracting. The vector ABAB is the journey from AA to BB, which is equal to BA-BA. Reversing the direction of a vector always requires a sign change.

Insight

The concept of parallel vectors is a specific case of linear dependence. In two dimensions, if any vector can be written as cvc\mathbf{v}, it lies on the same line as v\mathbf{v}. If it cannot, the two vectors can be used as a basis to reach any point in the 2D plane.

Frequently asked questions

How do I represent a vector when writing by hand for the ESAT?

Since you cannot easily write in bold, you should underline the letter, such as a\underline{a} or v\underline{v}, to indicate it is a vector.

Does the order of vector addition matter?

No, vector addition is commutative. For example, a+b\mathbf{a} + \mathbf{b} results in the same vector as b+a\mathbf{b} + \mathbf{a}, as demonstrated by the parallelogram rule.

What is the difference between a vector and a scalar in practical terms?

A scalar represents a quantity like mass or speed. A vector represents a quantity like displacement or velocity, which requires a specified direction (e.g., 5 metres North).

How can I tell if two column vectors point in opposite directions?

If the scalar constant cc in the relationship x=cy\mathbf{x} = c\mathbf{y} is negative, the vectors are parallel but point in opposite directions.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.