The Hidden Rotation
In the right coordinates, the chaos disappears.
Plot every Collatz orbit value on a circle, where the position is the fractional part of . Something remarkable emerges:
Each Syracuse step maps to a point on the circle at position $\lbrace \log_6(\text{value}) \rbrace$.
The points equidistribute around the circle. They don't cluster, don't avoid any region, and fill the circle uniformly as the orbit progresses.
Turn on "ideal rotation" and compare: the gray dots show a pure irrational rotation by per step. The colored dots (actual Collatz orbit) follow nearly the same pattern. The difference — the perturbation from the "+1" in — is small and shrinks for larger numbers.
Why base 6?
Each Collatz step does two things:
- Multiplies by 3 (the odd step: )
- Divides by 2 (the even steps)
In base 6 = 2 × 3: these two operations combine into a single rotation. The contributes , and the subtracts . Net per Syracuse step: advance by on the circle.
This is the conservation law: , where is odd steps, is total steps, and is a small error from the "+1". The base-6 lattice is not a coincidence — it's the natural coordinate system for the dynamics.
The 44-step quasi-period
Watch an orbit with many points (set points to 200+). You'll notice a subtle pattern: the orbit almost returns to its starting position after 44 steps. This is because — after 44 rotations by , you've gone around the circle almost exactly 27 times.
is a convergent of in its continued fraction expansion. The quasi-period 44 is a fingerprint of the irrational rotation structure.
The destruction landscape
How much does each dropping set destroy? Hover over the bars:
The red bars are the convergents — the slowest sets. They correspond to the best rational approximations of . But even the slowest one (s=41, ) still destroys bits. Roth's theorem guarantees — they can't get too slow.
What this means for convergence
Irrational rotations have a powerful property: Weyl's equidistribution theorem guarantees that every orbit visits every region of the circle. There are no "safe zones" that the orbit avoids.
Combined with the bit destruction identity ( for every drop): the orbit visits the "fast drop" regions periodically. It can't systematically dodge them.
But "visits fast drop regions" isn't quite the same as "actually takes fast drops." The orbit visits the RIGHT REGION on the circle, but the drop type also depends on the low bits of the number — which are independent of the circle position (by the Chinese Remainder Theorem).
So we need one more ingredient: something that forces the orbit to actually take deep drops, not just visit the right neighborhoods. That's the countdown.