Folding a strip into thirds — the fujimoto generator
fujimoto is one function. Everything below came out of it during this
build, at arguments taken from the essays rather than invented for this page — so a figure
here is the same figure a reader meets in an essay, and when the generator changes, this
page changes with it.
At its defaults
n: 3
n: 3, start: 0.5, folds: 6
n: 5, start: 0.3, folds: 8
What it checked while it drew
Collected by running this generator with a listener on the assertions, not written here. The count is how many separate times this build put that claim to the test.
- a halving word of length 2 reaches 1/3, found from the order of 2 modulo 3 rather than by trying words ×3
- the denominator 3 is odd and greater than one, so plain halving cannot reach it ×3
- the exact point 1/3 returns to itself after the 6 folds of the word, so the word is a cycle rather than merely close ×3
- the distance between the wrong start and the exact point halves at every fold, to 1e-12 — the convergence is exact rather than observed ×1
- the first guess is a point of the strip, so the orbit drawn starts where a folder's thumb could ×1
Where it is called
Changing this generator changes every figure on this list, which is what makes the list worth publishing rather than keeping in a check script.
Dividing a loop into n
Fujimoto's method divides a strip into any number of equal parts by folding badly and then folding the error in half, over and over. It converges because each step halves what is left over. On a closed loop there is no edge for the leftover to sit against, and what replaces the edge is the loop's own closure.
Exact is not accurate
This site has two ways of dividing a strip into equal parts: a ladder that lands on the fraction as a rational number, and Fujimoto's method, which never arrives. Read as mathematics that settles it. Read as instructions for somebody with a sheet of paper it settles nothing, and past four parts the method that never arrives is the one whose crease lands nearer the mark.
Folding a strip into thirds
A third cannot be constructed by the axioms, so it is not constructed. It is guessed, and then halved into place — an algorithm rather than a construction, with an error that falls by exactly half at every fold.
One crossing, and then another
Folding a strip into thirds by Fujimoto's method halves the error at every fold and never reaches a third. There is a construction that arrives instead: cross the square's diagonal with a line through the mark you already have, and the crossing lands on the next fraction exactly — one fold per step, all the way down.
The kindergarten was a geometry class
Froebel put paper folding into mass education in the 1830s, and did it as mathematics rather than as craft. His three categories — the folds of life, of beauty, and of knowledge — are the first systematic treatment of folding anybody wrote down, and the third one is a geometry syllabus.
Every generator · The axioms and construction field · The patterns a reader can fold