Fibonacci & Medieval Europe
How Hindu-Arabic numerals transformed European computation, and how the Fibonacci sequence, the golden ratio, and the work of Oresme prepared the ground for the Renaissance
8.1 The Dark Ages of European Mathematics
The fall of the Western Roman Empire in 476 CE did not immediately extinguish mathematical knowledge in Europe, but it did sever the institutional and cultural channels through which Greek learning had been transmitted. The great libraries of Alexandria and Athens were lost or dispersed. The Roman educational system, which had already marginalised mathematics in favour of rhetoric and law, collapsed entirely. For roughly six centuries (c. 500–1100), European mathematics was at its nadir.
What survived was preserved almost entirely by the Church. Boethius(c. 477–524) — the last Roman who could read Greek fluently — translated portions of Euclid and wrote textbooks on arithmetic, geometry, music, and astronomy that formed the core of the quadrivium (the four mathematical arts of the medieval curriculum). His De Institutione Arithmetica, based on Nicomachus of Gerasa, was the standard arithmetic textbook in Europe for nearly a thousand years. But Boethius's mathematics was elementary by Hellenistic standards — nothing beyond basic number theory and simple geometric propositions.
The Quadrivium
The medieval curriculum was divided into the trivium (grammar, logic, rhetoric) and the quadrivium (arithmetic, geometry, music, astronomy). The quadrivium was the “four ways” of mathematical knowledge:
- • Arithmetic: Number in itself (based on Boethius/Nicomachus)
- • Geometry: Number in space (fragments of Euclid)
- • Music: Number in time (Pythagorean ratios and harmony)
- • Astronomy: Number in space and time (Ptolemaic cosmology, calendrical computation)
In monastic scriptoria across Europe, monks copied and preserved mathematical texts alongside theological works. But the primary mathematical activity of the early medieval period was computus — the ecclesiastical calculation of the date of Easter, which depends on the interplay of the solar and lunar calendars. The Venerable Bede (c. 672–735), the great Anglo-Saxon scholar, wrote the definitive treatise on computus, De Temporum Ratione (725 CE), which required sophisticated calendrical arithmetic including modular calculations.
Computus: The Easter Problem
Easter falls on the first Sunday after the first full moon on or after the vernal equinox (March 21). Computing this requires:
- • The Metonic cycle: 19 solar years $\approx$ 235 lunar months
- • The Golden Number: the position of the year in the 19-year cycle, computed as
where $Y$ is the year. For $Y = 1202$ (the year of Fibonacci's Liber Abaci): $G = (1202 \bmod 19) + 1 = (5) + 1 = 6$.
Medieval computists developed elaborate tables and algorithms for these calculations — arguably the most sophisticated mathematical activity in early medieval Europe.
Gerbert of Aurillac (c. 946–1003), who became Pope Sylvester II, was perhaps the most mathematically gifted European of the early medieval period. He studied in Catalonia, where he encountered Arabic mathematics, and introduced the abacus with apices (tokens marked with Hindu-Arabic numerals, but without place-value notation or zero). Gerbert's innovations were a harbinger of changes to come, but they did not yet constitute a revolution.
The true transformation began in the 12th century with the great translation movement centred on Toledo, where scholars like Gerard of Cremona, Adelard of Bath, and Robert of Chester rendered Arabic mathematical and scientific texts into Latin. By 1200, Europe had access to al-Khwarizmi's algebra, Euclid's complete Elements, and the astronomical tables of the Islamic world. The stage was set for Fibonacci.
8.2 Leonardo of Pisa (Fibonacci, c. 1170–1250)
Leonardo Pisano Bigollo, known to posterity as Fibonacci (“son of Bonaccio”), was born around 1170 in Pisa, one of the great maritime republics of medieval Italy. His father, Guglielmo Bonaccio, was a customs official for the Pisan trading colony in Bugia (modern Béjaïa, Algeria), and it was there that the young Leonardo first encountered the Hindu-Arabic numeral system.
Leonardo later travelled extensively around the Mediterranean — to Egypt, Syria, Constantinople, Sicily, and Provence — studying under Arab mathematicians and absorbing the computational methods of the Islamic world. He became convinced that the Hindu-Arabic system was vastly superior to the Roman numeral system used throughout Europe, and he set out to demonstrate this superiority comprehensively.
The result was his masterpiece, Liber Abaci (“Book of Calculation”), first published in 1202 and revised in 1228. This massive work — over 600 pages in modern editions — was not merely a textbook on the new numeral system; it was a comprehensive encyclopedia of mathematical knowledge, covering arithmetic, algebra, geometry, and practical applications drawn from both Islamic and European traditions.
Fibonacci's Life and Works
- c. 1170 — Born in Pisa
- c. 1185–1200 — Travels in North Africa, Egypt, Syria, Constantinople
- 1202 — Liber Abaci (first edition)
- 1220 — Practica Geometriae (practical geometry)
- 1225 — Flos (solutions to challenge problems posed by Emperor Frederick II's court mathematician)
- 1225 — Liber Quadratorum (Book of Squares — number theory)
- 1228 — Liber Abaci (revised second edition, the only version that survives)
- c. 1250 — Dies in Pisa
Fibonacci's reputation was immense in his own lifetime. Emperor Frederick II, the “wonder of the world,” invited him to his court, where the court mathematician Johannes of Palermo posed challenge problems that Fibonacci solved brilliantly. The Republic of Pisa awarded him an annual pension in recognition of his services to mathematics and commerce.
8.3 Hindu-Arabic Numerals in Europe
The Liber Abaci opens with a systematic introduction to the nine Indian digits (1 through 9) and the zero (which Fibonacci calls zephirum, from the Arabic sifr, itself from the Sanskrit shunya meaning “empty”). He explains the decimal place-value system in which the position of each digit determines its value:
The revolution that Fibonacci championed was not merely notational — it was computational. With Roman numerals, even simple arithmetic was cumbersome. Consider the addition:
Roman vs. Hindu-Arabic Addition
Problem: Add 1207 and 844.
Roman numerals: MCCVII + DCCCXLIV
To add Roman numerals, one must mentally convert, group, and carry symbols — there is no column-based algorithm. The computation is unwieldy and error-prone.
Hindu-Arabic numerals:
8.3 Hindu-Arabic Numerals in Europe
PythonInteractive Python simulation
Click Run to execute the Python code
Code will be executed with Python 3 on the server
Column by column: $7 + 4 = 11$, write 1, carry 1.$0 + 4 + 1 = 5$. $2 + 8 = 10$, write 0, carry 1.$1 + 1 = 2$. Result: $2051$.
The place-value system makes the algorithm mechanical, fast, and reliable.
The advantages of Hindu-Arabic numerals were even more dramatic for multiplication and division. Fibonacci demonstrated the lattice method of multiplication (also called gelosia or “jalousie” multiplication, from its resemblance to a lattice window), as well as long division with a written algorithm. These methods were impossible with Roman numerals, which lacked both place value and zero.
The new system did not triumph overnight. There was fierce resistance from the abacists — merchants and accountants who used the traditional counting board (abacus) with Roman numerals or counters. In 1299, the city of Florence actually banned the use of Hindu-Arabic numerals in commercial bookkeeping, fearing that the zero could be easily altered to forge documents. The struggle between “algorists” (proponents of the new written arithmetic) and “abacists” (defenders of the counting board) persisted for centuries.
But the superior efficiency of the Hindu-Arabic system was irresistible. By the 15th century, it had triumphed throughout Europe. The Liber Abaci was the single most important agent of this transformation — not because it was the first European text on Hindu-Arabic numerals (Adelard of Bath and others had introduced them earlier), but because Fibonacci demonstrated the system's power through hundreds of worked problems drawn from commerce, law, and daily life, making it accessible and compelling to a wide audience.
8.4 The Fibonacci Sequence
Among the hundreds of problems in the Liber Abaci, one has achieved a fame far beyond what Fibonacci could have anticipated. It appears in Chapter 12 as the “rabbit problem”:
The Rabbit Problem (Liber Abaci, 1202)
“A man placed a pair of rabbits in a certain place surrounded by a wall. How many pairs of rabbits will be produced from that pair in a year, if every month each pair begets a new pair which becomes productive from the second month on?”
The answer generates the sequence: starting with one pair, after one month there is still one pair (the original, now mature); after two months, two pairs (the original has produced one offspring); after three months, three pairs; and so on. The number of pairs each month follows the recurrence:
The first 20 Fibonacci numbers are:
1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765
The sequence grows approximately exponentially. The ratio of consecutive terms converges to the golden ratio:
Binet's Formula
The $n$-th Fibonacci number can be expressed in closed form:
where $\varphi = \frac{1 + \sqrt{5}}{2}$ (the golden ratio) and $\psi = \frac{1 - \sqrt{5}}{2} \approx -0.618\ldots$
Proof sketch: The recurrence $F_{n+2} = F_{n+1} + F_n$ has characteristic equation:
The roots are $r = \frac{1 \pm \sqrt{5}}{2}$, giving $\varphi$ and $\psi$. The general solution is:
Applying initial conditions $F_1 = 1$ and $F_2 = 1$:
Since $\varphi^2 = \varphi + 1$ and $\psi^2 = \psi + 1$, the second equation becomes:
Substituting $A\varphi + B\psi = 1$: $1 + A + B = 1$, so$A + B = 0$, giving $B = -A$.
From the first equation: $A\varphi - A\psi = 1$, so$A(\varphi - \psi) = 1$. Since$\varphi - \psi = \sqrt{5}$:
Therefore $F_n = \frac{\varphi^n - \psi^n}{\sqrt{5}}$. □
Verification: Binet's Formula for F_10
We know $F_{10} = 55$. Using Binet's formula:
Since $|\psi| < 1$, the term $\psi^n$ becomes negligible for large $n$, so $F_n \approx \frac{\varphi^n}{\sqrt{5}}$ rounded to the nearest integer.
The Fibonacci sequence appears throughout mathematics and nature: in phyllotaxis (the arrangement of leaves on a stem), the spiral patterns of sunflowers and pinecones, the branching of trees, and the shell of the nautilus. These connections were not known to Fibonacci himself — they were discovered gradually over the following centuries, particularly by Kepler (who noted the connection to phyllotaxis in 1611) and later naturalists.
8.5 The Golden Ratio
The golden ratio, denoted $\varphi$ (phi), is defined as the positive root of the equation:
Geometrically, it arises from the “extreme and mean ratio” of Euclid (Book VI, Definition 3): a line segment is divided in the golden ratio when the ratio of the whole to the larger part equals the ratio of the larger to the smaller:
Algebraic Properties of the Golden Ratio
• Self-similar: $\varphi^2 = \varphi + 1 = 2.618\ldots$
• Reciprocal: $\frac{1}{\varphi} = \varphi - 1 = 0.618\ldots$
• Powers: $\varphi^n = F_n \varphi + F_{n-1}$ for all positive integers $n$
• Continued fraction: $\varphi = 1 + \cfrac{1}{1 + \cfrac{1}{1 + \cfrac{1}{1 + \cdots}}}$
The continued fraction representation is remarkable: the golden ratio is the simplest possible continued fraction (all partial quotients are 1). This makes it, in a precise sense, the most irrational number — the hardest to approximate by rational numbers. A theorem of Hurwitz states that for any irrational $\alpha$, there are infinitely many rationals $p/q$ with:
and the constant $\sqrt{5}$ is best possible, since equality is essentially achieved when $\alpha = \varphi$. The Fibonacci numbers $F_n/F_{n-1}$ are precisely the rational approximants that converge most slowly to $\varphi$.
The connection between the Fibonacci sequence and the golden ratio can be stated precisely:
Fibonacci-Golden Ratio Connection
(1) $\lim_{n\to\infty} \frac{F_{n+1}}{F_n} = \varphi$
(2) The sum of a geometric-Fibonacci series: $\sum_{n=1}^{\infty} \frac{F_n}{10^n} = \frac{10}{89}$
(3) Cassini's identity: $F_{n-1}F_{n+1} - F_n^2 = (-1)^n$
(4) $\gcd(F_m, F_n) = F_{\gcd(m,n)}$
The golden ratio appears in the geometry of the regular pentagon and pentagram (the ratio of diagonal to side is $\varphi$), in the icosahedron and dodecahedron (whose coordinates involve $\varphi$), and in the Penrose tilings discovered in the 1970s. Whether it truly appears in ancient Greek architecture (the Parthenon) and Renaissance art (da Vinci) is debated — many such claims are based on imprecise measurements and wishful thinking. But its mathematical significance is beyond question.
8.6 Fibonacci's Other Contributions
While the Fibonacci sequence is his most famous legacy, Fibonacci's Liber Quadratorum (“Book of Squares,” 1225) is arguably his most mathematically sophisticated work. It is a treatise on number theory, focused on problems involving sums and differences of squares. The historian of mathematics L. E. Sigler called it “the greatest work in number theory before Fermat.”
Fibonacci's Identity (Brahmagupta-Fibonacci Identity)
The product of two sums of two squares is itself a sum of two squares:
Proof: Expand the right side:
□ This identity was known to Brahmagupta (7th century) and Diophantus before him, but Fibonacci gave it particular prominence and used it systematically.
Application of Fibonacci's Identity
Express $(1^2 + 2^2)(3^2 + 4^2) = 5 \times 25 = 125$ as a sum of two squares:
So $125 = (-5)^2 + 10^2 = 25 + 100$. ✓
Alternatively: $ac + bd = 3 + 8 = 11$, $ad - bc = 4 - 6 = -2$, giving $125 = 11^2 + 2^2 = 121 + 4$. ✓
Fibonacci also studied congruent numbers — integers $n$ that are the area of a right triangle with rational sides. He showed that $n = 5$ is congruent (the right triangle with sides$\frac{3}{2}, \frac{20}{3}, \frac{41}{6}$ has area 5) and that $n = 7$is congruent. The congruent number problem remains one of the deepest open problems in number theory, connected to elliptic curves and the Birch and Swinnerton-Dyer conjecture.
In the Liber Abaci, Fibonacci also introduced European readers to problems from Islamic algebra, including systems of linear equations, the Chinese remainder theorem, and a variety of commercial arithmetic problems (profit and loss, currency exchange, alligation). His treatment of Egyptian-style fraction decomposition (expressing fractions as sums of unit fractions) was particularly thorough and original. The greedy algorithm for Egyptian fractions, often attributed to Fibonacci, is still studied in combinatorial number theory.
8.7 Jordanus de Nemore (fl. c. 1220–1260)
While Fibonacci was the dominant mathematical figure of 13th-century Europe, Jordanus de Nemore (whose identity remains mysterious — he may have been a German-born scholar associated with the University of Paris) made complementary contributions that were equally important for the long-term development of European mathematics.
Jordanus's most significant mathematical work was De Numeris Datis (“On Given Numbers”), a collection of algebraic problems solved using generalletter notation rather than specific numerical examples. Where al-Khwarizmi and Fibonacci stated problems with particular numbers (e.g., “a square and ten roots equal thirty-nine”), Jordanus used letters to represent arbitrary quantities — a crucial step toward symbolic algebra.
Jordanus's Algebraic Generality
A typical problem from De Numeris Datis: “If a given number is divided into two parts whose product is given, then each part is determined.”
In modern notation: given $s = a + b$ and $p = ab$, find$a$ and $b$. Jordanus derives:
The argument is conducted with letters throughout, not specific numbers. This level of generality would not become commonplace in European mathematics until Viète's work in the late 16th century.
Jordanus also made important contributions to mechanics (his De Ratione Ponderiscontains the first correct proof of the law of the inclined plane) and to number theory. His Arithmetica is a systematic treatise on the properties of numbers that goes well beyond Boethius, incorporating results from Euclid's Elements (Books VII–IX) and extending them.
8.8 Nicole Oresme (c. 1320–1382)
Nicole Oresme was a French scholar who studied at the University of Paris under Jean Buridan, became Dean of the Cathedral of Rouen, and served as advisor to King Charles V of France. He was the most original mathematical thinker in medieval Europe — his ideas on fractional exponents, graphical representation, and infinite series anticipated developments that would not be fully realised until the 16th and 17th centuries.
Fractional exponents. In his De Proportionibus Proportionum (c. 1350), Oresme introduced the idea of fractional exponents. He argued that if $a^2$ means “$a$ multiplied by itself,” and $a^3$ means the result multiplied by $a$ again, then it makes sense to define:
He verified that the laws of exponents hold for these fractional powers:
This was a profound conceptual leap. For the first time, exponents were being treated as quantities that could take non-integer values — a necessary precursor to the concept of a continuous exponent and, ultimately, the logarithm and exponential function.
Graphing functions. In his Tractatus de Configurationibus Qualitatum et Motuum (c. 1350), Oresme introduced a method of representing the variation of a quality (such as velocity or temperature) over time by plotting it graphically. He used a horizontal axis for the “longitude” (the extension — e.g., time) and a vertical axis for the “latitude” (the intensity — e.g., velocity). This proto-coordinate geometry anticipated Descartes by nearly three centuries.
Oresme classified motions as “uniform” (constant velocity, represented by a rectangle), “uniformly difform” (constant acceleration, represented by a triangle or trapezoid), and “difformly difform” (varying acceleration, represented by a curve). He proved the Merton mean speed theorem: that the distance travelled under constant acceleration equals the distance travelled at the mean velocity. In modern notation:
where $v_0$ and $v_1$ are the initial and final velocities and$t$ is the elapsed time. Oresme's proof is essentially geometric: the area under the velocity-time trapezoid equals the area of the rectangle at mean height.
Divergence of the harmonic series. Oresme's most celebrated mathematical result is his proof that the harmonic series diverges:
Oresme's Proof: Divergence of the Harmonic Series
Theorem: The series $\sum_{n=1}^{\infty} \frac{1}{n} = 1 + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} + \cdots$ diverges to infinity.
Proof (Oresme, c. 1350): Group the terms as follows:
Each group has a sum greater than or equal to $\frac{1}{2}$:
$\frac{1}{3} + \frac{1}{4} > \frac{1}{4} + \frac{1}{4} = \frac{1}{2}$
$\frac{1}{5} + \frac{1}{6} + \frac{1}{7} + \frac{1}{8} > \frac{1}{8} + \frac{1}{8} + \frac{1}{8} + \frac{1}{8} = \frac{1}{2}$
$\frac{1}{9} + \frac{1}{10} + \cdots + \frac{1}{16} > 8 \times \frac{1}{16} = \frac{1}{2}$
In general, the group from $\frac{1}{2^{k-1}+1}$ to $\frac{1}{2^k}$ contains $2^{k-1}$ terms, each at least $\frac{1}{2^k}$, so the group sum is at least $\frac{2^{k-1}}{2^k} = \frac{1}{2}$.
Since there are infinitely many groups, each contributing at least $\frac{1}{2}$, the sum is infinite. □
This is one of the earliest proofs that a series whose terms tend to zero can nevertheless diverge. The result is surprising and counterintuitive — the terms $\frac{1}{n}$become arbitrarily small, yet their sum is infinite. Oresme's elegant grouping argument is still the standard proof taught in calculus courses today.
Partial Sums of the Harmonic Series
$H_1 = 1$
$H_2 = 1 + \frac{1}{2} = 1.5$
$H_4 = 1 + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} \approx 2.083$
$H_{10} \approx 2.929$
$H_{100} \approx 5.187$
$H_{1000} \approx 7.485$
$H_{10^6} \approx 14.357$
The divergence is extremely slow: to exceed 100, one needs approximately $e^{100} \approx 2.69 \times 10^{43}$ terms! More precisely, $H_n \approx \ln n + \gamma$ where $\gamma \approx 0.5772$ is the Euler-Mascheroni constant.
8.9 Legacy — Preparing the Ground for the Renaissance
The medieval European mathematicians discussed in this chapter did not work in isolation. They were the beneficiaries of the great translation movement that brought Islamic (and through it, Greek and Indian) mathematics to Europe, and they were the precursors of the explosive developments of the Renaissance.
The key contributions of this period can be summarised as follows:
- • Hindu-Arabic numerals: The revolution in notation and computation that made modern mathematics possible. Without place-value notation and zero, the algebraic and computational advances of the Renaissance would have been inconceivable.
- • Number theory: Fibonacci's Liber Quadratorum established number theory as a living subject in Europe, preparing the ground for Fermat three centuries later.
- • Generality in algebra: Jordanus de Nemore's use of letter notation for arbitrary quantities anticipated the symbolic algebra of Viète and Descartes.
- • Graphical representation: Oresme's proto-coordinate geometry was a direct ancestor of Descartes's analytic geometry.
- • Fractional exponents: Oresme's conceptual leap opened the path to continuous exponents, logarithms, and the exponential function.
- • Infinite series: Oresme's divergence proof was one of the first rigorous results in analysis, foreshadowing the convergence theory that would become central to calculus.
Medieval European Mathematics: Key Dates
- c. 524 — Boethius writes De Institutione Arithmetica
- 725 — Bede's De Temporum Ratione (computus)
- c. 1000 — Gerbert introduces abacus with Hindu-Arabic apices
- 1085 — Reconquest of Toledo; translation movement begins
- 1145 — Robert of Chester translates al-Khwarizmi's Algebra
- 1202 — Fibonacci's Liber Abaci
- c. 1225 — Fibonacci's Liber Quadratorum
- c. 1240 — Jordanus's De Numeris Datis
- c. 1350 — Oresme's works on exponents, graphing, and series
- 1494 — Pacioli's Summa (compendium of all known mathematics)
By the time Luca Pacioli published his Summa de Arithmetica in 1494, Europe had absorbed the mathematical knowledge of the Islamic world, developed its own original contributions, and was poised for the dramatic advances of the 16th century — the solution of the cubic and quartic equations by Cardano and Ferrari, the symbolic algebra of Viète, and the revolutionary geometry of Descartes.
The medieval period is sometimes dismissed as a mathematical backwater, but this judgement is unjust. Fibonacci, Jordanus, and Oresme were mathematicians of the first rank, and their work was an indispensable bridge between the ancient and modern worlds.