Tip: Tutorly is best on desktop, but you can try it on mobile too.
Tutorly.sg Logo
Syllabus learning hub
Part of this topic cluster: Vectors learning hub
See all guides in order — explainers, worked examples, mistakes, and exam tips.
Practise Vectors on Tutorly
Try Tutorly.sg free! No signup — start now →

A Level Mathematics: Vectors Revision Made Simple

Updated June 11, 2026A Levels
Tutorly.sg editorial team
Singapore-focused study guides aligned to MOE exam formats.
  • Tutorly.sg has been mentioned on Channel NewsAsia (CNA)
  • Tutorly.sg has been used by thousands of users in Singapore

Free on Tutorly.sg

Practise with step-by-step help — free to start

On Tutorly.sg/app you can practise unlimited Singapore syllabus questions, get instant explanations when you are stuck, and use past-year papers — no sign-up needed to start.

  • ✓ PSLE, O Level, A Level, and more
  • ✓ Step-by-step working when you are stuck
  • ✓ Works on phone and laptop
Start practising on Tutorly.sg/app →

Quick answer

Vectors in A Level Maths often seem daunting, but they're just about direction and magnitude. Focus on understanding basic operations and applications rather than memorising. This way, you can tackle any vector question with confidence.

“Stuck on a question? See simple explanations that help you understand fast.”
👉 Give it a try and turn confusion into clarity in minutes.

Tutorly.sg learning in Singapore

What you need to know

A vector is a quantity that has both direction and magnitude. Think of it like an arrow pointing somewhere — its length is the magnitude, and where it points is the direction. In exams, you'll often deal with vectors in 2 D or 3 D space, represented as 𝑎=(𝑎1𝑎2)\mathbf{𝑎} = \begin{pmatrix} 𝑎_1 \\ 𝑎_2 \end{pmatrix} or 𝑎=(𝑎1𝑎2𝑎3)\mathbf{𝑎} = \begin{pmatrix} 𝑎_1 \\ 𝑎_2 \\ 𝑎_3 \end{pmatrix}.

“Access more than 1000+ past year papers to practice”
👉 Start a paper today and test yourself like it’s the real exam.

Study smarter with Tutorly.sg

Vector Basics

Addition and Subtraction

When you add or subtract vectors, you do it component-wise.

Step 1: Combine the corresponding components. If 𝑎=(𝑎1𝑎2)\mathbf{𝑎} = \begin{pmatrix} 𝑎_1 \\ 𝑎_2 \end{pmatrix} and 𝑏=(𝑏1𝑏2)\mathbf{𝑏} = \begin{pmatrix} 𝑏_1 \\ 𝑏_2 \end{pmatrix}, then 𝑎+𝑏=(𝑎1+𝑏1𝑎2+𝑏2)\mathbf{𝑎} + \mathbf{𝑏} = \begin{pmatrix} 𝑎_1 + 𝑏_1 \\ 𝑎_2 + 𝑏_2 \end{pmatrix}.
Why: This keeps the vector's direction and magnitude consistent with its components.

Scalar Multiplication

Multiplying a vector by a scalar changes its magnitude but not its direction.

Step 1: Multiply each component of the vector by the scalar. For 𝑘𝑎𝑘\mathbf{𝑎}, if 𝑘 = 3 and 𝑎=(𝑎1𝑎2)\mathbf{𝑎} = \begin{pmatrix} 𝑎_1 \\ 𝑎_2 \end{pmatrix}, then 3𝑎=(3𝑎13𝑎2)3\mathbf{𝑎} = \begin{pmatrix} 3𝑎_1 \\ 3𝑎_2 \end{pmatrix}.
Why: This stretches or shrinks the vector, making it longer or shorter.

Dot Product

The dot product of two vectors gives a scalar (a plain number) and shows how much one vector goes in the direction of another.

Step 1: Multiply corresponding components and add them up. For vectors 𝑎\mathbf{𝑎} and 𝑏\mathbf{𝑏}, 𝑎𝑏=𝑎1𝑏1+𝑎2𝑏2\mathbf{𝑎} \cdot \mathbf{𝑏} = 𝑎_1𝑏_1 + 𝑎_2𝑏_2.
Why: This measures the projection of one vector onto another, useful for finding angles.

Quick check

  1. Add 𝑎=(23)\mathbf{𝑎} = \begin{pmatrix} 2 \\ 3 \end{pmatrix} and 𝑏=(41)\mathbf{𝑏} = \begin{pmatrix} 4 \\ 1 \end{pmatrix}.
  2. Find the scalar multiple 3𝑎3\mathbf{𝑎} if 𝑎=(21)\mathbf{𝑎} = \begin{pmatrix} 2 \\ -1 \end{pmatrix}.
  3. Calculate the dot product of 𝑎=(12)\mathbf{𝑎} = \begin{pmatrix} 1 \\ 2 \end{pmatrix} and 𝑏=(34)\mathbf{𝑏} = \begin{pmatrix} 3 \\ 4 \end{pmatrix}.

Answers:

  1. (64)\begin{pmatrix} 6 \\ 4 \end{pmatrix}
  2. (63)\begin{pmatrix} 6 \\ -3 \end{pmatrix}
  3. 1111

Revision checklist

  • Rushing Steps: Slow down when adding or subtracting components. Check each component separately.
  • Forgetting Scalar Multiplication: Remember to multiply all components by the scalar, not just one.
  • Overcomplicating Dot Product: Focus on multiplying and adding components accurately.
  • Units and Directions: Always check if your final vector answer has correct units and directions.

Exam tip

Vectors questions in exams often test your ability to apply rather than just recall. Look for key words like "magnitude" or "direction" and relate them to what you've learned. Draw diagrams if needed to visualise the problem.

Worked examples

Question 1

Find the vector sum of 𝑢=(325)\mathbf{𝑢} = \begin{pmatrix} 3 \\ -2 \\ 5 \end{pmatrix} and 𝑣=(143)\mathbf{𝑣} = \begin{pmatrix} 1 \\ 4 \\ -3 \end{pmatrix}.

Solution

Step 1: Add corresponding components:
𝑢+𝑣=(3+12+453)=(422)\mathbf{𝑢} + \mathbf{𝑣} = \begin{pmatrix} 3 + 1 \\ -2 + 4 \\ 5 - 3 \end{pmatrix} = \begin{pmatrix} 4 \\ 2 \\ 2 \end{pmatrix}.
Why: By adding each component, we ensure the new vector has the correct direction and magnitude.

Question 2

Calculate the dot product of 𝑎=(23)\mathbf{𝑎} = \begin{pmatrix} 2 \\ 3 \end{pmatrix} and 𝑏=(14)\mathbf{𝑏} = \begin{pmatrix} -1 \\ 4 \end{pmatrix}.

“Doing Secondary Science? Pick a topic and practise like it’s a real exam — with clear answers right after.”
👉 Try Tutorly now and start a Science topic in seconds.

![Secondary Science topics you can practise on Tutorly.sg](/app/blog-images/middle 2.png)

Solution

Step 1: Multiply corresponding components and sum them up:
𝑎𝑏=(2)(1)+(3)(4)=2+12=10\mathbf{𝑎} \cdot \mathbf{𝑏} = (2)(-1) + (3)(4) = -2 + 12 = 10.
Why: This gives us how much 𝑎\mathbf{𝑎} goes in the direction of 𝑏\mathbf{𝑏}, a useful scalar.

Quick summary

  • Vectors have both direction and magnitude, similar to an arrow.
  • Add and subtract vectors by combining components.
  • Scalar multiplication changes the length of the vector.
  • Dot product results in a scalar, useful for angles.
  • Practice with diagrams to visualise problems.
  • Slow down to avoid careless mistakes during exams.
  • Recognize keywords in questions to apply correct methods.

FAQ

Why do I get stuck on vector questions?
Many students freeze because they try to memorise rather than understand the concept. Visualising vectors can help.

How do I know when to use the dot product?
Use it when the question involves angles or projections between vectors.

What if I make calculation errors often?
Check each step methodically and practice breaking down the components. Double-check your arithmetic.

Are vectors really important for exams?
Yes, they test your understanding of space and direction, which are crucial in many math problems.

Free on Tutorly.sg

Practise with step-by-step help — free to start

On Tutorly.sg/app you can practise unlimited Singapore syllabus questions, get instant explanations when you are stuck, and use past-year papers — no sign-up needed to start.

  • ✓ PSLE, O Level, A Level, and more
  • ✓ Step-by-step working when you are stuck
  • ✓ Works on phone and laptop
Start practising on Tutorly.sg/app →

Free practice

Try it yourself

Practise similar past-year vector questions with step-by-step help on Tutorly

  • ✓ Unlimited similar questions
  • ✓ Step-by-step help when you are stuck
  • ✓ No sign-up needed to start
Start practising on Tutorly.sg →

Practise with free question sets

Work through exam-style questions with answers and step-by-step solutions:

  • [35+ A Level H 2 Vectors Questions for 2026/2027 (Singapore MOE Syllabus) with Exam-Style Solutions](/questions/jc-h 2-math-vectors-questions)
  • [Topic study hub](/learn/jc-h 2-math-vectors)

[Practise unlimited questions on Tutorly.sg/app](https://www.tutorly.sg/app)

Related Topics You Should Learn Next

“Practice PSLE Science questions and get clear, step-by-step answers instantly.”
👉 Try a question now and see how fast you can improve.

Try Tutorly.sg on the website

Free on Tutorly.sg

Practise with step-by-step help — free to start

On Tutorly.sg/app you can practise unlimited Singapore syllabus questions, get instant explanations when you are stuck, and use past-year papers — no sign-up needed to start.

  • ✓ PSLE, O Level, A Level, and more
  • ✓ Step-by-step working when you are stuck
  • ✓ Works on phone and laptop
Start practising on Tutorly.sg/app →

More free resources