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 H2 Vectors Worked Examples for 2026/2027 (Singapore MOE Syllabus) — Exam-Style Solutions

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

When you see a vectors question in your A Level Mathematics exam and your heart sinks, remember this: most students actually know the concepts but freeze because the question looks different from their tutorials. After reading this, you'll understand how to approach these questions confidently, with step-by-step worked examples to guide you.

“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

Vectors are mathematical objects that have both magnitude (size) and direction. They are often represented as arrows in diagrams and can be written in component form, like 𝑎=(𝑥𝑦)\mathbf{𝑎} = \begin{pmatrix} 𝑥 \\ 𝑦 \end{pmatrix}. In exams, you usually deal with operations like addition, subtraction, dot product, and cross product of vectors.

“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

How to approach vectors questions

Recognising vector operations

Step 1: Identify the vector operation required in the question.
Why: This is the starting point. You need to know if you're adding, subtracting, or finding a product.

Step 2: Look for keywords in the question. Words like "magnitude", "direction", "dot product", or "cross product" signal different operations.
Why: These terms tell you what mathematical operation to apply.

Quick check

Try these mini questions to see where you stand:

  1. What operation is needed if the question asks for the "length" of a vector?
  2. If given two vectors, 𝑎\mathbf{𝑎} and 𝑏\mathbf{𝑏}, and asked to find 𝑎𝑏\mathbf{𝑎} \cdot \mathbf{𝑏}, what are you calculating?
  3. How do you represent a vector in component form?

Answers:

  1. Magnitude calculation.
  2. Dot product.
  3. As a column matrix, e.g., (𝑥𝑦)\begin{pmatrix} 𝑥 \\ 𝑦 \end{pmatrix}.

Common mistakes students make

  1. Rushing through algebra: Many students lose marks because they rush algebra steps in vector calculations. Slow down and simplify components carefully.
  2. Misunderstanding vector notation: Confusing the representation of vectors can lead to errors. Always check if it's a column or row vector.
  3. Forgetting direction in magnitude questions: Calculating the magnitude without considering the direction can cost you marks. Remember, vectors have both!

Exam tip

When tackling vectors questions, presentation matters. Use clear and neat vector notation. Write down all steps, even if they seem obvious, to avoid careless mistakes. Remember, Singapore exam questions often test application over memorization, so understand the "why" behind each step.

Worked examples

Question 1

Given vectors 𝑎=(34)\mathbf{𝑎} = \begin{pmatrix} 3 \\ 4 \end{pmatrix} and 𝑏=(12)\mathbf{𝑏} = \begin{pmatrix} 1 \\ 2 \end{pmatrix}, find the vector sum 𝑎+𝑏\mathbf{𝑎} + \mathbf{𝑏}.

Solution

Step 1: Add the corresponding components of 𝑎\mathbf{𝑎} and 𝑏\mathbf{𝑏}.
𝑎+𝑏=(3+14+2)=(46)\mathbf{𝑎} + \mathbf{𝑏} = \begin{pmatrix} 3 + 1 \\ 4 + 2 \end{pmatrix} = \begin{pmatrix} 4 \\ 6 \end{pmatrix}
Why: Vector addition is performed component-wise. You add the x-components together and the y-components together.

Question 2

Calculate the dot product of vectors 𝑐=(21)\mathbf{𝑐} = \begin{pmatrix} 2 \\ -1 \end{pmatrix} and 𝑑=(53)\mathbf{𝑑} = \begin{pmatrix} 5 \\ 3 \end{pmatrix}.

Solution

Step 1: Multiply the corresponding components and sum them up.
𝑐𝑑=(2×5)+(1×3)=103=7\mathbf{𝑐} \cdot \mathbf{𝑑} = (2 \times 5) + (-1 \times 3) = 10 - 3 = 7
Why: The dot product is the sum of the products of the corresponding components. This operation is often used to find the angle between vectors.

Question 3

Find the magnitude of vector 𝑒=(34)\mathbf{𝑒} = \begin{pmatrix} -3 \\ 4 \end{pmatrix}.

Solution

Step 1: Use the magnitude formula: 𝑒=(3)2+42||\mathbf{𝑒}|| = \sqrt{(-3)^2 + 4^2}.
𝑒=9+16=25=5||\mathbf{𝑒}|| = \sqrt{9 + 16} = \sqrt{25} = 5
Why: The magnitude of a vector is like finding the length of the hypotenuse in a right triangle. It's the square root of the sum of the squares of its components.

Question 4

Determine the cross product of 𝑓=(103)\mathbf{𝑓} = \begin{pmatrix} 1 \\ 0 \\ 3 \end{pmatrix} and 𝑔=(211)\mathbf{𝑔} = \begin{pmatrix} 2 \\ 1 \\ 1 \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: Use the determinant method for 3 D vectors.
𝑓×𝑔=𝑖𝑗𝑘103211\mathbf{𝑓} \times \mathbf{𝑔} = \begin{vmatrix} \mathbf{𝑖} & \mathbf{𝑗} & \mathbf{𝑘} \\ 1 & 0 & 3 \\ 2 & 1 & 1 \end{vmatrix}
Step 2: Calculate the determinant step-by-step.

  • 𝑖\mathbf{𝑖} component: (0×13×1)=3(0 \times 1 - 3 \times 1) = -3
  • 𝑗\mathbf{𝑗} component: (3×21×1)=5(3 \times 2 - 1 \times 1) = 5
  • 𝑘\mathbf{𝑘} component: (1×10×2)=1(1 \times 1 - 0 \times 2) = 1

So, 𝑓×𝑔=(351)\mathbf{𝑓} \times \mathbf{𝑔} = \begin{pmatrix} -3 \\ 5 \\ 1 \end{pmatrix}.
Why: The cross product in 3 D involves finding the determinant of a matrix, which gives a vector perpendicular to both original vectors.

Quick summary

  • Vectors have both magnitude and direction.
  • Recognise vector operations by keywords.
  • Slow down to avoid algebra mistakes.
  • Use proper vector notation for clarity.
  • Practice with various vector operations: addition, dot product, magnitude, cross product.

FAQ

Q 1: What is the difference between a dot product and a cross product?
The dot product is a scalar resulting from multiplying corresponding components and summing them. The cross product results in a vector perpendicular to the original vectors.

Q 2: How do I find the direction of a vector?
The direction can be found using trigonometry. For example, the angle θ\theta is given by tan1(𝑦𝑥)\tan^{-1}(\frac{𝑦}{𝑥}) for a vector (𝑥𝑦)\begin{pmatrix} 𝑥 \\ 𝑦 \end{pmatrix}.

Q 3: Why is vector notation important?
Proper notation helps avoid confusion and ensures clarity in your solutions, especially during exams where presentation is key.

Q 4: Can vectors have negative components?
Yes, vectors can have negative components, which indicate direction. For example, a negative x-component means the vector points left on a graph.

Q 5: How do I know which vector operation to use in a question?
Look for keywords and the context of the question. Practice helps you recognise patterns and apply the correct operation.

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

Practice similar vectors 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 more exam-style questions with answers and step-by-step solutions:

  • [35+ A Level Vectors Practice Questions for 2026 (based on Singapore MOE Syllabus)](/questions/jc-h 2-math-vectors-questions)
  • [Topic study hub](/learn/jc-h 2-math-vectors)

Want unlimited similar questions with AI marking? Practise on 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