Skip to content
spmaddmath.com.my
Tuition

Study

SyllabusFormulasMethodsExam & PapersTools
LocationsPricingBlogOur TeachersContact
EN

Chapter · Vectors

Getting comfortable with vectors in Add Math

A vector is just a quantity that carries both a size and a direction, like "3 km north-east" rather than a plain "3 km". Once you can write one in component form as xi+yjx\mathbf{i} + y\mathbf{j}, find its length with x2+y2\sqrt{x^{2}+y^{2}}, and add two by adding their components, most of the chapter falls into place.

What a vector really is

Vectors tend to feel strange the first time you meet them, and there is a fair reason for that. Up to this point in Add Math, every quantity you have handled has been a single number, a length, an area, a price.

A vector is the first quantity that insists on carrying two pieces of information at once: how big it is, and which way it points.

That second piece, direction, is the whole idea. A vector has both a magnitude (a size) and a direction.

A quantity with size but no direction is called a scalar. "Walk 3 km" is a scalar; "walk 3 km due north" is a vector, because now you also know where you would end up.

  • Scalars, distance, speed, mass, temperature, time: size only.
  • Vectors, displacement, velocity, force: a size and a direction bound together.

Because a vector holds two things, we write it in particular ways. The vector that runs from point AA to point BB is written AB\vec{AB}.

A vector named with a single letter is usually printed in bold, like a\mathbf{a}; when you write the same vector by hand you underline it or draw a small arrow or wavy line beneath the letter. Different clothing, same object, do not let the notation put you off.

Writing vectors in component form

The move that turns vectors from pictures into something you can calculate with is breaking each one into components along two fixed directions. We use i\mathbf{i} for one unit step in the xx-direction and j\mathbf{j} for one unit step in the yy-direction.

Every vector in the plane can then be written as so many i\mathbf{i}'s plus so many j\mathbf{j}'s.

So r=3i+4j\mathbf{r} = 3\mathbf{i} + 4\mathbf{j} simply means: go 3 across and 4 up. The very same vector can be stacked as a column, which is often tidier when you calculate:

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

The magnitude, the length of the vector, comes straight from Pythagoras, because the two components sit at right angles to each other:

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

For r=3i+4j\mathbf{r} = 3\mathbf{i} + 4\mathbf{j}, the magnitude is 32+42=25=5\sqrt{3^{2}+4^{2}} = \sqrt{25} = 5. A unit vector is a vector of length exactly 11 that points the same way; you build it by dividing a vector by its own magnitude:

r^=1rr\hat{r} = \frac{1}{|\mathbf{r}|}\,\mathbf{r}

So the unit vector along 3i+4j3\mathbf{i}+4\mathbf{j} is 15(3i+4j)=35i+45j\frac{1}{5}(3\mathbf{i}+4\mathbf{j}) = \frac{3}{5}\mathbf{i} + \frac{4}{5}\mathbf{j}. Check it if you like: (3/5)2+(4/5)2=9/25+16/25=1\sqrt{(3/5)^{2} + (4/5)^{2}} = \sqrt{9/25 + 16/25} = 1, exactly as a unit vector should be.

Adding, subtracting and scaling vectors

To add two vectors you place them nose to tail: draw the first, start the second where the first ends, and the resultant runs from the very start to the very end. That is the triangle law, and it is worth picturing, but in component form the whole thing becomes almost effortless, because you just add the matching components:

(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}

Subtraction works the same way, component by component. The vector a-\mathbf{a} has the same length as a\mathbf{a} but points the opposite way, so subtracting a vector is really adding its reverse.

Multiplying a vector by a number kk, a scalar, stretches or shrinks it without turning it, unless kk is negative, in which case it also flips. This gives one of the most useful facts in the whole chapter: two non-zero vectors are parallel exactly when one is a scalar multiple of the other, a=kb\mathbf{a} = k\mathbf{b}.

A line that unlocks parallel-vector questions

The moment a question tells you two vectors are parallel, write a=kb\mathbf{a} = k\mathbf{b} and compare the i\mathbf{i} and j\mathbf{j} components separately. That single step almost always hands you the value of kk, or whatever unknown you are chasing.

Position vectors and the "end minus start" trick

A position vector is simply the vector from the origin OO to a point. The position vector of AA is OA\vec{OA}, which we often shorten to a\mathbf{a}.

Position vectors are how a diagram of points gets turned into vectors you can compute with.

The single most-used result in the chapter connects two points to the vector between them:

AB=OBOA=ba\vec{AB} = \vec{OB} - \vec{OA} = \mathbf{b} - \mathbf{a}

Read it aloud as "end minus start". If AA has position vector 2i+j2\mathbf{i} + \mathbf{j} and BB has 5i+6j5\mathbf{i} + 6\mathbf{j}, then AB=(52)i+(61)j=3i+5j\vec{AB} = (5-2)\mathbf{i} + (6-1)\mathbf{j} = 3\mathbf{i} + 5\mathbf{j}.

From there the distance ABAB is just AB=32+52=34|\vec{AB}| = \sqrt{3^{2}+5^{2}} = \sqrt{34}.

Getting the order right, end minus start, never start minus end, is where a surprising number of quiet marks are won or lost. Write the formula down first, in letters, then substitute the numbers underneath it.

That habit keeps the direction the correct way round.

The mistakes that quietly cost marks

Most lost marks in this chapter come from a handful of slips that have nothing to do with difficulty and everything to do with treating a vector like an ordinary number. Knowing them in advance is worth more than another hour of practice on the parts you already do well.

The most common error

Confusing AB\vec{AB} with BA\vec{BA}. They are not equal, they are exact opposites: BA=AB\vec{BA} = -\vec{AB}.

Always subtract end minus start, and check that your answer points the way the diagram says it should.

  • Adding magnitudes when you should add vectors: a+b|\mathbf{a}| + |\mathbf{b}| is almost never the same as a+b|\mathbf{a} + \mathbf{b}|, because direction changes how vectors combine.
  • Dropping the i\mathbf{i} and j\mathbf{j} partway through and leaving a bare number where a vector belongs.
  • Forgetting to divide by the magnitude when the question asks for a unit vector, a unit vector must have length 11.

Why the working matters here

Vector questions 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 clear line such as AB=ba\vec{AB} = \mathbf{b} - \mathbf{a} written before you substitute is itself a scorable step.

Show the set-up and you protect method marks even if an arithmetic slip changes the final vector.

How one-to-one teaching can help

Vectors are a chapter that clicks the instant the picture behind the algebra clicks, and stays cloudy for as long as the symbols are pushed around without a mental image to check them against. Working one-to-one, a teacher can watch how you read a diagram, catch the exact point where the direction gets reversed or a component gets dropped, and rebuild the picture so the formulas feel obvious rather than fiddly.

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

If vectors are a sticking point, you are welcome to begin with a one-hour paid trial class at the teacher's own rate (from RM50 per hour, depending on experience). We will not promise a grade, but we can help you turn vectors from a source of confusion into one of the more dependable topics on your 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.

"3 km" is a scalar; "3 km north" is a vector, because it also tells you which way.

How do I find the magnitude of a vector?

For r=xi+yj\mathbf{r} = x\mathbf{i} + y\mathbf{j}, the magnitude is r=x2+y2|\mathbf{r}| = \sqrt{x^{2}+y^{2}}, straight from Pythagoras, because the components are at right angles. For example 3i+4j=9+16=5|3\mathbf{i}+4\mathbf{j}| = \sqrt{9+16} = 5.

What does AB=ba\vec{AB} = \mathbf{b} - \mathbf{a} actually mean?

It says the vector from AA to BB equals the position vector of the end point minus the position vector of the start point, "end minus start". Get the order the wrong way round and you get BA\vec{BA} instead, which points the opposite way.

How do I know if two vectors are parallel?

Two non-zero vectors are parallel exactly when one is a scalar multiple of the other: a=kb\mathbf{a} = k\mathbf{b} for some number kk. In a question, write that line down and compare components to find kk, it usually unlocks the rest.

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