Straight Line Distance
Straight Line Distance problems involve calculating the shortest distance (displacement) between a starting point and ending point after a person walks in multiple directions (North, South, East, West). These problems test your ability to track net displacement and apply the Pythagorean theorem to find the straight-line distance.
What You'll Learn
Introduction to Straight Line Distance
Straight Line Distance problems involve calculating the shortest distance (displacement) between a starting point and ending point after a person walks in multiple directions (North, South, East, West). These problems test your ability to track net displacement and apply the Pythagorean theorem to find the straight-line distance.
Prerequisites
How to Solve Straight Line Distance Problems
Step 1: Assign coordinates: starting point as (0,0)
Step 2: For each movement, update coordinates: North (+y), South (-y), East (+x), West (-x)
Step 3: Calculate net displacement in x and y directions
Step 4: Apply Pythagorean theorem: Distance = √(x² + y²)
Step 5: Round to nearest integer or as required
Step 6: Answer with the distance and direction if asked
Example Problem
Example: A person walks 10 m East, then 5 m North, then 10 m West. What is his straight line distance from start? Solution: Step 1: Start (0,0) Step 2: 10 m East → (10,0) Step 3: 5 m North → (10,5) Step 4: 10 m West → (0,5) Step 5: Net displacement = (0,5) Step 6: Distance = √(0² + 5²) = 5 m Answer: 5 m
Pro Tips & Tricks
- Net East-West = Σ(East distances) - Σ(West distances)
- Net North-South = Σ(North distances) - Σ(South distances)
- Distance = √(EW² + NS²)
- If net displacement is zero, the person returns to start
- Draw a diagram for complex movements
- Pythagorean triplets (3-4-5, 5-12-13) help quick calculation
Shortcut Methods to Solve Faster
Common Mistakes to Avoid
Practice Worksheets
Practice makes perfect! Work through these worksheets to master Straight Line Distance. Each worksheet contains 20 questions with detailed explanations. Start from Worksheet 1 and progress through increasing difficulty levels.
Exam Importance
Straight Line Distance is an important topic for various competitive exams. Here's how frequently it appears:
Ready to Master Straight Line Distance?
Start with Worksheet 1 and work your way up to expert level! Each worksheet includes: