Skip to content

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 log6(value)\log_6(\text{value}). 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 log630.6131\log_6 3 \approx 0.6131 per step. The colored dots (actual Collatz orbit) follow nearly the same pattern. The difference — the perturbation from the "+1" in 3n+13n+1 — is small and shrinks for larger numbers.

Why base 6?

Each Collatz step does two things:

  • Multiplies by 3 (the odd step: 3n+13n3n+1 \approx 3n)
  • Divides by 2 (the even steps)

In base 6 = 2 × 3: these two operations combine into a single rotation. The ×3\times 3 contributes log63\log_6 3, and the ÷2\div 2 subtracts log62\log_6 2. Net per Syracuse step: advance by log630.613\log_6 3 \approx 0.613 on the circle.

This is the conservation law: slog26=Tlog2n+εs \cdot \log_2 6 = T - \log_2 n + \varepsilon, where ss is odd steps, TT is total steps, and ε\varepsilon 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 27/44=0.6136log63=0.613127/44 = 0.6136 \approx \log_6 3 = 0.6131 — after 44 rotations by log63\log_6 3, you've gone around the circle almost exactly 27 times.

27/4427/44 is a convergent of log63\log_6 3 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:

Fast (β > 0.5) Moderate Slow (β < 0.2) Convergent (slowest)

The red bars are the convergents — the slowest sets. They correspond to the best rational approximations of log23\log_2 3. But even the slowest one (s=41, β=0.017\beta = 0.017) still destroys bits. Roth's theorem guarantees β(s)>c/s\beta(s) > c/s — 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 (β>0\beta > 0 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.