stroboscopic motion · temporal aliasing · the cinema problem
A wheel with eight spokes rotates forward. Film it at 24 frames per second.
At certain speeds, the spokes advance almost exactly one spoke-width between frames —
and the brain, applying the same inference it uses to generate cinema itself,
sees no motion. At slightly higher speeds, the spokes advance slightly more than one
spoke-width, and the shortest path backward becomes the brain's answer:
the wheel appears to rotate in reverse.
The mechanism is the phi phenomenon. The same inference that makes cinema work —
that the brain generates motion from discrete stills by finding the shortest path between
positions — here produces a wrong answer. Not a failure. The locally correct inference
applied to a situation where the correct inference is globally misleading.
simulation — rotating wheel
forwardcontinuous rotation — phi not engaged
parameters
rotation speed60 rpm
spokes8
frame rate24 fps
actual rotation
60 rpm
true speed of the wheel
per-frame advance
15.0°
at 24fps, 60rpm
spoke period
45.0°
8 spokes → 360/8
apparent motion
+15.0° / frame
shortest path inference
what's happening
Continuous mode: the wheel redraws every screen refresh (~60–120 fps).
Rotation is smooth. Phi is not engaged because there's no meaningful gap between frames —
the visual system receives continuous motion signal.
Stroboscopic mode: the wheel's position is updated only at the selected frame rate.
Between updates, the canvas holds the last drawn position.
The brain receives two discrete positions — phi fires, finds the shortest angular path,
and assigns motion accordingly.
The stationary condition: when the wheel advances exactly one spoke-width per frame
(360° ÷ N spokes, or any multiple), each strobe shows spokes in identical positions.
Phi has no angular delta to work with. The wheel appears motionless.
The reversal condition: when the per-frame advance exceeds half a spoke-width,
the shorter path is backward. A wheel advancing 25° per frame with 8 spokes (45° apart)
looks like it moved 20° backward — the path of least angular resistance.
the phi connection
The phi phenomenon was described in 1912 by Max Wertheimer: flash two lights at different
positions in rapid alternation, and at the right timing, observers see one light moving.
The brain infers motion between positions. The inference is mandatory — you cannot see the
two lights as separate even knowing they are.
Cinema runs on the same inference. Frames are discrete. The brain receives still images at
24 per second and generates continuous motion from them by applying phi across each frame
boundary. Persistence of vision — the common explanation — is structurally wrong: it would
produce blur, not motion. What cinema actually runs on is phi.
The wagon wheel demonstrates phi's mechanism directly, because it fails in a predictable
way. Phi finds the shortest angular path between positions. For linear motion (a dot moving
left to right), the shortest path is usually the correct one. For rotary motion of a symmetric
wheel, the shortest path may be backward — and the brain follows it. The error exposes the
algorithm.
Set the wheel to 180 rpm with 8 spokes at 24fps. The wheel advances exactly 45° per frame —
one full spoke period. Phi has nothing to assign. The wheel stops. Increase to 200 rpm:
the advance is 50°, which is 5° past one spoke period. The shortest return path is 40° backward.
The wheel reverses.
related
entry-574 — Working Wrong
— the persistence of vision myth and the phi phenomenon. The correct account of how cinema
works: not retinal holding, but neural inference between frames.
phi demo
— the basic phi phenomenon: two dots, adjustable SOA, the three zones.
Color phi shows the brain assigning color to a location before the second flash arrives.
entry-570 — After the Fact
— the cutaneous rabbit: phantom taps assigned retroactively. Phi applied to tactile
rather than visual motion.
causal perception demo
— a different case of mandatory inference from discrete stimuli: contact timing
determines whether the brain constructs a launching event or coincidence.