Fatskills
Practice. Master. Repeat.
Study Guide: GCSE Maths Geometry and Measures - How to Solve: Vectors (Magnitude, Addition, Proof with Vectors) – Complete Guide
Source: https://www.fatskills.com/gcse-math/chapter/gcse-maths-geometry-and-measures-how-to-solve-vectors-magnitude-addition-proof-with-vectors-complete-guide

GCSE Maths Geometry and Measures - How to Solve: Vectors (Magnitude, Addition, Proof with Vectors) – Complete Guide

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~5 min read

How to Solve: Vectors (Magnitude, Addition, Proof with Vectors) – Complete Guide

For GCSE/A-Level Physics, Chemistry & Biology


? Introduction

"Mastering vectors lets you predict the exact path of a rocket, calculate forces in a bridge, or even prove how DNA strands twist—worth up to 12 marks in your GCSE/A-Level Physics exam. One question can decide your grade boundary!"


? WHAT YOU NEED TO KNOW FIRST

  1. Scalars vs. Vectors – Scalars have only size (e.g., mass, speed). Vectors have size and direction (e.g., velocity, force).
  2. Pythagoras’ Theorem – For right-angled triangles: a² + b² = c².
  3. Trigonometry (SOHCAHTOA)sin θ = opposite/hypotenuse, cos θ = adjacent/hypotenuse, tan θ = opposite/adjacent.

? KEY TERMS & FORMULAS

Key Terms

  • Vector: A quantity with magnitude (size) and direction (e.g., displacement, force).
  • Resultant Vector: The single vector that replaces two or more vectors acting together.
  • Component Vectors: Breaking a vector into horizontal (x) and vertical (y) parts.
  • Unit Vector: A vector with magnitude 1 (e.g., i for x-direction, j for y-direction).

Formulas

  1. Magnitude of a Vector
  2. Formula: |v| = √(x² + y²) (for 2D vectors)
  3. x = horizontal component, y = vertical component.
  4. MEMORISE THIS – Not always given on exam sheets.

  5. Vector Addition (Head-to-Tail Method)

  6. Place the tail of the second vector at the head of the first.
  7. The resultant vector is from the tail of the first to the head of the second.

  8. Vector Addition (Component Method)

  9. Add x-components and y-components separately.
  10. Formula: R = (x₁ + x₂)i + (y₁ + y₂)j
  11. MEMORISE THIS – Essential for proofs and calculations.

  12. Proof with Vectors (e.g., Collinearity, Midpoints)

  13. If two vectors are scalar multiples (a = k × b), they are parallel.
  14. If vectors share a point and are parallel, they are collinear (lie on the same line).

? STEP-BY-STEP METHOD

How to Find the Magnitude of a Vector

  1. Identify the components – Write the vector in the form v = xi + yj.
  2. Square each component – Calculate and .
  3. Add the squaresx² + y².
  4. Take the square root – √(x² + y²).
  5. Include units – If the vector is a force, add N; if displacement, add m.

How to Add Vectors (Head-to-Tail Method)

  1. Draw the first vector – Label its magnitude and direction.
  2. Draw the second vector – Place its tail at the head of the first vector.
  3. Draw the resultant – From the tail of the first to the head of the second.
  4. Measure the resultant – Use a ruler (for scale diagrams) or calculate using Pythagoras/trigonometry.

How to Add Vectors (Component Method)

  1. Break each vector into x and y components – Use trigonometry if given an angle.
  2. x = |v| × cos θ
  3. y = |v| × sin θ
  4. Add all x-componentsRₓ = x₁ + x₂ + ...
  5. Add all y-componentsRᵧ = y₁ + y₂ + ...
  6. Write the resultant vectorR = Rₓi + Rᵧj
  7. Find the magnitude – |R| = √(Rₓ² + Rᵧ²)
  8. Find the directionθ = tan⁻¹(Rᵧ / Rₓ)

How to Prove with Vectors (e.g., Collinearity)

  1. Write the vectors in component form – e.g., AB = (x₂ - x₁)i + (y₂ - y₁)j
  2. Check if one vector is a scalar multiple of another – e.g., AB = k × AC
  3. If true, the points are collinear – They lie on the same straight line.

✏️ WORKED EXAMPLES

Example 1 – Basic: Magnitude of a Vector

Question: Find the magnitude of the vector v = 3i + 4j.

Solution: 1. Identify components: x = 3, y = 4. 2. Square each: 3² = 9, 4² = 16. 3. Add: 9 + 16 = 25. 4. Square root: √25 = 5. Answer: The magnitude is 5 units.

What we did and why: We used the magnitude formula because the vector was given in component form. No angles were needed—just Pythagoras’ theorem.


Example 2 – Medium: Vector Addition (Component Method)

Question: Two forces act on an object: F₁ = 5i + 2j N and F₂ = -3i + 4j N. Find the resultant force.

Solution: 1. Add x-components: 5 + (-3) = 2i. 2. Add y-components: 2 + 4 = 6j. 3. Resultant vector: R = 2i + 6j N. 4. Magnitude: √(2² + 6²) = √(4 + 36) = √40 = 6.32 N (2 d.p.). 5. Direction: θ = tan⁻¹(6/2) = 71.6° (from the positive x-axis). Answer: The resultant force is 6.32 N at 71.6°.

What we did and why: We added components separately because it’s more precise than drawing. The angle was found using tan⁻¹ to describe the direction.


Example 3 – Exam-Style: Proof with Vectors (Collinearity)

Question: Points A(1,2), B(3,5), and C(7,11) lie on a straight line. Prove this using vectors.

Solution: 1. Find vector AB: (3-1)i + (5-2)j = 2i + 3j. 2. Find vector AC: (7-1)i + (11-2)j = 6i + 9j. 3. Check if AC is a scalar multiple of AB:
- 6i + 9j = 3 × (2i + 3j)AC = 3 × AB. 4. Since AC is a multiple of AB and they share point A, the points are collinear. Answer: The points lie on a straight line because AC = 3 × AB.

What we did and why: We proved collinearity by showing one vector is a scaled version of another. This is a common exam proof question.


❌ COMMON MISTAKES

  1. MISTAKE: Forgetting to square components when finding magnitude.
  2. WHY IT HAPPENS: Students rush and add x + y instead of x² + y².
  3. CORRECT APPROACH: Always square first, then add, then square root.

  4. MISTAKE: Adding vectors by just adding magnitudes.

  5. WHY IT HAPPENS: Students treat vectors like scalars (e.g., 3N + 4N = 7N, ignoring direction).
  6. CORRECT APPROACH: Use head-to-tail or component method.

  7. MISTAKE: Mixing up sin and cos when resolving vectors.

  8. WHY IT HAPPENS: Confusing x (cos) and y (sin) components.
  9. CORRECT APPROACH: Remember "cos is adjacent" (horizontal), "sin is opposite" (vertical).

  10. MISTAKE: Not checking if vectors are scalar multiples in proofs.

  11. WHY IT HAPPENS: Students assume collinearity without verifying.
  12. CORRECT APPROACH: Always show vector = k × other vector.

  13. MISTAKE: Ignoring negative signs in components.

  14. WHY IT HAPPENS: Carelessness with directions (e.g., -3i vs 3i).
  15. CORRECT APPROACH: Double-check signs before adding.

? EXAM TRAPS

  1. TRAP: Giving magnitude without direction in a vector addition question.
  2. HOW TO SPOT IT: The question says "Find the resultant force" but doesn’t specify if direction is needed.
  3. HOW TO AVOID IT: Always check if the question asks for "magnitude and direction" or just "magnitude".

  4. TRAP: Using the wrong angle in trigonometry.

  5. HOW TO SPOT IT: The angle is given from the y-axis, but you assume it’s from the x-axis.
  6. HOW TO AVOID IT: Label the angle clearly in a diagram.

  7. TRAP: Misinterpreting "prove" questions (e.g., collinearity).

  8. HOW TO SPOT IT: The question says "Show that points A, B, C are collinear" but doesn’t give coordinates.
  9. HOW TO AVOID IT: Use vector notation (AB, BC) and show one is a multiple of the other.