Thought Toys · Strategy & computation · Exhibit 85
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
—
—
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.
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 →
← the cabinet · Thought Toys — a cabinet of explorable explanations. Exhibit 85.