Thought Toys · Strategy & computation · Exhibit 85

The shape that has only one side

Take a strip of paper, give one end a half twist, and join it to the other. Walk a finger along what looks like one side and you'll cross onto what should have been the other — without ever lifting off the surface or crossing an edge. Add a second half twist and the trick vanishes completely.

A band swept around a loop, twisting as it goes both edges the tracer

View
your turn — drag the twist count and follow the dot

What you're seeing

A flat, untwisted loop of paper — a plain ring — has two sides. Paint the outside red and the inside blue and a finger walking along the red face stays on red forever. It also has two separate edges, one along each rim, that never meet.

Twist the band once — a single half turn — before joining the ends, and something changes that has nothing to do with how the shape looks and everything to do with how it's connected. Follow what used to be "the red side" all the way around the loop, and you arrive back at your starting point having silently crossed onto blue, with no edge ever crossed and no lifting off the surface. Keep going a second lap and then you return to red. One side, walked twice around, is the whole surface. And the two rims that used to be separate are, for the same reason, now one single edge — you can trace one and, without a break, find yourself tracing what looked like the other.

Drag the dial up to two full half-twists — a complete 360° turn — and it looks, if anything, more tangled. But watch the dot: it closes after one lap again. Two separate edges again. Fully two-sided again. The visual twistiness was a red herring; what actually matters is whether the twist count is odd or even. Every odd count (1, 3, 5, …) gives one side and one edge. Every even count (0, 2, 4, …) gives two of each, no matter how wound-up the band looks along the way.

The rule, exactly. Sweep a cross-section of half-width w around a loop of radius R, rotating it n half-twists as it goes: x(u,v) = (R + v·cos(nu/2))·cos(u) y(u,v) = (R + v·cos(nu/2))·sin(u) z(u,v) = v·sin(nu/2) for u around the loop and v ∈ [−w, w] across the width. Because cos(nπ) = (−1)n and sin(nπ) = 0 for every whole number n, one full lap (u: 0→2π) maps the edge at offset v to offset v·(−1)n — odd n swaps the two edges into one, even n returns each to itself. Verified in node (improve/verify/85-mobius-strip.js, 125 checks) two independent ways that must agree at every n from 0 to 6: literally walking the boundary curve confirms it closes after one lap for even n but needs two for odd n (because the "far" edge turns out to be the same curve); and a separately-built numerical surface normal — a finite-difference cross product, not the algebraic formula above — comes back pointing the opposite way after one lap for odd n and unchanged for even n, the concrete meaning of "one-sided." Both hold across several different values of R and w. The classic party trick — cut a Möbius strip down the middle and it doesn't fall into two pieces — is real, but it isn't demonstrated interactively on this page; what's shown here is the one-sidedness itself, walked and measured two independent ways.

Also in Strategy & computation: The evolution of trust →

All 26 in Strategy & computation
  1. 10The evolution of trust
  2. 23Sorting algorithms
  3. 24PageRank & the random surfer
  4. 25Huffman coding
  5. 26Dijkstra's shortest path
  6. 27Nash equilibria
  7. 33The learning-rate cliff
  8. 36A* pathfinding
  9. 37Braess's paradox
  10. 44Diffie–Hellman key exchange
  11. 45Preferential attachment
  12. 46Aliasing & the Nyquist limit
  13. 47The secretary problem
  14. 49Freeze too fast, stay stuck
  15. 51Cross one line, and its territory closes
  16. 56Catch one error, miss the next
  17. 57Why more processors stop helping
  18. 58Why a busy line explodes
  19. 59The set that's only sure when it says no
  20. 60The fit that memorizes instead of learns
  21. 61When the wire breaks, pick one
  22. 67Better at both, and still better off trading
  23. 69Everyone was consistent. The vote wasn't.
  24. 78Every world map is lying. You get to pick the lie.
  25. 82Your computer can't hold one tenth
  26. 85The shape that has only one side — you are here

← the cabinet · Thought Toys — a cabinet of explorable explanations. Exhibit 85.