👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Reasoning
Study mode

Direction Sense

Introduction to Direction Sense

Direction sense is the ability to understand and interpret directions and movements within a plane or space. It involves knowing where you are facing and how to describe or calculate the position of objects relative to yourself or a given point. This skill is essential in everyday life-for example, when reading maps, navigating streets, or giving directions. In competitive exams, especially reasoning sections, understanding direction sense helps solve questions based on movement and orientation quickly and accurately.

To develop strong direction sense, we start by learning about fundamental concepts such as the basic directions, how to measure angles of turns, and how to visualize movement step by step.

Basic Direction Terms

Before solving any direction-related problems, it is critical to know the fundamental directions:

  • Cardinal Directions: These are the four main directions on a compass:
    • North (N)
    • East (E)
    • South (S)
    • West (W)
  • Intercardinal (Intermediate) Directions: These lie halfway between cardinal directions:
    • NE (Northeast) - between North and East
    • NW (Northwest) - between North and West
    • SE (Southeast) - between South and East
    • SW (Southwest) - between South and West
  • Relative Directions: These depend on which way a person is facing:
    • Left
    • Right
    • Front (ahead)
    • Back (behind)

    For example, if you are facing east, your left is north, and your right is south.

N E S W NE SE SW NW

Degrees and Turning Angles

Directions can also be represented using angles on a circle. This numerical approach helps to calculate new directions after turns precisely.

  • A full circle is 360° starting from North (0° or 360°).
  • East is 90°, South is 180°, and West is 270°.
  • Turning right means rotating clockwise, while turning left means rotating anticlockwise.
  • Common turn angles include:
    • Right turn: 90° clockwise
    • Left turn: 90° anticlockwise (or -90°)
    • U-turn: 180° turn to face the opposite direction

You can calculate the new direction after a turn using this formula:

Direction after Turns:
\[ \text{New Direction} = (\text{Initial Direction} + \text{Turn Angle}) \bmod 360^\circ \]
where the turn angle is positive for right (clockwise) and negative for left (anticlockwise) turns

For example, if you face North (0°) and turn right (90°), you face East (90°). If you then turn left (-90°), you face North again (0°).

0° (N) 90° (E) 180° (S) 270° (W) Turn Right 45°

Worked Examples

Example 1: Simple Direction and Distance Easy
A person starts walking 100 meters towards North. Then he turns right and walks 50 meters. Find his final position relative to the starting point.

Step 1: The person walks 100 m North from start.

Step 2: Turning right from North means facing East, so he walks 50 m East.

Step 3: To find final position, consider North movement as vertical (+y) and East movement as horizontal (+x).

Step 4: Coordinates relative to start: (50, 100).

Answer: The person is 100 m North and 50 m East from start.

Example 2: Series of Turns Medium
A person facing North makes a right turn, then a left turn, and then another right turn. What is his final facing direction?

Step 1: Initial direction = North = 0°.

Step 2: First turn: Right turn = +90°, so new direction = 0° + 90° = 90° (East).

Step 3: Second turn: Left turn = -90°, new direction = 90° - 90° = 0° (North).

Step 4: Third turn: Right turn = +90°, new direction = 0° + 90° = 90° (East).

Answer: The person is facing East at the end.

Example 3: Complex Movement and Shortest Distance Hard
A person walks 200 meters North, turns right and walks 150 meters East, then turns left and walks 100 meters North. Find the shortest displacement from the starting point.

Step 1: First movement: 200 m North -> y = +200, x = 0.

Step 2: Turn right from North faces East, walks 150 m -> x = +150, y = +200.

Step 3: Turn left from East faces North, walks 100 m -> y = +200 + 100 = +300, x = +150.

Step 4: Final position coordinates: (150, 300).

Step 5: Use Pythagoras theorem for displacement:

\[ \text{Displacement} = \sqrt{(x)^2 + (y)^2} = \sqrt{150^2 + 300^2} = \sqrt{22500 + 90000} = \sqrt{112500} \approx 335.41 \text{ meters}\]

Answer: The shortest distance from the start is approximately 335.41 meters in the direction northeast.

Example 4: Relative Direction Problem Medium
A person facing East turns to his right and walks 120 meters. What direction is he facing now relative to the starting point?

Step 1: Initial facing direction = East (90°).

Step 2: Turning right means a 90° clockwise turn -> New direction = 90° + 90° = 180° (South).

Step 3: He is now facing South.

Answer: Final facing direction is South.

Example 5: Distance with Diagonal Movement Hard
A person walks 100 meters Northeast and then 100 meters Southwest. Find his net displacement.

Step 1: Northeast means equally North and East, i.e. 45°.

Breaking into components:

\[ x_1 = 100 \times \cos 45^\circ = 100 \times \frac{\sqrt{2}}{2} \approx 70.71 \\ y_1 = 100 \times \sin 45^\circ = 100 \times \frac{\sqrt{2}}{2} \approx 70.71 \]

Step 2: Next, walking 100 meters Southwest (225°), which is opposite to Northeast direction:

\[ x_2 = 100 \times \cos 225^\circ = 100 \times \left(-\frac{\sqrt{2}}{2}\right) \approx -70.71 \\ y_2 = 100 \times \sin 225^\circ = 100 \times \left(-\frac{\sqrt{2}}{2}\right) \approx -70.71 \]

Step 3: Net displacement components:

\[ x = x_1 + x_2 = 70.71 - 70.71 = 0 \\ y = y_1 + y_2 = 70.71 - 70.71 = 0 \]

Step 4: Total displacement:

\[ \sqrt{0^2 + 0^2} = 0 \text{ meters} \]

Answer: The person returns to the starting point, so net displacement is 0 meters.

Tips & Tricks

Tip: Always draw a diagram first.

When to use: Especially helpful when facing complex multiple-turn problems to visualize each step clearly.

Tip: Assign numeric degrees to cardinal and intercardinal directions.

When to use: To quickly compute final facing direction after turns by simple addition and modulo 360°.

Tip: Use a coordinate system for position tracking.

When to use: When calculating displacement or distance after multiple movements along perpendicular or diagonal directions.

Tip: Remember clockwise turns are positive degrees, anticlockwise turns are negative.

When to use: To avoid confusion in calculating final facing directions.

Tip: Memorize common turn angles: 90°, 180°, 270°, and 360°.

When to use: To instantly know common turns and reduce calculation time during exams.

Common Mistakes to Avoid

❌ Confusing left and right turns based on initial facing direction
✓ Always consider the direction the person is facing before applying turns
Why: Left and right depend on the orientation of the person, not fixed directions.
❌ Adding all distances traveled instead of calculating shortest displacement
✓ Use the Pythagoras theorem to find the shortest distance between start and end points
Why: Displacement is the straight line, not total path length.
❌ Not converting turns into degrees before calculation
✓ Assign degree values to directions and turns for systematic calculations
Why: This standardizes reasoning and prevents errors in direction computations.
❌ Ignoring the order of turns
✓ Process turns sequentially as order affects the final facing direction
Why: Turns are cumulative; changing the order changes the outcome.
❌ Treating relative directions like left/right as absolute without referencing orientation
✓ Convert relative directions to absolute directions by considering initial facing direction
Why: Relative directions depend on the person's orientation to make sense.

Formula Bank

Displacement Using Pythagoras
\[ \text{Displacement} = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]
where: \(x_1, y_1\) = start coordinates; \(x_2, y_2\) = end coordinates
Direction after Turns
\[ \text{New Direction} = (\text{Initial Direction} + \text{Turn Angle}) \bmod 360^\circ \]
where: Initial Direction and Turn Angle are in degrees (0° = North, right turn positive, left turn negative)
Key Concept

Direction Sense

Ability to interpret and calculate positions and movements relative to directions.

Key Concept

Cardinal Directions

North, East, South, West - base directions used for orientation.

Key Concept

Turns and Angles

Use degrees to measure turns: right turn +90°, left turn -90°, U-turn 180°.

Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Direction Sense · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.