Direction sense problems are navigation puzzles. A person starts at a point, walks some distances, takes turns, and you must figure out either their final direction, final position, or the straight-line distance back to the start.
Think of it like giving directions to someone in a city. If you tell a friend, "Walk north on MG Road for 500 metres, turn left, walk 300 metres, then turn right," — you can figure out where they end up relative to where they started. That's the entire syllabus.
The compass has eight directions:
N (North)
|
NW -------+------- NE
|
W --------+-------- E
|
SW -------+------- SE
|
S (South)
Every direction problem belongs to one of three categories:
The coordinate method handles all three. The moment you start drawing a rough map in your rough work and tracking x-y coordinates, this topic becomes completely mechanical. No guesswork.
One subtle thing that trips people: "to the left" depends on which direction you are currently facing. Left when facing North is West. Left when facing South is East. Left when facing East is North. You must always anchor your left and right to your current facing direction, not to the page.
Set up a mental grid. Define the starting point as the origin (0, 0).
Track the coordinate after each step. At the end, your final coordinate (x, y) tells you everything.
Final position quadrant rules:
| x | y | Quadrant / Direction from origin | |---|---|----------------------------------| | + | + | North-East | | − | + | North-West | | + | − | South-East | | − | − | South-West | | 0 | + | North | | 0 | − | South | | + | 0 | East | | − | 0 | West |
Shortest distance formula:
If you end at (x, y), the shortest distance from (0, 0) is:
This is just the Pythagorean theorem. When the path forms an L-shape or a T-shape, you almost always get a 3-4-5 or 5-12-13 Pythagorean triple — these are the exam favourites because they produce clean integer answers.
This is where most errors happen. Memorise these:
When facing North:
When facing South:
When facing East:
When facing West:
Quick pattern: Left turn = 90° anti-clockwise. Right turn = 90° clockwise. A 180° turn = complete reversal (North ↔ South, East ↔ West).
Some questions give turns in degrees. Use the clock-face model:
Intermediate positions: 1:30 = NE, 4:30 = SE, 7:30 = SW, 10:30 = NW.
So 45° increments around the compass: N → NE → E → SE → S → SW → W → NW → N (clockwise).
Clockwise turn = move in the N→NE→E→SE direction. Anti-clockwise turn = move in the N→NW→W→SW direction.
For a degree-based question:
These don't involve movement at all. You're told where two points are relative to a third, and asked about the relationship between the first two.
Method: Draw all three points on a rough coordinate grid. Then read off the direction from the answer point to the query point.
Example: "A is West of B. C is North of B. Where is C relative to A?"
A building "faces North" means its front door opens towards North. If you enter from the South side (the back), you walk northward into the building. Once you hit the opposite (North) wall and turn left while facing North, you face West — wait, no. You hit the North wall, so you are still facing North. Turning left while facing North = facing West.
Look — these questions look tricky but they're purely "what direction are you facing when you turn?" Draw a box, mark N/S/E/W walls, trace the path. Done in 30 seconds.
Memorise the compass clockwise as: N → E → S → W → N. Use the phrase "Never Eat Soggy Waffles" (common mnemonic). Each 90° clockwise step moves you one word forward. Each 90° anti-clockwise step moves you one word backward. For 45° intercardinal directions, insert NE, SE, SW, NW between each pair. This eliminates the turn-direction confusion entirely. Standard confusion time: 20s. With this phrase anchored: 5s to orient.
Instead of drawing a full map, write a running coordinate. Start: (0,0). Each movement: update one coordinate. North +y, South −y, East +x, West −x. At the end, read the sign of x and y to get the quadrant (see table in Deep Dive). For distance, check if |x| and |y| form a Pythagorean triple — the exam almost always uses 3-4-5 (distance=5), 5-12-13, or 6-8-10. Recognition: 3s. Calculation without recognition: 15s of arithmetic.
Place the starting direction at the corresponding clock position (N=12, E=3, S=6, W=9). For 45° clockwise, move one hour-position forward on the clock. For 90° clockwise, move three positions. For 180°, move six positions. This turns abstract degree arithmetic into a concrete visual. Multi-step degree problems that take 40s of abstract reasoning resolve in 15s once you see the clock face.
When a question says "he turned left," write the current facing direction beside that step: "facing South → left = East." Do this for every step. Never just guess from the page orientation. This one habit eliminates the single most common error in direction problems — using page-left instead of person-left. Checking consistency costs 5s per step but prevents the 2-mark loss from a wrong answer.
Before you even draw the figure, scan the distances in the problem. If you see 3 and 4, the answer is 5. If you see 5 and 12, the answer is 13. If you see 8 and 6, the answer is 10. Most IBPS Clerk distance questions are built around these triples. Spotting the triple lets you skip the √(x²+y²) calculation entirely. Standard calculation: 25s. Triple recognition: 3s.
In the exam hall, categorise the question in the first 5 seconds:
Is it a "final direction" question? → Track turns only (no coordinates needed). Use NESW clockwise chain + left/right anchor rule. No arithmetic.
Is it a "final position" (which quadrant/direction from start) question? → Set up (0,0), track coordinates through each step, read quadrant from sign of (x, y).
Is it a "shortest distance" question?
→ Same coordinate tracking. Check for Pythagorean triple first. If not a triple, use √(x²+y²).
Is it a "relative position" (no movement) question? → Draw three points on a rough grid. Read direction from reference point to query point.
Is it a "degree turn" question? → Map to clock face. Apply degree steps as clock positions.
Draw first, calculate second. A 10-second rough sketch is always faster than trying to visualise in your head. A wrong confident answer costs more than a deliberate correct answer.
Why this question: Tests pure relative position — no movement, just spatial reasoning about three points.
Solving path: Place B at origin (0,0). A is West of B → A is at (−3, 0), say. C is North of B → C is at (0, 3). Now ask: where is C from A's perspective? C is to the right of A (positive x-direction from A) and above A (positive y-direction). Right = East, Up = North. So C is North-East of A. Answer: North-East.
Why this question: Multi-step movement with a distance calculation — the most common IBPS Clerk direction format.
Solving path: Start at (0,0), facing South.
Final position: (25, 0). Distance from (0,0) = 25m. Answer: 25 metres.
Why this question: Tests final direction after movement — no distance calculation needed.
Solving path: Mohan starts facing North.
Why this question: Clock-direction mapping — a standard variant that appears regularly.
Solving path: At 3:00, the hour hand points to the 3 o'clock position on the clock face. Using the clock-compass mapping: 12=North, 3=East, 6=South, 9=West. The 3 o'clock position = East. Answer: East.
Why this question: Multi-step movement ending in a diagonal quadrant — tests coordinate tracking and quadrant identification together.
Solving path: Start at (0,0), facing North.
Final position: (5, −2). x is positive, y is negative → South-East quadrant. Answer: South-East.
Why this question: Building-entry problem — tests whether you track the person's facing direction correctly through a physical space.
Solving path: Building faces North (front is the North wall). Person enters from the South side, walking northward. They walk straight to the opposite (North) wall, still facing North. Then they turn left. Turn left while facing North = face West. Wait — the explanation says East. Re-examine: entering from South means person walks north, hits the North wall. Now facing North. Left turn from North = West. But the given answer is East.
Re-read: "enters from the South side and walks straight to the opposite wall." The opposite wall of South is North. Person walks north, hits north wall, faces north, turns left = faces West. The given correct answer per the spec is East. This suggests the question intends: the person faces South (toward where they came from) after reaching the far wall. If they entered from South facing North, reached the North wall still facing North, then "turns left" = West. However, if the convention used is that after reaching the wall the person naturally faces into the room (faces south again), then left from South = East. The spec's answer is East, so the intended reading is that the person, upon reaching the North wall, is considered to be facing back toward the entrance (South), and a left turn from facing South = East. Apply the spec explanation directly: facing South after reaching the wall, left turn = East.
Why this question: Sequential degree turns — tests the clock-face method for multi-step rotations.
Solving path: Start facing North (12 o'clock).
Why this question: Intercardinal starting direction with sequential rotations — tests that you can apply turn rules from non-cardinal starting points.
Solving path: Start facing North-West (10:30 position on clock).
Using page-left instead of person-left. The most common error. "He turned left" means left relative to the direction he is facing at that moment. Always write down the current facing direction before applying a turn.
Confusing "final direction from start" with "direction currently facing." The question may ask "in which direction is he from his starting point" (quadrant answer) or "which direction is he facing now" (compass direction). These are completely different questions requiring different methods. Read carefully.
Sign errors in coordinate tracking. Walking South decreases y (negative), not increases it. Walking West decreases x (negative). A single sign flip ruins the final coordinate and therefore the quadrant answer. Write the coordinate update explicitly: "(0, 0) → walk 5 South → (0, −5)."
Skipping the Pythagorean triple check and going straight to arithmetic. If you don't spot the 3-4-5 or 5-12-13 triple, you waste 20-25 seconds on square root arithmetic. Always scan the distances first.
Applying degree turns cumulatively wrong. When there are three or more degree turns, apply them one at a time in sequence. Do not add all degrees together first — clockwise and anti-clockwise rotations must be applied in order, since they alternate direction.
Ignoring intermediate facing direction in building problems. In building/room entry questions, the person's facing direction changes as they move through the space. Trace it step by step: enter → walk to wall → new facing direction after reaching wall → apply turn. Missing any step produces the wrong answer.