Friday, May 29, 2026

Zeno, Feedback Loops, and the Difference Between a Phenomenon and Its Description

This post is a part of the series on audio amplifier feedback. The contents of the series can be found here.

Zeno's paradox of Achilles and the tortoise is usually presented as a puzzle about infinity. Achilles gives the tortoise a head start. To overtake it, he must first reach the tortoise's starting point. By then the tortoise has moved ahead. Achilles must then reach that new point, by which time the tortoise has moved again, and so on.

The modern mathematical resolution is familiar. If the tortoise is slower than Achilles, the time required to reach each successive point forms a geometric series:

$$
t = t_0 + rt_0 + r^2 t_0 + r^3 t_0 + \cdots
$$

where $0 < r < 1$. The sum is finite:

$$
t = \frac{t_0}{1-r}.$$

Calculus resolves the apparent contradiction.

What interests me is not the mathematical resolution itself but the source of the intuition that creates the paradox in the first place.

The physical event is straightforward: Achilles runs continuously and eventually overtakes the tortoise. The paradox appears only after an observer chooses to describe the event as an infinite sequence of checkpoints. Once that description has been introduced, it becomes tempting to reason about the checkpoints as though they were the mechanism of the motion itself.

The distinction is subtle. The checkpoints are real in the sense that they correspond to real positions. However, the decomposition of the motion into an infinite sequence of tasks is introduced by the observer. Achilles is not aware of the decomposition. The decomposition is a property of the analysis rather than a property of the runner.

A similar phenomenon appears in discussions of negative feedback amplifiers.

Consider the familiar error transfer function:

$$\frac{1}{1+A\beta}.$$

When $|A\beta|<1$, it can be expanded as

$$ 1-A\beta+(A\beta)^2-(A\beta)^3+\cdots.$$

The terms naturally suggest a story. An error appears at the output. A correction travels around the feedback loop. The correction is itself corrected. The process repeats indefinitely. The mathematics seems to support the intuition because the series resembles successive trips around the loop.

The difficulty is that useful negative feedback generally requires $|A\beta| \gg 1$, precisely where this expansion does not converge. The "error circulating around the loop" picture is therefore not a valid description of the physical operation of a practical amplifier.

For large loop gain, a more useful expansion of the same error transfer function is

$$ \frac{1}{1+A\beta} = \frac{1}{A\beta} \times \frac{1}{1+{1 \over {A\beta}}} = {1 \over {A\beta}} \times [1-{1 \over {A\beta}}+{1 \over {(A\beta)^2}}-{1 \over {(A\beta)^3}}+\cdots],$$

which converges when $|A\beta|>1$.

This expansion suggests a completely different intuition. Instead of a large error repeatedly corrected by the loop, it describes a small residual error with progressively smaller finite-gain corrections. Note that the physical amplifier has not changed. Only the mathematical representation has changed.

This observation suggests a possible common structure behind the two examples. In both cases, a phenomenon admits multiple mathematically valid descriptions. One description is then unconsciously promoted from a tool of analysis to an explanation of the mechanism itself. For Zeno, continuous motion is replaced by an infinite sequence of checkpoints. For feedback, a closed-loop equilibrium is replaced by an infinite sequence of corrections.

Neither decomposition is wrong. In fact, both are useful. The problem arises when reasoning shifts from the original phenomenon to the decomposition without noticing the substitution.

Perhaps this is why Zeno's paradox remains interesting even after its mathematical resolution has been known for centuries. The paradox may tell us less about motion than about a recurring habit of thought: once a decomposition becomes sufficiently natural, it becomes difficult to remember that it is a decomposition at all.