Vectors

2026 Syllabus Objectives

By the end of this topic, you should be able to:

  1. Use standard notations for vectors (column vectors, i-j-k notation, position vectors)
  2. Carry out addition and subtraction of vectors and multiplication by a scalar, and interpret these operations geometrically
  3. Calculate the magnitude of a vector, and use unit vectors, displacement vectors, and position vectors
  4. Understand the equation of a straight line in the form r = a + tb, and find the equation of a line given sufficient information
  5. Determine whether two lines are parallel, intersect, or are skew, and find the point of intersection when it exists
  6. Use the scalar product to solve problems involving lines and points (e.g., finding angles between lines, finding the foot of the perpendicular from a point to a line)

A vector is a quantity that has both magnitude (size) and direction. This is different from a scalar, which only has magnitude (like temperature or mass).

Ways to Write Vectors

There are several standard ways to write vectors, and you need to be comfortable with all of them:

In 2 Dimensions:

  • Column vector notation: (xy)\begin{pmatrix} x \\ y \end{pmatrix} — The top number is the x-component, the bottom is the y-component
  • i-j notation: xi+yjx\mathbf{i} + y\mathbf{j} — Here, i is a unit vector (length 1) pointing along the x-axis, and j is a unit vector pointing along the y-axis

In 3 Dimensions:

  • Column vector notation: (xyz)\begin{pmatrix} x \\ y \\ z \end{pmatrix} — Three components: x, y, and z
  • i-j-k notation: xi+yj+zkx\mathbf{i} + y\mathbf{j} + z\mathbf{k} — Now we add k, a unit vector pointing along the z-axis

Position Vectors and Line Segments:

  • AB\overrightarrow{AB} means the vector from point A to point B
  • a\mathbf{a} or a (bold) represents a general vector
  • OA\overrightarrow{OA} or a represents the position vector of point A (the vector from the origin O to point A)

Example: The vector (32)\begin{pmatrix} 3 \\ -2 \end{pmatrix} means "move 3 units in the x-direction and 2 units down in the y-direction."

The same vector can be written as 3i2j3\mathbf{i} - 2\mathbf{j}.

Sign in to view full notes