# Direction Tests: Introduction — understanding spatial reasoning and logical sequences in aptitude
## Core concept
Direction tests assess your ability to track movements and relative positions in space using compass directions (North, South, East, West) and intermediate directions (Northeast, Northwest, Southeast, Southwest). These appear in the Logical Reasoning section of Paper 3 and test:
- Spatial visualisation: imagining positions after multiple movements
- Relative positioning: understanding one object's location relative to another
- Systematic tracking: following a path without losing direction
- Memory and calculation: combining multiple steps into a final answer
A direction test problem typically asks: *"Person A starts at point O, walks 5 km North, then 3 km East, then 2 km South. How far is A from the starting point and in which direction?"*
## Core directions and angles
Direction systems use a compass reference:
| Direction | Angle from North | |-----------|------------------| | North (N) | 0° | | Northeast (NE) | 45° | | East (E) | 90° | | Southeast (SE) | 135° | | South (S) | 180° | | Southwest (SW) | 225° | | West (W) | 270° | | Northwest (NW) | 315° |
Key principle: Always assume North is "up" and East is "right" unless stated otherwise.
## Step-by-step method
- Draw a coordinate system with North-South (vertical) and East-West (horizontal) axes
- Mark the starting point as origin (0, 0)
- Track each movement by updating coordinates:
- - North: y increases
- - South: y decreases
- - East: x increases
- - West: x decreases
- Calculate final displacement using distance formula: √[(x₂−x₁)² + (y₂−y₁)²]
- Determine direction using angle: tan⁻¹(East displacement ÷ North displacement)
## Worked example
Problem: Arun starts at point P. He walks 6 km West, then 8 km North, then 4 km East. What is his shortest distance from P and in which direction?
Solution: - Starting point: (0, 0) - After 6 km West: (−6, 0) - After 8 km North: (−6, 8) - After 4 km East: (−2, 8)
Distance from P = √[(−2)² + (8)²] = √(4 + 64) = √68 ≈ 8.25 km
Direction: tan⁻¹(2 ÷ 8) = tan⁻¹(0.25) ≈ 14° west of north = N 14° W or Northwest
## Common exam applications
- Multi-step navigation problems: 4–6 direction changes requiring coordinate tracking
- Relative position questions: "A is North of B; C is East of A. What is C's position relative to B?"
- Distance and direction combined: asking both shortest distance AND compass direction
- Turn-based sequences: where left/right turns change reference directions
## Common mistakes
- Confusing left/right with compass directions: "Turn left" is NOT the same as "Turn West"
- Forgetting intermediate directions: mixing NE/NW/SE/SW notation
- Sign errors in coordinates: reversing signs for West or South movements
- Calculation errors: forgetting to use Pythagoras theorem correctly
- Direction reporting: stating only distance without the bearing angle or compass direction
Exam tip: Always label axes clearly and write coordinates after each step. This prevents sign errors and helps the examiner follow your logic if you make an arithmetic mistake.