To determine the man's final distance from his origin, we must calculate his net displacement after a series of movements.
- The man's journey comprises three segments: northbound, eastbound, and southbound.
- The objective is to ascertain the direct distance between his terminal location and initial position.
- This direct distance, or displacement, can be computed using the Pythagorean theorem within a Cartesian coordinate system.
- Segment 1: 3 km north.
- Segment 2: 4 km east.
- Segment 3: 3 km south.
The man's starting point is designated as the origin (0,0).
- Following 3 km north: position is (0, 3).
- Subsequently moving 4 km east: position becomes (4, 3).
- Concluding with 3 km south: the final position is (4, 0), as the southbound movement cancels the northbound displacement.
Displacement is the linear distance connecting the origin (0, 0) to the terminal point (4, 0).
The distance formula yields:
\[ \text{Distance} = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} = \sqrt{(4 - 0)^2 + (0 - 0)^2} = \sqrt{16} = 4 \text{ km} \]
The man is located 4 km from his starting position.