Irodov 1.12: Three Particles, One Spiral, and Infinite Revolutions in Finite Time
The problem
Three particles sit at the corners of an equilateral triangle with side . Each moves at constant speed directly toward the next, cyclically. Find the time until they meet and the total path each travels.
It looks like a kinematic bookkeeping problem. It isn’t. What makes it stick is that the same answer drops out of three completely different arguments, and each one tells you something the others don’t. The third one leads somewhere genuinely strange.
Symmetry first
Before writing anything down, ask: is particle 1 any different from 2 or 3?
No. The initial configuration has perfect three-fold symmetry, and the rule preserves it. Whatever happens to side 12 must happen identically to 23 and 31 — there’s nothing to break the symmetry.
So the triangle stays equilateral throughout. Three coupled 2D differential equations, six unknowns, collapse to tracking a single number: the side length . This reduction is doing almost all the work.
The relative-velocity argument
Two particles and a closing rate. The rate of change of the distance between two particles depends only on the component of their relative velocity along the line joining them:
Particle 1 moves directly toward particle 2, so its contribution along is .
Particle 2 moves toward particle 3. The interior angle of an equilateral triangle is , so the angle between sides 12 and 23 at vertex 2 is , meaning the angle between the direction and the direction is . Particle 2’s velocity component along is .
Constant. So decreases linearly:
Setting :
Note that particle 2 isn’t running away from particle 1 — it’s cutting diagonally toward particle 3. That diagonal contains a component toward particle 1. So the two particles close faster than : both contributions add in the same direction. If you naively thought “particle 1 chases at , it takes ” you’d be off by a factor of .
The centroid view
There’s a second argument that gives more insight into the geometry. Every particle moves toward the next vertex at speed . The key observation is how that velocity splits relative to the centroid.
For an equilateral triangle, the line from a vertex to the centroid makes exactly with the adjacent side. So the velocity at every vertex decomposes as:
The inward component is constant — the triangle stays equilateral so the angle never changes. The circumradius therefore shrinks at a constant rate:
Starting from :
Setting gives again. Same answer, different road.
But now we also have the tangential component , which is rotating the triangle. This sets up the third argument.
The logarithmic spiral
In polar coordinates about the centroid, both and are known:
So . Divide the two equations to eliminate time:
Separate variables: . Integrate:
A curve that cuts every radial line at a constant angle is a logarithmic spiral. Here the angle is at every point — the same from the velocity decomposition. The particles trace logarithmic spirals into the centroid.
Press play and watch the triangle shrink and rotate. The spiral trails converge fast — by about rad (half a revolution), the radius is less than of its initial value. The trajectories are clean but the convergence is brutal.
Infinite revolutions, finite time
From : as , necessarily . The particles rotate through infinitely many complete revolutions before reaching the centroid.
At the same time, is perfectly finite. So they do it in finite time.
This sounds like a contradiction. It isn’t, but the resolution is exactly Zeno’s paradox.
Look at the -th revolution. At the start of revolution , the radius is . The time for that revolution is approximately:
Each revolution individually takes positive time. If you look at each revolution in isolation and try to conclude something about the total, you’d say: infinitely many positive quantities, infinite sum. But the aggregate does the opposite — the series is geometric with ratio , and it sums to exactly .
This is Zeno’s paradox — same structure as Achilles and the tortoise. Infinitely many steps, each taking positive time, yet the sum is finite because the steps shrink fast enough. The time per revolution decays geometrically, and a geometric series with ratio converges hard. The total collapses to .
The reason the naive argument fails — “infinitely many positive durations must sum to infinity” — is the same reason it fails for Achilles: successive terms shrink fast enough to overpower the count.
Total path length
Each particle moves at constant speed throughout. Total path length:
Despite spiraling infinitely many times, each particle travels only — less than the side length. The successive revolutions contribute geometrically less to the total, and the sum closes.
Why this problem is worth remembering
The symmetry argument turns six coupled nonlinear ODEs into . That’s not a simplification — it’s a collapse. Without it, you’d be solving numerically and getting a number without the structure.
With it: relative velocity, polar decomposition, logarithmic spirals, and a Zeno-type sum all appear from a single observation that nothing is special about any particle. Irodov puts problems like this early because the habit of checking symmetry before writing equations is more useful than any particular technique.