Skip to content
spmaddmath.com.my
Tuition

Study

SyllabusFormulasMethodsExam & PapersTools
LocationsPricingBlogOur TeachersContact
EN

Chapter · Vectors

Vectors made simple for SPM Add Math

A vector is what you get when a plain number is not enough to describe something, you also need a direction. 3i+4j3\mathbf{i}+4\mathbf{j} is a vector written in component form; its length is 32+42=5\sqrt{3^{2}+4^{2}}=5.

Once that idea is comfortable, the chapter's real exam favourite, showing that three points lie on one straight line, becomes a short, repeatable routine.

Why a plain number is not enough

Imagine giving someone directions to a shop by saying only "it's 500 metres away." That is true, but almost useless, 500 metres in which direction?

A single number, a scalar, tells you a size but nothing about where. The moment you add "500 metres north-east," the direction, the instruction becomes something a person can actually follow.

That second piece of information, direction, is the entire reason vectors exist as a separate idea from ordinary numbers.

A vector is a quantity with both a magnitude (a size) and a direction. Displacement, velocity, and force are all vectors, because "how far" or "how fast" is only half the story without "which way."

The vector from a point AA to a point BB is written AB\vec{AB}; a vector standing alone is usually written in bold, a\mathbf{a}, or with a line or arrow underneath when handwritten.

One question settles scalar or vector

Ask: does the answer need a direction to make sense? "How far did you walk" needs only a number, scalar.

"Where did you end up relative to where you started" needs a direction too, vector.

Writing vectors as numbers you can calculate with

Pictures of arrows are useful for understanding vectors, but not for calculating with them quickly under exam conditions. The move that makes vectors genuinely usable is writing each one in component form: so many steps in the xx-direction, so many in the yy-direction, using i\mathbf{i} and j\mathbf{j} as the unit steps along each axis.

r=xi+yj=(xy)\mathbf{r} = x\mathbf{i} + y\mathbf{j} = \begin{pmatrix} x \\ y \end{pmatrix}

The length of a vector, its magnitude, comes straight from Pythagoras' theorem, since the xx- and yy-components sit at right angles:

r=x2+y2|\mathbf{r}| = \sqrt{x^{2}+y^{2}}

Once vectors are in component form, the arithmetic is almost as simple as with ordinary numbers. Add or subtract two vectors by adding or subtracting matching components; multiplying a vector by a number kk stretches, shrinks, or (if kk is negative) reverses it, without changing its direction otherwise.

  • (x1i+y1j)+(x2i+y2j)=(x1+x2)i+(y1+y2)j(x_{1}\mathbf{i}+y_{1}\mathbf{j}) + (x_{2}\mathbf{i}+y_{2}\mathbf{j}) = (x_{1}+x_{2})\mathbf{i}+(y_{1}+y_{2})\mathbf{j}
  • A unit vector, length exactly 11, is found by dividing a vector by its own magnitude: r^=1rr\hat{r}=\frac{1}{|\mathbf{r}|}\mathbf{r}.
  • Two non-zero vectors are parallel exactly when one is a scalar multiple of the other: a=kb\mathbf{a}=k\mathbf{b}.

The exam favourite: showing three points lie on a line

One type of question comes up in vector chapters more often than almost any other: given three points, show that they lie on a single straight line, that they are collinear. It sounds like a geometry question, but it is solved entirely with the algebra from the section above.

The logic rests on the parallel-vectors idea. If AB\vec{AB} and BC\vec{BC} point along the same line, one must be a scalar multiple of the other: AB=kBC\vec{AB}=k\vec{BC} for some number kk.

Because BB appears in both vectors, that shared point is also proof the two segments do not just point the same way but actually sit on the same line through it, a scalar multiple alone only proves parallel, not collinear, unless the vectors share a common point.

  1. 1

    Find the two vectors

    Using position vectors and "end minus start", find AB=ba\vec{AB} = \mathbf{b}-\mathbf{a} and BC=cb\vec{BC} = \mathbf{c}-\mathbf{b}.

  2. 2

    Show one is a scalar multiple of the other

    Write AB=kBC\vec{AB}=k\vec{BC} and compare the i\mathbf{i} and j\mathbf{j} components separately to find kk.

  3. 3

    State the conclusion

    If a consistent value of kk works for both components, AB\vec{AB} and BC\vec{BC} are parallel; since they also share the point BB, the three points AA, BB, CC are collinear.

Q1[5 marks]

Points AA, BB and CC have position vectors a=2i+j\mathbf{a}=2\mathbf{i}+\mathbf{j}, b=5i+7j\mathbf{b}=5\mathbf{i}+7\mathbf{j} and c=11i+19j\mathbf{c}=11\mathbf{i}+19\mathbf{j}. Show that AA, BB and CC are collinear, and find the ratio AB:BCAB:BC.

Show worked solution

AB=ba=3i+6j\vec{AB}=\mathbf{b}-\mathbf{a}=3\mathbf{i}+6\mathbf{j}. BC=cb=6i+12j\vec{BC}=\mathbf{c}-\mathbf{b}=6\mathbf{i}+12\mathbf{j}.

Since BC=2AB\vec{BC}=2\vec{AB}, the two vectors are parallel, and because they share the point BB, the points AA, BB, CC are collinear. Because BC=2AB\vec{BC}=2\vec{AB}, BCBC is twice the length of ABAB, so AB:BC=1:2AB:BC=1:2.

Finding a point that divides a line in a given ratio

A closely related question gives the ratio first and asks for the point. If PP divides the line segment ABAB such that AP:PB=m:nAP:PB = m:n, then PP's position vector is a weighted average of AA and BB, weighted by how far along the segment PP sits:

p=na+mbm+n\mathbf{p} = \frac{n\mathbf{a}+m\mathbf{b}}{m+n}

It looks more complicated than it is. When m=nm=n, the midpoint, the formula collapses to the familiar p=a+b2\mathbf{p}=\frac{\mathbf{a}+\mathbf{b}}{2}, the average of the two position vectors, exactly as you would expect a midpoint to be.

A quick way to remember which weight goes where

The weight on a\mathbf{a} is the part of the ratio nearer BB (nn), and the weight on b\mathbf{b} is the part nearer AA (mm), the point sits closer to whichever end has the smaller ratio number, so that end's vector should carry the bigger weight.

Where marks quietly go missing

Vector questions are rarely conceptually hard once the ideas above are in place; almost all lost marks come from a handful of avoidable slips.

The most common error

Confusing AB\vec{AB} with BA\vec{BA}. They point in opposite directions: BA=AB\vec{BA}=-\vec{AB}.

Always subtract end minus start, and double-check which point the question named first.

  • Concluding two vectors are parallel from a scalar multiple, but forgetting that collinearity of three points also needs a shared point, parallel alone is not enough.
  • Treating a+b|\mathbf{a}|+|\mathbf{b}| as the same as a+b|\mathbf{a}+\mathbf{b}|, magnitudes do not simply add unless the two vectors point the same way.
  • Dropping i\mathbf{i} and j\mathbf{j} partway through working and leaving a bare number where a vector belongs.

Why writing the set-up matters

Vectors appear in both Paper 1 (2 hours, 80 marks) and Paper 2 (2 hours 30 minutes, 100 marks); there is no Paper 3. Marking is analytic, so a line such as AB=ba\vec{AB}=\mathbf{b}-\mathbf{a} written before you substitute numbers is itself a scorable step, protecting method marks even if an arithmetic slip changes the final answer.

How one-to-one teaching can help

Vectors tend to click all at once, the moment the picture behind the algebra becomes clear, questions that looked unfamiliar start to look like the same three or four ideas dressed differently. Getting to that point usually needs someone to watch how you read a diagram or a position vector, and catch the exact step where a direction gets reversed or a shared point gets missed.

Our teachers are experienced; lessons run online and are taught in English, while SPM papers are set bilingually in Bahasa Melayu and English.

If vectors, particularly the collinear-points and ratio questions, still feel like separate topics rather than the same idea reused, a one-hour paid trial class at the teacher's own rate (from RM50 per hour, depending on experience) is a reasonable way to find out. We will not promise a particular grade, but we can help vectors turn from an unfamiliar notation into one of the more predictable parts of the paper.

Get 1-to-1 help.

Book a Trial Class

Frequently asked questions

What is the difference between a vector and a scalar?

A scalar has size only, distance, speed, mass, time. A vector has both a size and a direction, displacement, velocity, force.

"500 m" is a scalar; "500 m north-east" is a vector.

How do I prove three points are collinear using vectors?

Find AB\vec{AB} and BC\vec{BC} using end-minus-start on the position vectors. If AB=kBC\vec{AB}=k\vec{BC} for some number kk, the two vectors are parallel; since they also share the point BB, the points AA, BB, CC must lie on the same straight line.

How do I find a point that divides a line in a given ratio?

If PP divides ABAB so that AP:PB=m:nAP:PB=m:n, its position vector is p=na+mbm+n\mathbf{p}=\frac{n\mathbf{a}+m\mathbf{b}}{m+n}. When m=nm=n, this becomes the midpoint formula p=a+b2\mathbf{p}=\frac{\mathbf{a}+\mathbf{b}}{2}.

Why isn't a scalar multiple enough to prove collinearity?

A scalar multiple such as AB=kBC\vec{AB}=k\vec{BC} proves the two vectors are parallel, pointing along the same or opposite direction, but two parallel lines can still be side by side rather than the same line. Sharing the point BB is what rules that out and confirms the three points are collinear.

Source:SRC-FORMAT

Written by the spmaddmath.com.my editorial team.· Last updated 5 September 2026

Ready to get started?

Book a Trial Classfrom RM50/hr · One-hour paid trial · Same-day reply
Book a Trial ClassOne-hour paid trial · Same-day reply