Why this topic matters · 7 min read
Direction Sense is a HIGH-FREQUENCY topic in UP Police Constable reasoning (2-3 questions per paper). Tests your ability to track movement in cardinal directions (N, S, E, W) and calculate final positions or distances. Requires mental map-building and distance calculation. Most common format: person walks in multiple directions; find final position or distance from start. Difficulty is moderate but errors happen when aspirants lose track of turns or miscalculate diagonals.
Cardinal Directions & Coordinate System
Imagine a clock face or compass. North is up (0 degrees), East is right (90 degrees), South is down (180 degrees), West is left (270 degrees). When solving direction problems, always draw a simple diagram with these four directions marked. This prevents mental confusion. Right turn means clockwise rotation; left turn means counter-clockwise. If someone faces North and turns right, they now face East. If they turn left, they face West.
- North = up, South = down, East = right, West = left on a standard diagram
- Right turn = clockwise (N→E→S→W→N); Left turn = counter-clockwise (N→W→S→E→N)
- Opposite directions: N-S, E-W are always 180 degrees apart
- Always draw a rough diagram before calculating — saves time and errors
- Use a coordinate system: North = +Y, South = -Y, East = +X, West = -X
Tracking Movement & Position
When a person moves in multiple directions, track their position step-by-step using coordinates or a diagram. Start at origin (0,0). Each movement changes either X or Y coordinate. After all movements, calculate straight-line distance using Pythagoras if needed. The key is to NOT lose track of which direction they're currently facing after each turn. Many aspirants forget the intermediate facing direction and make wrong turns.
- Mark starting point as origin (0,0) and note initial facing direction
- For each movement, update coordinates: North/South affects Y; East/West affects X
- After each turn, update the facing direction before the next movement
- Final distance = straight line from start to end position (use Pythagoras for diagonal)
- Direction from start to end: use angle or compass direction (NE, SW, etc.)
Key formulas
Straight-line distance
d = sqrt((x2-x1)^2 + (y2-y1)^2)
When: When person ends at different coordinates; gives direct distance from start to end
Manhattan distance
d = |x2-x1| + |y2-y1|
When: If question asks total distance walked (sum of all segments), not straight-line
Worked examples
A person starts at origin facing North. Walks 5 km North (now at 0,5). Turns right (faces East). Walks 12 km East (now at 12,5). Straight-line distance from start = sqrt(12^2 + 5^2) = sqrt(144+25) = sqrt(169) = 13 km. Direction: NE (North-East).
Person at origin faces North. Walks 3 km North (0,3). Turns left (faces West). Walks 4 km West (-4,3). Distance = sqrt(16+9) = 5 km. Direction: NW (North-West).
Turns & Angle Changes
A turn changes facing direction but not position. Right turn = +90 degrees (clockwise). Left turn = -90 degrees (counter-clockwise). After a turn, the person's new facing direction determines the next movement's direction. This is where most mistakes happen: aspirants forget to update facing direction and move in the old direction. Always explicitly state 'now facing X' after each turn.
- Right turn always = 90 degrees clockwise; Left turn = 90 degrees counter-clockwise
- U-turn = 180 degrees (reverse direction)
- After turn, ALWAYS update facing direction before next movement
- Multiple turns: add/subtract angles. Facing North + 2 right turns = facing South
- If facing North and turn right twice, you face South (180 degrees total)
Relative Directions & Observer Perspective
Some questions ask about direction from a second person's perspective or relative to another object. If person A is North of person B, then B is South of A. This is about reversing the direction. Also watch for questions where the observer is not at origin — calculate position relative to that observer, not the absolute origin.
- If X is North of Y, then Y is South of X (opposite direction)
- If X is 5 km East of Y, then Y is 5 km West of X
- When asked 'in which direction is X from Y', reverse the path from Y to X
- Some questions ask about direction after a person turns around — facing direction reverses (N becomes S, E becomes W)
Complex Multi-Step Problems
UP Police papers often give 4-5 movement steps with turns. The strategy is to draw a diagram, mark each step clearly, and use coordinates. Don't try to visualize in your head — pen and paper are your friends. After each step, write down the new position and facing direction. This takes 2-3 minutes but prevents errors that cost full marks.
- Draw a coordinate grid (simple cross with N, S, E, W marked)
- Number each step and mark position after each movement
- Write facing direction explicitly after each turn
- Use a table: Step | Direction | Distance | New Position | New Facing
- Double-check final position before calculating distance or direction
⚠ Common mistakes to avoid
- Forgetting to update facing direction after a turn — aspirants move in old direction instead of new one. Always say 'now facing X' after each turn.
- Confusing right and left turns — right = clockwise (N→E→S→W), left = counter-clockwise. Use your own right/left hand to verify.
- Mixing up Manhattan distance (total walked) with straight-line distance (direct path). Read question carefully: 'distance from start' usually means straight-line.
- Not drawing a diagram and trying to visualize in head — leads to position errors. A 30-second sketch saves 2 minutes of confusion.
- Miscalculating Pythagoras — forgetting to take square root, or using wrong coordinates. Always double-check: sqrt(a^2 + b^2), not a^2 + b^2.
- Ignoring the initial facing direction — some questions specify 'facing North initially', others don't. If not stated, assume facing North (common convention).
🧠 Memory aids
- NESW = Never Ever Stop Walking (cardinal order: N→E→S→W clockwise). Use this to remember right-turn sequence.
- RIGHT = Clockwise = N→E→S→W. LEFT = Counter-clockwise = N→W→S→E. Opposite of right.
- COORDINATE TRICK: North/South = Y-axis (up/down). East/West = X-axis (left/right). Helps you update positions correctly.
- DISTANCE FORMULA = 'Pythagoras' Theorem' (3-4-5 triangle is common in exams). If you see 5 km North and 12 km East, answer is 13 km (5-12-13 Pythagorean triple).
🎯 UP POLICE CONSTABLE exam tips
- UP Police Constable typically asks 2-3 direction sense questions in the 60-minute reasoning section. They appear in the first half, so don't skip them.
- Most questions are 'find final distance' or 'find direction from start'. Rarely ask for intermediate positions, so focus on final answer.
- Diagrams are NOT provided in the question — you must draw. Spend 30 seconds drawing; it's faster than mental calculation and prevents errors.
- Watch for trick questions: 'person walks 5 km North, then 5 km South' — ends at start, distance = 0. Don't overthink.
- Pythagorean triples (3-4-5, 5-12-13, 8-15-17) appear frequently. Memorize these to avoid calculator use and save 20 seconds per question.
- If question mentions 'turns right twice', that's 180 degrees = U-turn. Don't calculate as two separate 90-degree turns unless asked.
- Recent papers (2022-2024) have included 1-2 questions with 4+ steps. Time management: if stuck after 2 minutes, skip and return. These are worth 1-2 marks, not worth losing time on harder questions.
Q1 · medium · AI-verified
Ravi walks 10 km towards North, then turns right and walks 5 km, then turns right again and walks 10 km. In which direction is he now from his starting point?
- North
- West
- East
- South
Q2 · hard · AI-verified
Two persons A and B start walking from the same point. A walks 8 km North, B walks 6 km East. What is the straight-line distance between A and B?
- 12 km
- 14 km
- 7 km
- 10 km
Q3 · medium · AI-verified
Anita faces West. She turns right twice (each 90°). Which direction does she now face?
- West
- South
- North
- East
Q4 · hard · AI-verified
Seema faces South-West. She turns 135° clockwise. Which direction does she face now?
- North
- West
- East
- South-East
Q5 · hard · AI-verified
Priya is standing facing East. She turns 90° anti-clockwise, then 180° clockwise, then again 90° anti-clockwise. Which direction is she facing now?
- East
- South
- West
- North