brachistochrone problem
/ bruh-KIS-tuh-krone /
Imagine a bead threaded on a frictionless wire that runs from a high point A down to a lower point B, off to one side. Release the bead from rest and let gravity pull it along the wire. Which shape of wire gets the bead from A to B in the least time? Not the straight line, surprisingly, and not the most direct dive. The brachistochrone (Greek for shortest time) problem asks for the curve of fastest descent — the slide that beats every other slide on the clock.
Set up as a functional, the travel time is T[y] = integral of (the path's arc length element) divided by the speed. By energy conservation a bead that has fallen a height drop h moves at speed sqrt(2 g h), so the integrand is sqrt(1 + y'^2) divided by sqrt(2 g y), measuring y downward from the start. Because this integrand has no explicit dependence on x, the Beltrami identity gives a first integral immediately, and solving it reveals the answer: an inverted cycloid — the curve traced by a point on the rim of a rolling wheel. The fastest slide dips steeply at first to build speed quickly, then flattens out, even dropping below B and climbing back up when B is far to the side.
Johann Bernoulli posed the problem as a public challenge in 1696, and the flood of solutions — from Newton, Leibniz, l'Hopital, and the Bernoullis — is often taken as the birth of the calculus of variations as a subject. Beyond its historical weight it is the cleanest illustration that 'shortest' and 'fastest' are different optimizations: the straight wire is shortest in length but slower, because spending early path on a steep drop banks speed that pays off over the rest of the journey. The same trade lurks in any minimum-time routing, from optics (Fermat's principle, where light takes the quickest path, bending at interfaces) to motion planning.
For a drop to a point one unit across and one unit down, the cycloidal slide beats the straight ramp: the straight wire takes a longer time despite its shorter length, because the cycloid trades a steep early plunge for the speed that carries the bead briskly across the rest.
The fastest slide is a cycloid, not a straight line — speed banked early beats raw shortness.
A common slip is to assume the fastest path is the shortest or the steepest. It is neither; it is the cycloid, and for endpoints far apart horizontally it even dips below the target before rising back to it.