Parameters fill slots
A formula like has slots. is a slot for a size; is a slot for an angle in radians. Parameterizing a slot means filling it with a function of some other quantity, so that the formula's output follows that quantity. The angle slot of every sinusoid in these courses is filled the same way:
is time in seconds and is frequency in rotations per second. The product counts rotations completed by time , and the factor converts rotations to radians, the unit the angle slot expects. The frequency is the parameter: each choice of gives a different schedule for the same angle variable. Nothing about changes; only the source of its input does.
Move one: composition
Writing is the composition : the unchanged sine function, evaluated along a moving input. Any expression may fill a slot, provided it produces a value of the kind the slot expects; here that kind is an angle in radians. Because the function itself is untouched, every property of still holds at each instant; the only new fact is the input's schedule. Rates compose by the chain rule: the angle advances at radians per second, which is rotations per second.
The time bar on the left is the input . The circle on the right shows the angle that the substitution produces, with the swept arc shaded and full rotations counted. Doubling doubles the rate at which accumulates and changes nothing else: the circle, the sine, and the radian are all unchanged.
Move two: extension
Writing is not composition, because the original is defined for real and is not a real number. The substitution is justified differently. The exponential is defined by a construction:
is the input, and the limit is taken over the positive integers . The construction uses only addition and multiplication. Complex numbers have both operations, so the construction accepts complex inputs unchanged, and its output for complex defines the extended function. The old function is never evaluated outside its domain; a new function is built from the same construction, and the new function agrees with the old one wherever both are defined, that is, for real .
What survives the extension is precisely what can be proved from the construction using only addition and multiplication. The multiplication law survives: holds for any complex and . The split into growth and rotation also survives, and it is the structure the courses rely on:
In the input , the real part controls only the length of the output, and the imaginary part controls only its angle. Properties that mention order do not survive: “ is positive” and “ is increasing” are statements about the real number line, and complex numbers have no such order.
The widget tests the surviving laws. Drag anywhere and compare the measured length and angle of the construction's output against the predictions and . Place on the imaginary axis, where , and the predicted length stays at 1; place it on the real axis, where , and the predicted angle stays at 0.
The left plane shows the input , which can be dragged. The right plane shows the partial products of spiraling toward . A purely imaginary produces an output on the unit circle, which is Euler's formula as the special case . A purely real produces an output on the real axis, with no rotation. A mixed produces both effects at once, and the partial products trace a spiral. The two readouts agree at every position, and that agreement is the surviving structure of the extension.
The chain, assembled
The sequence from the courses uses both moves, one after the other:
The first arrow is the extension (move two): a one-time enlargement of the function's domain, justified by the construction. Every arrow after it is plain composition (move one): is an angle slot, is an angle-valued function of time parameterized by frequency, and adding shifts the starting angle. After the first arrow, the remaining substitutions are the same move as writing .
Check your understanding
In the web
Builds on the assumed floor only — a foundation.
- Euler’s formula — builds on this
- Waves & Buckets §1 — Sound, amplitude, and frequency
- Sines & Spectra §1 — Superposition: signals add
- Sines & Spectra §2 — Amplitude, frequency, and phase
- Sines & Spectra §8 — The discrete Fourier transform