Four automated field inspection drones execute specific multi-leg navigation routes starting from a central dock at coordinate . Match each drone route on the left with its correct final displacement from the starting point on the right.
- Route 1: Flies East, turns left to fly , then turns left to fly . East
- Route 2: Flies West, turns right to fly , then turns right to fly . East
- Route 3: Flies South, turns right to fly , then turns right to fly . West
- Route 4: Flies North, turns left to fly , then turns left to fly . East
Answer
Route 1 matches with 2 m East; Route 2 matches with 7 m East; Route 3 matches with 3 m West; Route 4 matches with 6 m East.
Each route is correctly evaluated by converting consecutive linear displacements and angular turns into 2D Cartesian vectors . Resolving the diagonal legs (sub-cardinal movements of distance ) yields horizontal and vertical components of , matching each route to its exact final position relative to the origin.
Step-by-Step Solution
Key Concept
Vector addition and angular turn resolution in Direction and Distance problems.