By the end of this chapter you'll be able to…

  • 1Track net position using a running (x, y) coordinate system across multi-step movement problems
  • 2Apply left-turn and right-turn rotation rules correctly to track facing direction
  • 3Compute straight-line distance and direction from a starting point using the Pythagorean theorem
  • 4Solve shadow-based direction problems using the sunrise/sunset shadow rule
💡
Why this chapter matters in RRB NTPC
Every direction problem reduces to plotting coordinates and tracking facing direction separately from position — the coordinate method turns a seemingly complex multi-step path into a simple, mechanical Pythagorean-theorem calculation.

Directions — RRB NTPC Reasoning

This topic carries roughly 6% of General Intelligence & Reasoning's 30 questions. Every direction problem reduces to plotting coordinates: track your (x, y) position and current facing direction after each move, then compute the straight-line distance and direction from the starting point.


1. What RRB NTPC actually asks

Expect direct movement-tracing problems (walk N, turn, walk again — find final distance/direction from start), and shadow-based direction problems (using the sun's position at a given time of day to determine facing direction).


2. The coordinate method

Treat North as +y, South as −y, East as +x, West as −x. Track your position as a running (x, y) coordinate, updating it after every stated move. At the end, the straight-line distance from the origin is found using the Pythagorean theorem on the net x and y displacement, and the direction is read from the sign and relative size of the net x and y values.


3. Left and right turns

A right turn rotates your facing direction clockwise: North→East→South→West→North. A left turn rotates counter-clockwise: North→West→South→East→North. Track your current facing direction explicitly after every turn — don't try to infer it after the fact.


4. Shadow-direction rule

At sunrise, the sun is in the East, so shadows fall toward the West. At sunset, the sun is in the West, so shadows fall toward the East. A person's shadow is always cast on the side opposite the sun.

Once you know which direction the shadow falls, and where the shadow falls relative to the person (left, right, in front, behind), you can determine which direction the person is facing using the same left/right rotation logic as turns.


Worked examples

Question 1 of 2

Q1. A man walks 5 km north, then 3 km east, then 5 km south. How far is he from his starting point, and in which direction?

Pick an option to check your answer.

Show explanation

Solution. Plot the moves: start (0,0). North 5 km → (0,5). East 3 km → (3,5). South 5 km → (3,0).

The final position is (3,0) — the north and south movements cancel exactly (5 km each), leaving only the 3 km eastward displacement. He is 3 km from the start, in the East direction. Answer: (a).

Question 2 of 2

Q2. One morning, Suresh was walking such that his shadow fell exactly to his left. Which direction was he facing?

Pick an option to check your answer.

Show explanation

Solution. In the morning, the sun is in the East, so shadows fall toward the West. Suresh's shadow is to his West, and it falls to his LEFT.

Using the rotation rule: when facing North, your left side points West — this is the only facing direction where "left" corresponds to "West." Answer: (a).


6. Common traps

  • Adding up all distances walked as if that were the answer, rather than computing the net straight-line distance from start to finish. Movements in opposite directions (like 5 km north then 5 km south) can cancel out partially or fully.
  • Confusing left and right turn rotation direction. Right turns go clockwise (N→E→S→W); left turns go counter-clockwise (N→W→S→E) — easy to reverse under time pressure.
  • Forgetting that shadows fall OPPOSITE the sun, not toward it. At sunrise (sun in the East), shadows point West, not East.
  • Applying the coordinate method without tracking facing direction separately from position — turns change facing direction, but only actual "walk" instructions change position.

7. Guessing strategy

If a question asks only for direction (not exact distance), the net x and y sign alone (positive/negative) is enough to determine the direction without computing the exact distance — this saves calculation time when the exact distance isn't needed.


Summary

  • Directions is roughly 6% of General Intelligence & Reasoning's 30 CBT 1 questions.
  • Track position as a running (x, y) coordinate: North=+y, South=−y, East=+x, West=−x.
  • Right turns rotate clockwise (N→E→S→W); left turns rotate counter-clockwise (N→W→S→E).
  • Shadows fall opposite the sun: West at sunrise, East at sunset.
  • The final answer is the net straight-line distance and direction from start, not the total distance walked.
  • Track facing direction separately from position — only "walk" moves change position, only "turn" instructions change facing.

Key formulas & results

Everything to memorise for the exam hall, in one card. Screenshot this for revision.

Coordinate tracking
North=+y, South=−y, East=+x, West=−x; update (x,y) after every move
Straight-line distance
distance from start = sqrt(net_x² + net_y²)
The Pythagorean theorem applied to net displacement, not total distance walked.
Turn rotation
right turn: N→E→S→W→N (clockwise). left turn: N→W→S→E→N (counter-clockwise)
Shadow direction rule
at sunrise, shadow falls West (sun in East); at sunset, shadow falls East (sun in West)
Shadow always falls opposite the sun's position.
⚠️

Traps RRB NTPC sets — and how to dodge them

These are the exact option-traps and misreads that cost marks under negative marking.

WATCH OUT
Adding up all distances walked instead of computing net straight-line distance
Movements in opposite directions can cancel out — always compute net x and y displacement first, then apply the Pythagorean theorem to that net value.
WATCH OUT
Confusing left-turn and right-turn rotation direction
Right turns go clockwise (N→E→S→W); left turns go counter-clockwise (N→W→S→E) — easy to reverse under time pressure, so verify explicitly.
WATCH OUT
Assuming shadows fall toward the sun instead of away from it
Shadows always fall on the OPPOSITE side from the sun — West at sunrise (sun in East), East at sunset (sun in West).
WATCH OUT
Changing position on a 'turn' instruction or facing direction on a 'walk' instruction
Only 'walk/move' instructions change position; only 'turn' instructions change facing direction — track them as two separate pieces of state.

Exam-pattern practice

PYQ-style questions with full solutions. Work through them as a readiness check — mark yourself honestly and get your gap report at the end.

Readiness check

Are you exam-ready for Directions?

8 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

8 questions~6 min

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Directions is roughly 6% of General Intelligence & Reasoning's 30 CBT 1 questions.
  • Track position as a running (x, y) coordinate: North=+y, South=−y, East=+x, West=−x.
  • Right turns rotate clockwise (N→E→S→W); left turns rotate counter-clockwise (N→W→S→E).
  • Shadows fall opposite the sun: West at sunrise, East at sunset.
  • The final answer is the net straight-line distance and direction from start, using the Pythagorean theorem on net displacement — not the total distance walked.
  • Track facing direction separately from position — 'walk' changes position, 'turn' changes facing.

RRB NTPC question blueprint

How this topic is asked, tier by tier — so you can prep to the pattern.

Typical weightage: Roughly 6% of General Intelligence & Reasoning's 30 questions in CBT 1 (each worth +1/−1/3)

Question styleMarks eachTypical countWhat it tests
Coordinate tracking1~2-3Multi-step movement problems requiring net distance/direction
Turn rotation1~1Left/right turn sequences and final facing direction
Shadow direction1~1Sunrise/sunset shadow-based facing direction problems
Prep strategy
  • First pass: drill the coordinate-tracking method on simple 2-3 move problems until it's automatic.
  • Second pass: practice left/right turn rotation sequences specifically, since the two directions are easy to confuse.
  • Final pass: master the shadow-direction rule and practice combining it with the rotation table for shadow-position questions.

Exam-hall strategy

Battle-tested tips from mentors and toppers for this topic under the sectional clock.

  1. Always plot movements on a mental or drawn coordinate grid rather than trying to visualise the path abstractly.
  2. Track facing direction and position as two separate pieces of information, updating only the relevant one per instruction.
  3. For shadow problems, first fix the shadow's actual compass direction (sunrise=West, sunset=East) before reasoning about the person's facing direction.

Beyond the exam

Where this skill shows up in the job you're competing for — and in life.

Navigation and orienteering

Coordinate-based position tracking is the direct foundation of GPS navigation, orienteering, and dead-reckoning navigation techniques.

Robotics path planning

Tracking position and heading separately, updated by discrete moves and turns, is exactly how robotic path-planning algorithms represent movement.

Where else this topic is tested

Prepare once, score in every exam that asks it.

SSC CGL / CHSL ReasoningVery high overlap — direction-sense questions are a core, heavily-tested topic across nearly all government exams' reasoning sections
Bank PO / Clerk ReasoningHigh overlap in both movement-tracing and shadow-based question styles

Questions aspirants ask

Pulled from the Q&A community and mentor sessions.

Read the question carefully — some ask only for direction, in which case the sign of the net x and y displacement is enough without computing the exact Pythagorean distance, saving calculation time.

First determine the shadow's actual compass direction using the sunrise (West) or sunset (East) rule, then use the standard facing-direction rotation table to work out which way the person must be facing given where the shadow falls relative to them (left, right, front, or behind).
Header Logo