Relative Position Movement

Relative Position Movement problems involve tracking a person's position after a sequence of movements in different directions. You must determine both the straight-line distance and the direction of the final point relative to the starting point. These problems use coordinate geometry and vector addition.

10Worksheets
200+Practice Questions
IntermediateDifficulty
2-3 hoursHours to Master

Introduction to Relative Position Movement

Relative Position Movement problems involve tracking a person's position after a sequence of movements in different directions. You must determine both the straight-line distance and the direction of the final point relative to the starting point. These problems use coordinate geometry and vector addition.

Prerequisites

Coordinate geometry basics Net displacement calculation Direction determination from coordinates Pythagoras theorem Trigonometric ratios (for exact direction)
Why This Matters: Relative Position Movement problems appear in 2-3 questions in SSC CGL and Banking PO exams. They test comprehensive path analysis and displacement calculation.

How to Solve Relative Position Movement Problems

1

Step 1: Set starting point as origin (0,0)

2

Step 2: For each movement, update coordinates: East (+x), West (-x), North (+y), South (-y)

3

Step 3: Calculate final coordinates (x, y)

4

Step 4: Distance = √(x² + y²)

5

Step 5: Determine direction: if x>0 and y>0 → Northeast; x>0,y<0 → Southeast; etc.

6

Step 6: For exact direction, calculate angle = arctan(|y/x|) from East or North

7

Step 7: Express answer as direction and distance

Pro Strategy: Use coordinate geometry: East = +x, West = -x, North = +y, South = -y. Track cumulative x and y. Distance = √(x² + y²). Direction = the quadrant or axis where the final point lies.

Example Problem

Example: A person walks 10 m East, then 5 m South, then 10 m West. What is his position relative to start? Solution: Step 1: Start (0,0) Step 2: 10 m East → (10, 0) Step 3: 5 m South → (10, -5) Step 4: 10 m West → (0, -5) Step 5: Final coordinates = (0, -5) Step 6: Distance = √(0² + (-5)²) = 5 m Step 7: Direction = South (directly south of start) Answer: 5 m South

Pro Tips & Tricks

  • Keep a running total of x and y coordinates
  • Draw a diagram to visualize the path
  • If x = 0 and y > 0 → North; y < 0 → South
  • If y = 0 and x > 0 → East; x < 0 → West
  • If x > 0 and y > 0 → Northeast
  • If x > 0 and y < 0 → Southeast

Shortcut Methods to Solve Faster

Net x = Σ(East distances) - Σ(West distances)
Net y = Σ(North distances) - Σ(South distances)
Final position = (net x, net y)
Distance = √(net x² + net y²)
Use the quadrant rules to determine direction from signs of x and y

Common Mistakes to Avoid

Forgetting to use signs for opposite directions
Adding distances instead of net displacements
Mixing up x and y coordinates (East-West is x, North-South is y)
Determining direction incorrectly when x or y is zero
Not reducing the path to net displacement before calculating distance

Exam Importance

Relative Position Movement is an important topic for various competitive exams. Here's how frequently it appears:

SSC CGL
2-3 questions
BANKING PO
2-3 questions
RAILWAYS RRB
2-3 questions
CAT
1-2 questions
INSURANCE
2-3 questions

Ready to Master Relative Position Movement?

Start with Worksheet 1 and work your way up to expert level! Each worksheet includes:

20 practice questions
Detailed solutions
Step-by-step explanations
Start Practicing Now