What's the largest shape that can navigate an L-shaped corner?
Everyone who has ever moved furniture knows the frustration: that perfect couch that just won't fit around the corner. In 1966, mathematician Leo Moser transformed this everyday annoyance into one of geometry's most stubborn problems.
The rules are simple: an L-shaped corridor with unit width (1 meter). A rigid 2D shape must slide through, rotating as needed, without overlapping the walls. What's the maximum area this shape can have?
Surely, with modern mathematics and computers, this should be trivial? Yet for nearly six decades, the best minds in geometry could only narrow down the answer to a range. Until November 2024.
The naive solution. A 1×1 square just barely fits.
π/2—a natural first improvement using circular motion.
A semicircle with a bite taken out. Major breakthrough.
18 precise curves. Proven optimal in 2024.
The difficulty lies in the continuous nature of the problem. Unlike discrete puzzles with finite possibilities, the sofa can be any shape. Every curve, every indentation, every bulge must be considered.
The Core Insight: The sofa must rotate as it navigates the corner. This means different parts of the sofa sweep different paths. The optimal shape balances two competing goals: maximize area while ensuring every point can complete its required trajectory.
Gerver's breakthrough was recognizing that the optimal sofa's boundary consists of 18 distinct curves, each satisfying specific differential equations. The shape has:
John Conway posed a variant: what if the sofa must navigate both left AND right turns? This "ambidextrous sofa" problem has a different optimal shape—symmetric and smaller.
Dan Romik found such a sofa with area ≈ 1.64495. The constraint of bilateral navigation significantly reduces the maximum achievable area.
While purely mathematical, the moving sofa problem connects to practical concerns in:
Path planning for autonomous vehicles and warehouse robots navigating tight spaces.
Designing machinery that must be transported through factory corridors.
Understanding furniture accessibility when designing building layouts.
The moving sofa problem reminds us that simple questions can hide profound complexity. A child can understand the problem in seconds. Proving the answer took humanity 58 years.