Practice Shortest Path Intuition in Math
Use these practice problems to test your method after reviewing the concept explanation and worked examples.
Quick Recap
The minimum-length route connecting two points, whose form depends on the geometry of the underlying space.
On a flat surface the straight line is always the shortest path between any two points.
Showing a random 20 of 50 problems.
Example 1
mediumA fly is at one corner of a closed box. What is the shortest surface path to the diagonally opposite corner?
Example 2
mediumOn a cylinder, the shortest path between two points (wrapping around) becomes a straight line when you do what?
Example 3
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 .
Example 4
hardOn a graph with vertices and edges - (weight ), - (weight ), - (weight ), - (weight ), - (weight ), find the shortest weighted path from to .
Example 5
hardAn ant on a cylinder of radius goes from to (the diametrically opposite point, units up). Find the shortest surface path length.
Example 6
easyLight travels between two points by the shortest path in uniform air. What shape is that path?
Example 7
mediumSnell's law / refraction analogy: a swimmer at on land wants to reach a drowner at in water. The land/water boundary is the -axis. The swimmer runs at m/s on land and swims at m/s. What entry point minimizes total time?
Example 8
mediumOn a sphere, is the equator a shortest path between two points on it?
Example 9
easyOn a globe, two cities at the same latitude (not the equator). Is the parallel of latitude the shortest path between them?
Example 10
mediumA delivery robot must visit point A, then B, then return home, all on a flat grid. Within that order, what makes each leg shortest?
Example 11
easyOn a 2D grid, you can only move along streets (horizontal or vertical, no diagonals). What is the shortest 'taxicab' distance from to ?
Example 12
mediumReflection trick: a point must connect to a point via the line . Minimize where is on the -axis.
Example 13
hardAn ant on the surface of a unit cube wants to travel from vertex to the opposite vertex along the surface. What is the shortest surface path, and what is its length?
Example 14
mediumOn a sphere of radius , the great-circle distance between two points subtending central angle (radians) is what?
Example 15
easyTrue or false: the shortest path on a flat plane satisfies the triangle inequality with equality.
Example 16
easyOn the surface of a sphere, the curves of shortest length are called what?
Example 17
mediumWhy can the shortest path differ between a flat map and the real curved Earth?
Example 18
challengeA cow at must drink from a straight river along the -axis, then reach the barn at . Find the minimum total distance.
Example 19
easyWhat is the shortest distance from point to the origin? Justify that the straight line gives the minimum.
Example 20
challengeWhy is the straight-line shortest path on a plane equivalent to the statement of the triangle inequality?