Question

Difficulty: MediumDirection and Distance Test

A surveyor mapping a nature reserve starts from a base station. He walks 14 km14\text{ km} due East, turns 9090^\circ to his right, and walks 20 km20\text{ km}. Next, he turns 135135^\circ to his left and walks 102 km10\sqrt{2}\text{ km}. Finally, he turns 4545^\circ to his left and walks 3 km3\text{ km} due North to reach an observation point. What is the shortest straight-line distance (in km) between the base station and the observation point?

Answer: 25 km

Answer

The shortest straight-line distance between the base station and the observation point is 25 km.
Resolving each displacement into Cartesian coordinates gives a net horizontal displacement of Δx=14+10=24 km\Delta x = 14 + 10 = 24\text{ km} (East) and a net vertical displacement of Δy=20+10+3=7 km\Delta y = -20 + 10 + 3 = -7\text{ km} (South). Applying the Pythagorean theorem yields 242+(7)2=625=25 km\sqrt{24^2 + (-7)^2} = \sqrt{625} = 25\text{ km}.

Step-by-Step Solution

1
Establish a Cartesian coordinate system with the base station as the origin (0,0)(0,0).
Initial coordinates are (0,0)(0,0) facing East.
Assigning coordinates simplifies multi-turn vector displacement tracking.
2
Calculate coordinates after moving 14 km14\text{ km} East, turning 9090^\circ right (facing South), and walking 20 km20\text{ km}.
Position is (14,20)(14, -20) facing South.
Moving East adds 1414 to the x-coordinate, and moving South subtracts 2020 from the y-coordinate.
3
Resolve the 102 km10\sqrt{2}\text{ km} walk after a 135135^\circ left turn from South into components.
Facing North-East, displacement components are +10 km+10\text{ km} East and +10 km+10\text{ km} North, yielding coordinates (24,10)(24, -10).
Turning 135135^\circ left from South points directly North-East (4545^\circ north of east). The components are 102cos(45)=10 km10\sqrt{2}\cos(45^\circ) = 10\text{ km} East and 102sin(45)=10 km10\sqrt{2}\sin(45^\circ) = 10\text{ km} North.
4
Update coordinates after turning 4545^\circ left from North-East (facing North) and walking 3 km3\text{ km}.
Final position is (24,10+3)=(24,7)(24, -10 + 3) = (24, -7).
A 4545^\circ left turn aligns the direction due North, adding 3 km3\text{ km} to the y-coordinate.
5
Calculate the straight-line displacement from (0,0)(0,0) to (24,7)(24, -7) using the distance formula.
Distance d=242+(7)2=576+49=625=25 kmd = \sqrt{24^2 + (-7)^2} = \sqrt{576 + 49} = \sqrt{625} = 25\text{ km}.
The shortest distance between origin and final point is given by d=Δx2+Δy2d = \sqrt{\Delta x^2 + \Delta y^2}.

Key Concept

Direction and Distance Test involving multi-turn vector resolution, angular rotations, and Pythagorean straight-line distance calculation.
Rate this question