3.1 Direction Sense & Distance

Key Takeaways

  • The 8-directional compass grid establishes North (0° / +Y), East (90° / +X), South (180° / -Y), and West (270° / -X) as primary cardinal axes, bisected by North-East (45°), South-East (135°), South-West (225°), and North-West (315°) inter-cardinal quadrants.
  • Every right turn corresponds to a 90° clockwise angular rotation and every left turn represents a 90° counter-clockwise angular rotation relative to the current facing direction, requiring dynamic perspective shifting when facing South or West.
  • The shortest straight-line distance between two non-collinear coordinates is the hypotenuse calculated via the Pythagorean theorem: d = √(Δx² + Δy²), frequently resolving into standard integer triples such as (3, 4, 5), (5, 12, 13), (7, 24, 25), and (8, 15, 17).
  • At sunrise, shadows cast strictly toward the West, meaning a person facing North casts a shadow to their left, while at sunset, shadows cast strictly toward the East; at solar noon (12:00 PM), shadows are vertically negligible.
  • In modern SBI Clerk Mains coded direction sense, expressions such as 'P # Q at 15m' define precise directional vectors that are solved by mapping relative coordinates onto a Cartesian displacement grid.
Last updated: September 2026

3.1 Direction Sense & Distance

Direction Sense and Distance is a staple reasoning module in both SBI Clerk Preliminary and Main examinations, regularly yielding 3 to 5 questions in Prelims and reappearing as complex coded or multi-variable puzzle trails in Mains. Solving these questions rapidly under the 20-minute sectional timer requires translating word-based motion narratives into precise Cartesian coordinate vectors.


Spatial Orientation and the 8-Directional Grid

All directional reasoning problems operate upon a standardized two-dimensional plane defined by four cardinal directions and four inter-cardinal (ordinal) directions. In banking exams, standard map conventions always apply: North points upward toward the top of the worksheet (+Y axis), South points downward (-Y axis), East points horizontally to the right (+X axis), and West points horizontally to the left (-X axis).

Cardinal and Inter-Cardinal Coordinate System

The four cardinal directions are separated by perpendicular 90° angles. The four inter-cardinal directions bisect these quadrants at exactly 45°:

  1. North (N): 0° / 360° bearing along the positive Y-axis.
  2. North-East (NE): 45° bearing occupying the quadrant where $x > 0$ and $y > 0$.
  3. East (E): 90° bearing along the positive X-axis.
  4. South-East (SE): 135° bearing occupying the quadrant where $x > 0$ and $y < 0$.
  5. South (S): 180° bearing along the negative Y-axis.
  6. South-West (SW): 225° bearing occupying the quadrant where $x < 0$ and $y < 0$.
  7. West (W): 270° bearing along the negative X-axis.
  8. North-West (NW): 315° bearing occupying the quadrant where $x < 0$ and $y > 0$.

Angular Rotations and Relative Turn Mechanics

A critical source of negative marks in Prelims is confusing an observer's perspective with the traveler's perspective. Turn commands are strictly relative to the current facing direction:

  • Right Turn: An angular rotation of 90° Clockwise (CW).
  • Left Turn: An angular rotation of 90° Counter-Clockwise (CCW).
  • About-Turn / Turn Around: A rotation of 180°, completely reversing the orientation.
Current Facing Direction90° Right Turn (CW)90° Left Turn (CCW)Facing After 180° Turn
North (Up)East (Right)West (Left)South (Down)
South (Down)West (Left)East (Right)North (Up)
East (Right)South (Down)North (Up)West (Left)
West (Left)North (Up)South (Down)East (Right)

[!IMPORTANT] When a traveler faces South, their "Right" points toward geographic West (your left side on paper) and their "Left" points toward geographic East (your right side on paper). Always physically or mentally align your perspective with the directional arrow to avoid inverted tracking.

Loading diagram...
8-Direction Cardinal and Inter-Cardinal Compass Grid

Shortest Distance and the Pythagorean Theorem

Exam questions routinely ask two distinct distance metrics: (1) the total distance traveled (the scalar sum of all path segments), and (2) the shortest distance between the starting and ending points (the straight-line vector displacement).

When the net vertical displacement $\Delta y = (y_2 - y_1)$ and net horizontal displacement $\Delta x = (x_2 - x_1)$ form a right-angled triangle with the displacement vector as the hypotenuse, apply the Pythagorean Theorem:

Shortest Distance d=(Δx)2+(Δy)2\text{Shortest Distance } d = \sqrt{(\Delta x)^2 + (\Delta y)^2}

Essential Pythagorean Triples in Banking Exams

SBI Clerk question setters almost exclusively use standard integer Pythagorean triples to keep calculations swift without fractional square roots. Memorizing these triples eliminates scratchpad division:

  • (3, 4, 5) and its common multiples: (6, 8, 10), (9, 12, 15), (12, 16, 20), (15, 20, 25)
  • (5, 12, 13) and its multiples: (10, 24, 26)
  • (7, 24, 25)
  • (8, 15, 17)
  • (9, 40, 41)
  • (20, 21, 29)

Worked Example: SBI Currency Chest Transit Route

Scenario: An armored cash management van departs from the SBI Central Currency Chest (Point O). It drives 14 km North to Branch Alpha, turns right and drives 18 km East to Branch Beta, turns right and drives 6 km South to Branch Gamma, turns left and drives 6 km East to Branch Delta, and finally makes a 90° right turn and drives 2 km South to Branch Epsilon.

Step-by-Step Solution:

  1. Establish Coordinate Axes: Set Point O at $(0, 0)$.
  2. Track Displacements Sequentially:
    • Segment 1 (North 14 km): From $(0, 0)$ to $(0, 14)$.
    • Segment 2 (Right turn from North = East 18 km): From $(0, 14)$ to $(18, 14)$.
    • Segment 3 (Right turn from East = South 6 km): From $(18, 14)$ to $(18, 14 - 6) = (18, 8)$.
    • Segment 4 (Left turn from South = East 6 km): From $(18, 8)$ to $(18 + 6, 8) = (24, 8)$.
    • Segment 5 (Right turn from East = South 2 km): From $(24, 8)$ to $(24, 8 - 2) = (24, 6)$.
  3. Calculate Net Coordinates for Final Point Epsilon:
    • $\Delta x = +18 + 6 = +24\text{ km}$ (East)
    • $\Delta y = +14 - 6 - 2 = +6\text{ km}$ (North)
  4. Evaluate Distance Metrics:
    • Total Distance Traveled: $14 + 18 + 6 + 6 + 2 = 46\text{ km}$.
    • Shortest Distance: $d = \sqrt{24^2 + 6^2} = \sqrt{576 + 36} = \sqrt{612} = 6\sqrt{17}\text{ km} \approx 24.74\text{ km}$.
    • Direction of Epsilon with Respect to Origin O: Since $\Delta x > 0$ and $\Delta y > 0$, Branch Epsilon is located North-East of the currency chest.

Solar Shadow-Based Reasoning

Shadow problems hinge on the immutable astronomical relationship between the position of the sun and the projected shadow. Because light travels in straight lines, an opaque body casts a shadow in the direction exactly opposite to the light source.

Morning (Sunrise) vs. Evening (Sunset) Shadow Geometry

  1. At Sunrise (Morning, before 12:00 PM):
    • The Sun is in the East.
    • Every shadow falls strictly toward the West.
  2. At Sunset (Evening, after 12:00 PM):
    • The Sun is in the West.
    • Every shadow falls strictly toward the East.
  3. At Solar Noon (Exactly 12:00 PM):
    • The Sun is vertically overhead at the zenith.
    • There is no lateral shadow (shadow falls directly beneath feet or is negligible).
Facing DirectionSunrise Shadow (Sun in East → Shadow West)Sunset Shadow (Sun in West → Shadow East)Solar Noon (12:00 PM)
Facing NorthLeft sideRight sideNo lateral shadow
Facing SouthRight sideLeft sideNo lateral shadow
Facing EastBehind (Rear)In front (Ahead)No lateral shadow
Facing WestIn front (Ahead)Behind (Rear)No lateral shadow

Worked Example: Face-to-Face Branch Discussion at Sunrise

Scenario: At 7:30 AM, two SBI Customer Associates, Amit and Sneha, are standing in the branch parking lot talking face-to-face. Amit observes that Sneha's shadow falls exactly to his (Amit's) right hand. In which direction is Sneha facing?

Deduction Protocol:

  1. Determine Universal Shadow Direction: At 7:30 AM (sunrise), the sun is in the East, so all shadows project toward the West.
  2. Relate Shadow to Amit's Orientation: Sneha's shadow points West. Since this shadow falls to Amit's right, Amit's right-hand side is facing West.
  3. Identify Amit's Facing Direction: If West is to Amit's right, turning 90° counter-clockwise from right to front means Amit is facing South.
  4. Identify Sneha's Facing Direction: Since Amit and Sneha are in face-to-face conversation, Sneha faces directly opposite Amit. Therefore, Sneha is facing North.

Coded Direction Sense (SBI Clerk Mains Pattern)

In Mains examinations, simple narrative steps are replaced with coded symbolic operators. Each symbol denotes a specific direction and distance multiplier.

Decoding Operational Syntax

Consider the operational code definition:

  • $P\ #\ Q\ (12\text{m}) \implies P$ is $12\text{m}$ North of $Q$
  • $P\ &\ Q\ (15\text{m}) \implies P$ is $15\text{m}$ East of $Q$
  • $P\ %\ Q\ (12\text{m}) \implies P$ is $12\text{m}$ South of $Q$
  • $P\ $\ Q\ (15\text{m}) \implies P$ is $15\text{m}$ West of $Q$

When evaluating composite expressions like $A\ &\ B\ (10\text{m}),\ B\ %\ C\ (8\text{m}),\ D\ $\ C\ (10\text{m})$:

  1. Always identify the reference entity (the variable following the symbol).
  2. Translate each segment into Cartesian vector notation: $B = (0, 0)$, $A = (+10, 0)$, $C = (0, +8)$ since $B$ is South of $C$, and $D = (-10, +8)$.
  3. Determine relative displacement by subtracting coordinates: Vector from $A$ to $D = D - A = (-10 - 10, +8 - 0) = (-20, +8)$.

Common Traps and Exam Pitfalls

[!WARNING] Trap 1: Reference Point Inversion: The question "In which direction is Point X with respect to Point Y?" requires placing the compass center at Point Y and sighting toward Point X. Sighting from X to Y produces the exact 180° inverse and is always offered as a distractor option.

[!WARNING] Trap 2: Distance Metric Confusion: Total distance traveled is simply the cumulative path sum ($d_1 + d_2 + \dots + d_n$). Shortest distance is the Euclidean displacement $\sqrt{\Delta x^2 + \Delta y^2}$. Never provide the scalar perimeter when displacement is asked.

[!WARNING] Trap 3: Overlooking Angle Specifications: Unless explicitly stated as a 45° or 135° angular shift, standard "turns left" or "turns right" in banking syllabi always signify an exact 90° orthogonal turn.

Test Your Knowledge

An ATM cash-in-transit van departs from the SBI Currency Chest, drives 15 km North, turns right and drives 14 km East, turns right and drives 8 km South, and finally turns left and drives 10 km East to reach its destination vault. What is the shortest displacement from the Currency Chest to the vault, and what is the direction of the vault with respect to the chest?

A
B
C
D
Test Your Knowledge

One evening just before sunset, two SBI Probationary Officers, Vikram and Neha, are discussing credit proposals in the branch lawn while standing face-to-face. If Vikram's shadow falls exactly to the right of Neha, which direction is Vikram facing?

A
B
C
D
Test Your Knowledge

In a coded tracking system: 'P # Q' indicates P is 12m North of Q; 'P @ Q' indicates P is 9m East of Q; 'P % Q' indicates P is 12m South of Q; 'P & Q' indicates P is 9m West of Q. Given the coded trail 'K # L', 'L @ M', and 'M % N', what is the shortest distance between point K and point N, and what is the direction of point N with respect to point K?

A
B
C
D