Study Notes: Directions
Overview
Direction-based reasoning questions test your ability to visualize movement on a mental compass and calculate final positions or directions. In Railway Group D exams, these problems typically involve a person walking in multiple legs—changing direction at each turn—and you must determine either the shortest distance from the starting point or the final direction they are facing.
This topic is a **high-scoring area** because the underlying logic is straightforward once you master compass orientation and the Pythagoras theorem. Most questions involve North-South-East-West movements with 90° or 45° turns. You'll encounter 2–4 questions on directions in the Reasoning section, making it worth your focused practice. Mastery requires clarity on compass points, sign conventions for displacement, and quick mental calculation of distance using right triangles.
The key challenge is visualizing the path without drawing elaborate diagrams during the exam. With systematic practice, you can solve these in under 60 seconds per question.
Key Concepts
- **Compass orientation**: The standard compass has four cardinal directions—North (top), South (bottom), East (right), West (left)—and four ordinal directions—North-East, South-East, South-West, North-West at 45° angles between cardinals.
- **Sign convention for displacement**: Treat North and East as positive directions, South and West as negative. Net displacement in North-South axis and East-West axis can be calculated algebraically by summing signed distances.
- **Final position calculation**: After all movements, calculate net vertical displacement (North minus South) and net horizontal displacement (East minus West). The shortest distance from start to end is the hypotenuse of the right triangle formed by these two net displacements.
- **Pythagoras theorem**: If net North-South displacement is *a* units and net East-West displacement is *b* units, then shortest distance = √(a² + b²).
- **Direction turning rules**: When facing a direction, "left" is 90° counterclockwise, "right" is 90° clockwise. "About turn" is 180°. Practice mental rotation: if facing North, left = West, right = East, about turn = South.
- **Final direction faced**: Track the cumulative turns separately from displacement. Start with initial facing direction, then apply each turn sequentially to find the direction at the end.
- **Drawing mental or minimal diagrams**: In complex problems, sketch a rough cross (N-S-E-W axes), mark movements as arrows with lengths, and track position. This prevents errors in multi-step paths.
- **45-degree movements**: For North-East, South-West etc., resolve displacement into North-South and East-West components. Moving 10 km North-East means moving 10/√2 ≈ 7.07 km North and 7.07 km East (though most exam problems use simpler numbers).
Formulas / Key Facts
- **Shortest distance formula**: √(Net North-South displacement)² + (Net East-West displacement)²
- **Net North-South**: Sum all northward distances, subtract all southward distances.
- **Net East-West**: Sum all eastward distances, subtract all westward distances.
- **Right turn from North** = East; from East = South; from South = West; from West = North.
- **Left turn from North** = West; from West = South; from South = East; from East = North.
- **Opposite directions**: North ↔ South; East ↔ West; North-East ↔ South-West; North-West ↔ South-East.
- **Common Pythagorean triples** (save calculation time): 3-4-5, 5-12-13, 8-15-17, 7-24-25, 6-8-10, 9-12-15.
- **45° ordinal direction split** (if needed): Distance *d* in North-East = *d*/√2 North + *d*/√2 East. Most exam questions avoid this by using cardinal directions only.
Worked Examples
**Example 1: Shortest distance** A man walks 4 km North, then 3 km East, then 4 km South. What is the shortest distance from his starting point?
*Solution*:
- North-South: 4 km North − 4 km South = 0 km net.
- East-West: 3 km East = 3 km net East.
- Shortest distance = √(0² + 3²) = √9 = **3 km**.
(He ends up directly 3 km East of start.)
---
**Example 2: Final direction faced** Ravi starts facing North. He turns right, walks some distance, turns right again, then turns left. Which direction is he facing now?
*Solution*:
- Starts facing **North**.
- Turns right → facing **East**.
- Turns right → facing **South**.
- Turns left (from South, left is East) → facing **East**.
**Answer: East**.
---
**Example 3: Combined shortest distance and direction** A person walks 5 km North, 12 km East, then 5 km South. Find (a) shortest distance from start, (b) final direction from starting point.
*Solution*:
- North-South: 5 − 5 = 0 net.
- East-West: 12 km East net.
- Shortest distance = √(0² + 12²) = 12 km.
- Final position: 12 km due East of start.
**Answers**: (a) 12 km, (b) East direction from starting point.
---
**Example 4: Multi-turn path** Starting from home facing East, a boy walks 6 km, turns left and walks 8 km. What is the shortest distance from home?
*Solution*:
- Facing East, walks 6 km → 6 km East displacement.
- Turns left (now facing North), walks 8 km → 8 km North displacement.
- Net: 6 km East, 8 km North.
- Shortest distance = √(6² + 8²) = √(36 + 64) = √100 = **10 km**.
(Recognize 6-8-10 as a Pythagorean triple.)
Common Mistakes
- **Confusing left/right turns with displacement direction**: A turn changes facing direction, not the axis of movement. After turning left from North (now facing West), the next movement is westward, not leftward in the previous sense. Fix: Always update "currently facing" before moving.
- **Sign errors in North-South or East-West summation**: Adding South as positive or forgetting to subtract it from North leads to wrong net displacement. Fix: Stick rigidly to North = +, South = −, East = +, West = −.
- **Forgetting to apply Pythagoras**: Students sometimes add net North-South and net East-West linearly to get shortest distance (e.g., 3 + 4 = 7 instead of √(3² + 4²) = 5). Fix: Shortest distance is always the hypotenuse, never the sum of legs.
- **Mixing up "final direction faced" and "direction of final position from start"**: The question may ask which way the person is *facing* versus which direction the final point lies *from* the origin. These are different. Fix: Read carefully—track facing separately from displacement.
- **Overcomplicating with diagrams**: Drawing large, detailed paths wastes time. Fix: Use a quick cross-axis sketch or do it mentally for simple cases; only draw when path has 4+ legs or complex turns.
Quick Reference
- **Shortest distance** = √(Net N-S)² + (Net E-W)²; always non-negative.
- **Net displacement**: North − South for vertical; East − West for horizontal.
- **Turn rules**: Right = clockwise 90°, Left = counterclockwise 90°, About turn = 180°.
- **Cardinal opposites**: N↔S, E↔W; ordinal opposites: NE↔SW, NW↔SE.
- **Pythagorean triples** (memorize): 3-4-5, 5-12-13, 8-15-17, 6-8-10 to speed calculation.
- **Track facing direction separately** from position—update facing after every turn, calculate displacement after every movement.