Shortest Path Intuition Math Example 1
Follow the full solution, then compare it with the other examples linked below.
Example 1
mediumA river runs along the -axis. Town is at and town is at , both north of the river. A pumping station on the river at point connects to both towns. Find that minimises the total pipe length .
Solution
- 1 Step 1: Reflect across the river (-axis) to get .
- 2 Step 2: The shortest total path from to to (with on the -axis) equals the straight line by the reflection principle.
- 3 Step 3: Line : slope . Equation: .
- 4 Step 4: Find : set : .
Answer
; minimum pipe length units.
The reflection principle converts the two-segment path problem into a single straight-line problem. Reflecting one endpoint across the barrier and drawing a straight line to the other endpoint gives the optimal relay point.
About Shortest Path Intuition
The minimum-length route connecting two points, whose form depends on the geometry of the underlying space.
Learn more about Shortest Path Intuition โMore Shortest Path Intuition Examples
Example 2 hard
What is the shortest path between two points in the Euclidean plane, and why? Then explain why the s
Example 3 easyWhat is the shortest distance from point [formula] to the origin? Justify that the straight line giv
Example 4 hardAn ant on the surface of a unit cube wants to travel from vertex [formula] to the opposite vertex [f