theJugglingCompany.com

Blog · 6 May 2026 · 8 min read BrainTech

The Four-Ball Fountain: Even Numbers and Why They Feel Different

The jump from three to four balls is not a linear progression. It crosses a mathematical boundary between odd and even ball counts that changes the entire structure of the pattern, the hand coordination required, and the way the brain organizes the throws.

A person in dark clothing juggling four balls - two glowing cyan and two glowing orange - with their crossing trajectories visible as light trails forming an X pattern
4
Siteswap value
a constant sequence - every throw is a 4, returning to the same hand that threw it. No crossing required.
2
Independent circuits
the four-ball fountain splits into two separate 2-ball loops - one per hand. Each hand juggles independently.
~1.0m
Peak height at normal tempo
lower than the cascade because even throws return to the same hand - shorter cross-body distance
80%
Jugglers who find 4 harder than 5
counterintuitively, many jugglers find the mathematical simplicity of 4 harder to learn than 5 - for reasons rooted in coordination neuroscience

The four-ball fountain is structurally a different animal from the three-ball cascade. The cascade has three balls crossing continuously from hand to hand. The fountain has four balls that never cross: each hand throws only to itself, maintaining two independent circular loops simultaneously. The siteswap is 4 - a constant sequence. The throw value 4 means the ball returns to the same hand after 4 beats, because 4 is even.

This single mathematical difference - odd versus even - changes the cognitive and neural demands of the pattern substantially. Buhler, Eisenbud, Graham and Wright (1994) gave the formal account of why: in their treatment of siteswap as a combinatorial system, parity controls which hand catches each throw, and that single bit reorganises the entire coordination problem.

Odd versus even: the mathematical divide

In siteswap notation, a throw with value v lands in hand (throwing_hand + v) mod 2. Since we have two hands (0 = left, 1 = right):

  • Odd values (1, 3, 5, 7…): (hand + odd) mod 2 = opposite hand. The throw crosses.
  • Even values (2, 4, 6, 8…): (hand + even) mod 2 = same hand. The throw returns.

For the cascade (3): every throw crosses. The pattern is a single loop involving both hands simultaneously.

For the fountain (4): every throw returns. The pattern splits into two independent loops, one per hand. The hands are mathematically decoupled.

This mathematical decoupling is the source of what many jugglers describe as the “isolated” feeling of the fountain. Each hand is doing its own job. The hands do not depend on each other’s timing in the way they do in the cascade.

Cascade (siteswap 3): one shared loopFountain (siteswap 4): two independent loopsLeftRight3 (cross)3 (cross)LeftRight4 (self loop)4 (self loop)Each hand: independent 2-ball showerNo coupling between left and right
Cascade vs fountain: the coupling structure. In the cascade (left), both hands participate in a single shared loop. In the fountain (right), each hand runs its own independent loop. The arrows show throw destinations.

Why four is often harder to learn than five

Counterintuitively, most jugglers find the 4-ball fountain harder to learn than the 5-ball cascade, despite 5 requiring more objects and higher throws. The reason is coordination asymmetry.

The 3-ball cascade uses alternating throws: right, left, right, left. Each throw is triggered by the previous catch on the opposite side. The hands are constantly giving each other timing cues. This tight coupling makes the pattern self-cueing - one hand’s action sets up the other’s.

The 4-ball fountain requires both hands to operate simultaneously in parallel at the same tempo. There is no cross-body cue. The left hand must maintain its own consistent throw height and timing while the right hand does the same, independently.

This places much higher demands on internal rhythm generation - the ability to maintain a steady tempo without external cues. Research by Wing and Kristofferson (1973) on the neural mechanisms of timing shows that internally generated rhythms have higher variability than externally cued rhythms. The cascade gives each hand an external cue (the opposite hand’s throw); the fountain provides none.

The 5-ball cascade, despite having more balls, uses the same alternating cross structure as the 3-ball cascade. The hands are still coupled, still cueing each other. The difficulty is higher, but it uses a coordination structure the nervous system already knows.

The crossing fountain: (4x,4)(4,4x)

A close cousin of the standard fountain produces trails that cross instead of running parallel. This is the crossing fountain, siteswap (4x,4)(4,4x) in synchronous notation.

In the crossing fountain, throws alternate between crossing to the opposite hand and returning to the same hand. The pattern uses synchronous throws (both hands throw simultaneously) with the x modifier indicating a crossing throw.

The siteswap validity check: each pair (4x, 4) contributes a cross-hand 4 and a same-hand 4. Per hand: value 4, which returns to the same hand. The combined state satisfies the validity condition.

Visually: the crossing fountain looks more like a cascade, with balls weaving across each other. Physically it is still a 4-ball pattern with the same timing constraints as the standard fountain, but with a richer visual texture - the trails form X shapes rather than parallel columns.

Two people facing each other, clubs and light trails forming a symmetric grid between them, showing the mathematical structure of passing patterns

The same structure appears at a larger scale in two-person passing: two independent circuits (one per juggler) that cross at a fixed exchange point. The mathematics of individual patterns and passing patterns share the same underlying graph structure - the difference is which nodes in the graph belong to which performer.

The neurological boundary at 4

Research on the development of juggling skill has identified a consistent difficulty spike at the 3-to-4 ball transition that is not present at 4-to-5. Several studies (Beek and colleagues, 1990s) attribute this to the transition from alternating to parallel motor programs:

  • 1-2-3 balls: alternating coordination, externally cued
  • 4 balls: parallel coordination, internally timed
  • 5+ balls: alternating coordination again (cascade structure), externally cued

The 4-ball boundary is the only point where the coordination type changes. This predicts - correctly - that jugglers who have learned 5 balls often find 4-ball fountain easier than jugglers who have learned only 3, because 5-ball experience develops the internal timing required for the fountain.

“Four is not two more than two. It is a different kind of coordination. The cascade has two hands working together on a shared problem. The fountain has two hands working separately on parallel problems. That difference in coupling structure is the entire difficulty of the transition.”

Further reading

  • Wing, A.M., and Kristofferson, A.B. (1973). “Response delays and the timing of discrete motor responses.” Perception and Psychophysics, 14(1), 5-12. The timekeeper model.
  • Beek, P.J. (1989). Juggling Dynamics. PhD thesis, Free University Amsterdam. The foundational biomechanical study of juggling coordination.
  • Buhler, J. et al. (1994). “Juggling Drops and Descents.” American Mathematical Monthly, 101(6). See: The Mathematics of Siteswap for full treatment.
  • Summers, J.J. (1992). “Movement Behavior: A Field in Crisis?” Chapter on bimanual coordination and parallel vs alternating motor programs.

On this site: The Mathematics of Siteswap is the formal foundation - the theorem that explains why odd values cross and even values return. Three Props, Three Physics covers how the choice of prop changes the physical and neural constraints independently of ball count. Adding the Fourth Ball: On Scaling and Complexity explores the same 3-to-4 transition from the perspective of system design and cognitive complexity.