Shortest Distance
Shortest Distance problems involve a person walking in multiple directions (North, South, East, West) and you must find the straight-line distance between the starting and ending points. These problems use the Pythagorean theorem to calculate displacement from net East-West and North-South movements.
What You'll Learn
Introduction to Shortest Distance
Shortest Distance problems involve a person walking in multiple directions (North, South, East, West) and you must find the straight-line distance between the starting and ending points. These problems use the Pythagorean theorem to calculate displacement from net East-West and North-South movements.
Prerequisites
How to Solve Shortest Distance Problems
Step 1: Break each movement into its East-West and North-South components
Step 2: Calculate net East-West displacement (East = +, West = -)
Step 3: Calculate net North-South displacement (North = +, South = -)
Step 4: Use Pythagoras theorem: Distance = √(EW² + NS²)
Step 5: Round the answer to required decimal places
Step 6: If net displacement is zero, answer is 0 (returned to start)
Step 7: Present the distance with appropriate units (meters, km, etc.)
Example Problem
Example: A person walks 3 km East, then 4 km North. What is the shortest distance from start to finish? Solution: Step 1: East-West: +3 km Step 2: North-South: +4 km Step 3: Distance = √(3² + 4²) = √(9 + 16) = √25 = 5 km Answer: 5 km
Pro Tips & Tricks
- Draw a rough diagram showing the path and the direct line
- East-West displacement = sum of East distances - sum of West distances
- North-South displacement = sum of North distances - sum of South distances
- Pythagorean triplets: (3,4,5), (5,12,13), (8,15,17), (7,24,25)
- If movements form a rectangle, the diagonal is the shortest distance
- The shortest distance is always ≤ total path length
Shortcut Methods to Solve Faster
Common Mistakes to Avoid
Practice Worksheets
Practice makes perfect! Work through these worksheets to master Shortest Distance. Each worksheet contains 20 questions with detailed explanations. Start from Worksheet 1 and progress through increasing difficulty levels.
Exam Importance
Shortest Distance is an important topic for various competitive exams. Here's how frequently it appears:
Ready to Master Shortest Distance?
Start with Worksheet 1 and work your way up to expert level! Each worksheet includes: