8
$\begingroup$

There is a right angle corner with width 1 in both directions. One wants to find the largest area shape which can pass through this corner. I know that this is a famous problem, but what is it called?

$\endgroup$
3
  • $\begingroup$ Manhole problem ? $\endgroup$
    – Hachino
    Commented Apr 1, 2015 at 14:19
  • $\begingroup$ @Hachino Actually not... The right ans is from Ian Farrell. $\endgroup$
    – Yijun Yuan
    Commented Apr 1, 2015 at 14:22
  • $\begingroup$ A 13-minute-long video featuring Dan Romik on the Moving Sofa Problem. $\endgroup$ Commented Jun 5, 2017 at 13:59

2 Answers 2

8
$\begingroup$

The Moving sofa problem, I believe.

$\endgroup$
2
  • 4
    $\begingroup$ From personal experience ... sofas move in 3 dimensions. Many years ago another mathematician was helping me move. We had to carry a sofa up a flight of stairs, then turn a corner at the top. It didn't fit. But he says, "Just rotate it this way..." and it did fit. I still don't know what he did. $\endgroup$ Commented Apr 1, 2015 at 16:03
  • $\begingroup$ An instance where transseries wouldn't have helped, I suppose. Gerhard "Guess Geometry's Good For Something" Paseman, 2015.04.01 $\endgroup$ Commented Apr 1, 2015 at 18:22
9
$\begingroup$

A supplement to Ian's answer: Here is the largest-area sofa known, due to Gerver:


GerverSofa


Gerver, Joseph L. (1992). "On Moving a Sofa Around a Corner". Geometriae Dedicata 42 (3): 267–283. (Springer link.)

Added (triggered by @GeraldEdgar's remark). The computational complexity of algorithms grows exponentially in the dimension, about $n^5$ for polyhedral objects with $n$ vertices moving in $\mathbb{R}^3$. Here is an algorithm moving an $n{=}4500$-triangle piano through a challenging apartment requiring several tricky maneuvers:


            Piano


Kuffner, James J., and Steven M. LaValle. "RRT-connect: An efficient approach to single-query path planning." Robotics and Automation, 2000. Proceedings. ICRA'00. IEEE International Conference on. Vol. 2. IEEE, 2000. (IEEE link.)

Not surprisingly, the problem is also called The Piano Mover's Problem.

$\endgroup$
2
  • 1
    $\begingroup$ Manifestly, to find the largest solid that would pass through a unit cube corner, the solution would be obtained by endowing the largest-area sofa known with height 1. $\endgroup$ Commented Apr 1, 2015 at 19:53
  • 1
    $\begingroup$ New (Jun 2017) paper by Yoav Kallus and Dan Romik: "Improved upper bounds in the moving sofa problem," arXiv abstract. $\endgroup$ Commented Jun 22, 2017 at 19:25

Not the answer you're looking for? Browse other questions tagged or ask your own question.