Part I β€” Chapter 1

Mesopotamia & Egypt

The cradle of mathematics β€” where counting, measuring, and calculating began on clay tablets and papyrus scrolls

Timeline of Key Dates and Artifacts

c. 3400 BCE β€” Earliest Sumerian clay tokens for record-keeping

c. 3100 BCE β€” Proto-cuneiform numerals appear in Uruk

c. 2700 BCE β€” First Egyptian hieroglyphic numerals on the Palermo Stone

c. 2000 BCE β€” Old Babylonian period begins; sexagesimal place-value system fully developed

c. 1900 BCE β€” Plimpton 322 tablet (Pythagorean triples table)

c. 1850 BCE β€” Moscow Mathematical Papyrus (25 problems, including truncated pyramid volume)

c. 1800 BCE β€” YBC 6967 tablet (quadratic equation solutions)

c. 1800 BCE β€” YBC 7289 tablet (square root of 2 calculation)

c. 1650 BCE β€” Rhind Mathematical Papyrus copied by scribe Ahmes (84 problems)

c. 1550 BCE β€” Egyptian Mathematical Leather Roll (unit fraction table)

c. 600 BCE β€” Late Babylonian astronomical tablets with advanced arithmetic

1.1 The Babylonian Sexagesimal System

The story of mathematics begins in the river valleys of Mesopotamia, in the land between the Tigris and Euphrates β€” modern-day Iraq. Here, around 3400 BCE, the Sumerians began pressing wedge-shaped marks into soft clay tablets to keep accounts of grain, livestock, and labor. Over the following millennium, these primitive tallies evolved into one of the most sophisticated number systems of the ancient world: the sexagesimal (base-60) positional system of the Old Babylonian period (c. 2000–1600 BCE).

Why base 60? The choice likely arose from the merger of two earlier traditions β€” a base-10 system (counting on fingers) and a base-6 system (possibly counting the twelve finger-segments of one hand with the thumb as pointer, using five positions of the other hand). The number 60 has extraordinary divisibility: it is evenly divisible by 1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30, and 60 itself β€” a total of 12 factors. This made fraction arithmetic especially clean, since many common fractions terminate in base 60.

Definition: Sexagesimal Positional Notation

In the Babylonian system, a number is written as a sequence of digits separated by commas (in modern transcription), where each digit ranges from 0 to 59. The place values are powers of 60, reading from right to left:

$$d_n, d_{n-1}, \ldots, d_1, d_0 \;=\; d_n \times 60^n + d_{n-1} \times 60^{n-1} + \cdots + d_1 \times 60 + d_0$$

Each individual digit (0 through 59) was written using just two cuneiform symbols: a vertical wedge for 1 and a corner wedge for 10, combined additively within each position.

The system was positional, meaning the same symbol could represent different values depending on its position β€” just as the digit 3 means three hundred in 345 but three in 123. This was a revolutionary leap. The Egyptians, Greeks, and Romans all usedadditive systems where a symbol always meant the same value regardless of position. Positional notation enables compact representation of very large and very small numbers, and makes arithmetic algorithms (addition, subtraction, multiplication, division) far more systematic.

One critical limitation of the early Babylonian system was the absence of a zero as a placeholder. If a position was empty, scribes simply left a larger gap β€” an ambiguous convention that could lead to confusion between, say, 1,0,1 (= 3601) and 1,1 (= 61). It was not until the Seleucid period (c. 300 BCE) that a special placeholder symbol β€” two small slanted wedges β€” was introduced for internal empty positions, though even then it was never used at the end of a number.

Example: Converting 1,24,51,10 from Base-60 to Base-10

The famous Babylonian approximation of $\sqrt{2}$ is written in sexagesimal as 1;24,51,10 (where the semicolon separates the integer part from the fractional part). Let us convert the integer-style notation 1,24,51,10 to base-10:

$$1{,}24{,}51{,}10 \;=\; 1 \times 60^3 + 24 \times 60^2 + 51 \times 60^1 + 10 \times 60^0$$

$$= 1 \times 216000 + 24 \times 3600 + 51 \times 60 + 10 \times 1$$

$$= 216000 + 86400 + 3060 + 10 = 305{,}470$$

As a sexagesimal fraction (i.e., the value after the "sexagesimal point"), 1;24,51,10 represents:

$$1 + \frac{24}{60} + \frac{51}{60^2} + \frac{10}{60^3} = 1 + 0.4 + 0.014166\overline{6} + 0.0000462\overline{962} \approx 1.41421\overline{296}$$

The Babylonians compiled extensive tables of reciprocals to facilitate division. Since division by a number is equivalent to multiplication by its reciprocal, and since many reciprocals have finite sexagesimal representations (any number whose prime factors are only 2, 3, and 5 β€” the so-called "regular" numbers), this table-based approach was highly efficient. A standard reciprocal table included entries such as:

n1/n (sexagesimal)1/n (decimal)
20;300.5
30;200.333...
40;150.25
50;120.2
60;100.1666...
80;7,300.125
90;6,400.111...
100;60.1
120;50.0833...
150;40.0666...
160;3,450.0625
200;30.05
250;2,240.04
300;20.0333...

Numbers that were not regular (such as 7, 11, 13) have infinitely repeating sexagesimal expansions and were called igi nu ("no reciprocal") in Babylonian terminology. The scribes dealt with these through approximation tables or by avoiding such divisions when possible.

The legacy of base-60 persists to this day. We divide the hour into 60 minutes and the minute into 60 seconds. The circle is divided into 360 degrees (= 6 Γ— 60), each degree into 60 arc-minutes, and each arc-minute into 60 arc-seconds. Even the convention of writing coordinates in degrees-minutes-seconds is a direct inheritance from Babylonian astronomy.

1.2 Babylonian Algebra

The Old Babylonian scribes were master algebraists β€” though they expressed their algebra not in symbols but in rhetorical (purely verbal) form. Their clay tablets contain hundreds of problems that, when translated into modern notation, correspond to linear equations, quadratic equations, systems of equations, and even some cubic equations. The problems are typically posed as word problems about lengths, widths, areas, and volumes, but the underlying algebraic structure is unmistakable.

The quintessential Babylonian algebraic technique is completing the square β€” the same method taught in algebra courses today, but discovered nearly four thousand years ago. The Babylonians did not have a general quadratic formula; instead, they had a procedure (an algorithm) that they applied to specific numerical problems.

The Babylonian Procedure for Solving xΒ² + bx = c

Given a problem of the form "the square of a side plus b times the side equals c," the Babylonian procedure (in modern terms) is:

  1. Compute half of b: $\frac{b}{2}$
  2. Square it: $\left(\frac{b}{2}\right)^2$
  3. Add c: $\left(\frac{b}{2}\right)^2 + c$
  4. Take the square root: $\sqrt{\left(\frac{b}{2}\right)^2 + c}$
  5. Subtract half of b to get the answer: $x = \sqrt{\left(\frac{b}{2}\right)^2 + c} - \frac{b}{2}$

This is precisely the positive root of $x^2 + bx = c$, obtained by completing the square:

$$x^2 + bx = c \;\;\Longrightarrow\;\; \left(x + \frac{b}{2}\right)^2 = c + \frac{b^2}{4} \;\;\Longrightarrow\;\; x = -\frac{b}{2} + \sqrt{c + \frac{b^2}{4}}$$

The Babylonians also handled the related forms $x^2 - bx = c$ and $x^2 = bx + c$, with appropriate modifications to the procedure. They always sought positive solutions only β€” negative numbers had no physical meaning in their problem contexts.

A particularly important class of problems involved simultaneous equations of the form: given the sum and product of two unknowns, find the unknowns. If $x + y = s$ and $xy = p$, then the Babylonians recognized that $x$ and $y$ are the roots of the quadratic $t^2 - st + p = 0$. Their procedure was:

$$x = \frac{s}{2} + \sqrt{\left(\frac{s}{2}\right)^2 - p}, \qquad y = \frac{s}{2} - \sqrt{\left(\frac{s}{2}\right)^2 - p}$$

Example: YBC 6967 β€” A Quadratic Problem from c. 1800 BCE

The Yale Babylonian tablet YBC 6967 poses the following problem (paraphrased): "A number exceeds its reciprocal by 7. Find the number."

In Babylonian terms, "reciprocal" means the reciprocal in the table of igi (reciprocals relative to 60). If the number is $x$, then its reciprocal is $\frac{60}{x}$, and the problem states:

$$x - \frac{60}{x} = 7$$

Multiplying both sides by $x$:

$$x^2 - 60 = 7x \quad \Longrightarrow \quad x^2 - 7x = 60$$

The scribe's procedure (following the algorithm above for $x^2 - bx = c$ with $b = 7, c = 60$):

  1. Half of 7 is $\frac{7}{2} = 3;30$ (i.e., 3.5)
  2. Square it: $3.5^2 = 12;15$ (i.e., 12.25)
  3. Add 60: $12.25 + 60 = 72.25 = 1{,}12;15$
  4. Take the square root: $\sqrt{72.25} = 8.5 = 8;30$
  5. Add half of 7: $x = 8.5 + 3.5 = 12$

The answer is $x = 12$, and the reciprocal is $\frac{60}{12} = 5$. Check: $12 - 5 = 7$. Correct!

Remarkably, some tablets also present problems leading to cubic equations. The Babylonians compiled tables of cubes and cube roots (values of $n^3$ and $n^2(n+1)$) that allowed them to solve certain cubics by table lookup. The tablet BM 85200+ contains problems that reduce to cubics of the form $x^3 + x^2 = c$, solved by consulting a table of $n^2(n+1)$ values.

1.3 Plimpton 322

Among the most celebrated mathematical artifacts in the world is Plimpton 322, a small clay tablet (approximately 13 cm wide and 9 cm tall) now housed in the Rare Book and Manuscript Library at Columbia University. Dating to approximately 1800 BCE, this Old Babylonian tablet contains a table of 15 rows and 4 columns of numbers that encode Pythagorean triples β€” sets of integers $(a, b, c)$ satisfying $a^2 + b^2 = c^2$.

This means the Babylonians were systematically studying the Pythagorean relationship more than a thousand years before Pythagoras of Samos (c. 570–495 BCE) was born. The tablet does not merely list a few triples β€” it appears to present them in a mathematically organized way, generated by a deliberate algorithm.

Definition: Pythagorean Triple

A Pythagorean triple is a set of three positive integers $(a, b, c)$ such that $a^2 + b^2 = c^2$. The triple is called primitive if $\gcd(a, b, c) = 1$.

Generating Formula for Pythagorean Triples

Every primitive Pythagorean triple can be generated by choosing integers $p > q > 0$ with $\gcd(p, q) = 1$ and $p - q$ odd, and computing:

$$a = p^2 - q^2, \qquad b = 2pq, \qquad c = p^2 + q^2$$

Then $a^2 + b^2 = (p^2 - q^2)^2 + (2pq)^2 = p^4 - 2p^2q^2 + q^4 + 4p^2q^2 = p^4 + 2p^2q^2 + q^4 = (p^2 + q^2)^2 = c^2$.

The tablet's columns, when properly interpreted, correspond to the following for each row:

  • Column I: $\frac{c^2}{a^2}$ (or equivalently, $\sec^2\theta$ where $\theta$ is the angle opposite side $b$)
  • Column II: the short side $b$ (or $a$, depending on interpretation)
  • Column III: the hypotenuse $c$
  • Column IV: the row number (1 through 15)

Here are several of the Pythagorean triples encoded in Plimpton 322, along with the generating parameters $p$ and $q$:

Rowpqa = pΒ²-qΒ²b = 2pqc = pΒ²+qΒ²
1125119120169
26427336734564825
37532460148006649
412554127091350018541
594657297
1121345
15955690106

Example: Verifying Row 1 β€” the Triple (119, 120, 169)

With $p = 12$ and $q = 5$:

$$a = 12^2 - 5^2 = 144 - 25 = 119$$

$$b = 2 \times 12 \times 5 = 120$$

$$c = 12^2 + 5^2 = 144 + 25 = 169$$

Verification:

$$119^2 + 120^2 = 14161 + 14400 = 28561 = 169^2 \;\;\checkmark$$

Note that $p = 12 = 2^2 \times 3$ and $q = 5$ are both "regular" numbers (having only factors of 2, 3, and 5), which is a pattern observed across all rows of Plimpton 322. This strongly suggests the scribe deliberately chose regular generating parameters.

The interpretation of Plimpton 322 has been debated for decades. The three leading theories are:

  • Trigonometric table: Neugebauer and Sachs (1945) proposed it is a table of secant-squared values, organized by decreasing angle from roughly 45 degrees to 31 degrees β€” effectively the world's first trigonometric table.
  • Teacher's reference: Robson (2001) argued it is a pedagogical tool β€” a list of problems with known integer answers, designed for scribal training.
  • Exact sexagesimal trigonometry: Mansfield and Wildberger (2017) proposed it is a "ratio-based trigonometric table" using exact rational arithmetic rather than the approximate angle-based approach of later Greek trigonometry.

Regardless of which interpretation is correct, Plimpton 322 demonstrates that Babylonian mathematicians had a deep and systematic understanding of the $a^2 + b^2 = c^2$ relationship, a sophisticated method for generating integer solutions, and the ability to organize mathematical knowledge into structured tables β€” all more than three millennia ago.

1.4 The Babylonian Square Root Algorithm

One of the most impressive achievements of Babylonian mathematics is their method for computing square roots to remarkable accuracy. The tablet YBC 7289, a small clay tablet from the Yale Babylonian Collection (c. 1800–1600 BCE), depicts a square with its diagonals drawn, and along the diagonal is inscribed the sexagesimal number 1;24,51,10 β€” the Babylonian approximation of $\sqrt{2}$.

The Babylonian Square Root Method (Heron's Method)

To find $\sqrt{S}$, start with an initial guess $x_0$ and iterate:

$$x_{n+1} = \frac{1}{2}\left(x_n + \frac{S}{x_n}\right)$$

This converges quadratically to $\sqrt{S}$. It is mathematically identical to the Newton-Raphson method applied to $f(x) = x^2 - S$:

$$x_{n+1} = x_n - \frac{f(x_n)}{f'(x_n)} = x_n - \frac{x_n^2 - S}{2x_n} = \frac{1}{2}\left(x_n + \frac{S}{x_n}\right)$$

The geometric intuition is beautiful: if $x_n$ is an overestimate of $\sqrt{S}$, then $S/x_n$ is an underestimate, and their average is a better approximation.

Example: Computing √2 β‰ˆ 1;24,51,10

Let us apply the algorithm with $S = 2$ and initial guess $x_0 = 1$:

Iteration 1:

$$x_1 = \frac{1}{2}\left(1 + \frac{2}{1}\right) = \frac{3}{2} = 1.5$$

Iteration 2:

$$x_2 = \frac{1}{2}\left(\frac{3}{2} + \frac{2}{3/2}\right) = \frac{1}{2}\left(\frac{3}{2} + \frac{4}{3}\right) = \frac{1}{2} \cdot \frac{17}{6} = \frac{17}{12} \approx 1.41\overline{6}$$

Iteration 3:

$$x_3 = \frac{1}{2}\left(\frac{17}{12} + \frac{2}{17/12}\right) = \frac{1}{2}\left(\frac{17}{12} + \frac{24}{17}\right) = \frac{1}{2} \cdot \frac{577}{204} = \frac{577}{408} \approx 1.41421568\ldots$$

Now let us convert the Babylonian value 1;24,51,10 to decimal:

$$1 + \frac{24}{60} + \frac{51}{3600} + \frac{10}{216000} = 1.41421\overline{296}\ldots$$

The true value is $\sqrt{2} = 1.41421356\ldots$

The Babylonian value is accurate to five decimal places (error of about $6 \times 10^{-7}$). This level of precision is consistent with three iterations of the algorithm starting from a reasonable initial guess, or two iterations starting from $x_0 = 3/2$.

The quadratic convergence of this method is striking. If the error at step $n$ is $\varepsilon_n = x_n - \sqrt{S}$, then the error at the next step satisfies:

$$\varepsilon_{n+1} = \frac{\varepsilon_n^2}{2x_n} \approx \frac{\varepsilon_n^2}{2\sqrt{S}}$$

This means the number of correct digits approximately doubles with each iteration. Starting with 1 correct digit, after three iterations we have approximately $2^3 = 8$ correct digits β€” more than enough for the five sexagesimal digits seen on YBC 7289.

The Babylonians also computed square roots of other numbers. Tablets contain approximations of $\sqrt{3}$, $\sqrt{5}$, and other values, all consistent with the application of this iterative method. It is one of the earliest known examples of an iterative numerical algorithm in mathematics.

1.5 The Egyptian Number System

Across the deserts and along the Nile, a parallel mathematical tradition developed independently. Egyptian mathematics, though less algebraically sophisticated than its Babylonian counterpart, possessed its own distinctive elegance and produced remarkable results in geometry and practical computation.

The Egyptians used a hieroglyphic decimal system that was fundamentally additive rather than positional. There were distinct symbols for each power of 10:

ValueSymbolDescription
1|Single stroke
10∩Heel bone (arch shape)
100𝄦Coiled rope
1,000ጸLotus flower
10,000☞Pointing finger
100,000🐸Tadpole (or frog)
1,000,000πŸ™‹Seated god with raised arms

To write a number, the Egyptian simply repeated each symbol as many times as needed. For example, the number 4,523 would be written with 4 lotus flowers, 5 coiled ropes, 2 heel bones, and 3 strokes. The order of symbols did not matter (unlike a positional system), though they were conventionally arranged from largest to smallest.

Definition: Egyptian Unit Fractions

The Egyptian system of fractions was built almost entirely from unit fractions β€” fractions with numerator 1 (written with a special hieroglyph for "part" placed over the denominator). The only exceptions were the fraction $\frac{2}{3}$, which had its own special symbol, and the Eye of Horus fractions (powers of $\frac{1}{2}$).

Every other fraction was expressed as a sum of distinct unit fractions. For example:

$$\frac{2}{5} = \frac{1}{3} + \frac{1}{15}, \qquad \frac{2}{7} = \frac{1}{4} + \frac{1}{28}, \qquad \frac{3}{4} = \frac{1}{2} + \frac{1}{4}$$

This unit fraction system may seem cumbersome to modern eyes, but it had practical advantages. When dividing goods among workers, expressing shares as sums of distinct unit fractions made it clear how to physically partition a quantity. If 3 loaves must be divided among 5 workers, the Egyptian answer $\frac{1}{3} + \frac{1}{15}$ tells you to cut each loaf into thirds (giving 5 workers each one third-piece, with some adjustment for the remaining portion).

The 2/n table at the beginning of the Rhind Papyrus is a masterwork of computational ingenuity: it gives unit fraction decompositions of $\frac{2}{n}$ for every odd $n$ from 3 to 101. Some examples:

$$\frac{2}{3} = \frac{1}{2} + \frac{1}{6}, \qquad \frac{2}{5} = \frac{1}{3} + \frac{1}{15}, \qquad \frac{2}{7} = \frac{1}{4} + \frac{1}{28}$$

$$\frac{2}{9} = \frac{1}{6} + \frac{1}{18}, \qquad \frac{2}{11} = \frac{1}{6} + \frac{1}{66}, \qquad \frac{2}{13} = \frac{1}{8} + \frac{1}{52} + \frac{1}{104}$$

The choices of decomposition are not always the "simplest" β€” the scribes appear to have followed aesthetic and practical preferences (avoiding very large denominators, preferring even denominators for ease of halving). The algorithm underlying the table construction remains debated among historians.

Egyptian multiplication was performed by successive doubling (also called the "Russian peasant" method). To compute $a \times b$, the scribe would repeatedly double $a$ (which is trivial in any additive system) and then sum those doublings that correspond to the binary representation of $b$. For example, to compute $13 \times 12$:

1 Γ— 12 = 12 Β Β  ← (selected, since 13 = 1 + 4 + 8)

2 Γ— 12 = 24

4 Γ— 12 = 48 Β Β  ← selected

8 Γ— 12 = 96 Β Β  ← selected

Total: 12 + 48 + 96 = 156

1.6 The Rhind Mathematical Papyrus

The Rhind Mathematical Papyrus (also known as the Ahmes Papyrus) is the most extensive surviving document of ancient Egyptian mathematics. It was purchased by the Scottish antiquary Alexander Henry Rhind in Luxor in 1858 and is now held in the British Museum (with small fragments in the Brooklyn Museum). The papyrus is about 5.5 meters long and 33 cm wide, written in hieratic script by a scribe named Ahmes (c. 1650 BCE), who states that he is copying from an older document from the reign of Amenemhat III (c. 1860–1814 BCE).

Ahmes opens with the ambitious declaration that this is the "correct method of reckoning, for grasping the meaning of things and knowing everything that is, obscurities and all secrets." The papyrus contains 84 problems covering arithmetic (division of loaves, the 2/n table), algebra (aha problems solved by false position), geometry (areas and volumes), and practical applications.

Method of False Position (Regula Falsi)

Many problems in the Rhind Papyrus take the form: "Aha, its whole, its $\frac{1}{n}$ of it, added together, gives $m$." In modern notation: find $x$ such that $x + \frac{x}{n} = m$.

The method of false position works as follows:

  1. Guess a convenient value for $x$ (choose one that makes the arithmetic easy).
  2. Compute the result of the left-hand side using this guess.
  3. Determine the correction factor: divide the desired result by the computed result.
  4. Multiply the guess by the correction factor to get the true answer.

Example: Rhind Papyrus Problem 24 β€” 'Aha' Calculation

"A quantity, its $\frac{1}{7}$ added to it, becomes 19. What is the quantity?"

In modern notation: find $x$ such that $x + \frac{x}{7} = 19$.

Step 1: Guess $x = 7$ (chosen because it makes $\frac{x}{7}$ a whole number).

Step 2: Compute: $7 + \frac{7}{7} = 7 + 1 = 8$

Step 3: We need 19 but got 8. The correction factor is $\frac{19}{8} = 2 + \frac{1}{4} + \frac{1}{8}$

Step 4: True answer: $x = 7 \times \frac{19}{8} = \frac{133}{8} = 16 + \frac{1}{2} + \frac{1}{8}$

Verification:

$$\frac{133}{8} + \frac{1}{7} \cdot \frac{133}{8} = \frac{133}{8} \cdot \frac{8}{7} = \frac{133}{7} = 19 \;\;\checkmark$$

The method of false position is mathematically equivalent to solving a linear equation by proportional reasoning. If $f(x) = x + \frac{x}{n}$ is linear, and we know that $f(x_0) = r$, then $f\left(\frac{m}{r} \cdot x_0\right) = m$. This works perfectly for linear problems and was later extended (by medieval Islamic and European mathematicians) to the double false position method for more complex equations.

The Egyptian Approximation of Pi

Problem 50 of the Rhind Papyrus asks: "A circular field has diameter 9 khet. What is its area?" The scribe's instruction is to subtract $\frac{1}{9}$ of the diameter and square the result:

Egyptian Circle Area Formula

The Egyptian rule for the area of a circle of diameter $d$:

$$A = \left(d - \frac{d}{9}\right)^2 = \left(\frac{8d}{9}\right)^2 = \frac{64d^2}{81}$$

Since the true area is $A = \frac{\pi d^2}{4}$, equating these gives:

$$\frac{\pi d^2}{4} = \frac{64 d^2}{81} \quad \Longrightarrow \quad \pi = \frac{256}{81} \approx 3.16049\ldots$$

This is within 0.6% of the true value of $\pi \approx 3.14159\ldots$ β€” a remarkable achievement for a civilization that predated Greek geometry by over a millennium.

Example: Rhind Papyrus Problem 50

Diameter $d = 9$ khet.

Subtract $\frac{1}{9}$ of 9: that is, subtract 1. So 9 - 1 = 8.

Square it: $8^2 = 64$ square khet.

By the modern formula: $A = \pi r^2 = \pi (4.5)^2 \approx 63.617$ square khet.

The Egyptian answer of 64 is impressively close, with an error of only about 0.6%.

How did the Egyptians arrive at this formula? One plausible explanation involves an octagonal approximation. If you inscribe a regular octagon inside a square of side 9, by cutting triangular corners from the square, the octagon has area approximately 63, which is close to 64. The scribes may have noticed empirically that $\left(\frac{8}{9}d\right)^2$ gives a very good approximation to the area of a circle inscribed in a square of side $d$.

1.7 Egyptian Volume Formulas

The Moscow Mathematical Papyrus (also known as the Golenischev Mathematical Papyrus), dating to approximately 1850 BCE and now in the Pushkin Museum in Moscow, is the second-most important mathematical papyrus from ancient Egypt. It contains 25 problems, and its crowning achievement is Problem 14 β€” the computation of the volume of a truncated pyramid (frustum).

Volume of a Truncated Pyramid (Moscow Papyrus Problem 14)

Given a truncated square pyramid with height $h$, bottom side $a$, and top side $b$, the volume is:

$$V = \frac{h}{3}\left(a^2 + ab + b^2\right)$$

This formula is exact. It is one of the most remarkable results in all of ancient mathematics, and its derivation must have required sophisticated geometric reasoning far beyond mere empirical measurement.

Example: Moscow Papyrus Problem 14 β€” The Frustum Calculation

The problem states (paraphrased): "If you are told: a truncated pyramid of 6 for the vertical height, by 4 on the base, by 2 on the top β€” you are to square this 4, result 16. You are to double 4, result 8. You are to square 2, result 4. You are to add 16, 8, and 4, result 28. You are to take a third of 6, result 2. You are to take 28 twice, result 56. See, it is 56."

In modern notation with $h = 6$, $a = 4$, $b = 2$:

$$V = \frac{6}{3}\left(4^2 + 4 \cdot 2 + 2^2\right) = 2\left(16 + 8 + 4\right) = 2 \times 28 = 56$$

We can verify this is correct using calculus. A square pyramid of height $H$ and base side $a$ has volume $\frac{1}{3}a^2 H$. Subtracting a smaller similar pyramid from the top:

$$V_{\text{frustum}} = \frac{1}{3}a^2 H - \frac{1}{3}b^2(H - h) = \frac{h}{3}(a^2 + ab + b^2) \;\;\checkmark$$

The derivation of this formula is far from obvious. Unlike the simple formulas for rectangles and triangles, which can be discovered empirically, the frustum formula involves the cross-term $ab$, which suggests genuine mathematical reasoning. One possible approach the Egyptians might have used involves decomposing the frustum into simpler solids: a rectangular block of volume $hb^2$, four triangular prisms, and four corner pyramids, whose volumes sum to the formula above.

Note that when $b = 0$ (a complete pyramid), the formula reduces to:

$$V = \frac{h}{3}(a^2 + 0 + 0) = \frac{ha^2}{3}$$

which is the correct formula for the volume of a square pyramid. And when $b = a$(a rectangular prism), it reduces to:

$$V = \frac{h}{3}(a^2 + a^2 + a^2) = ha^2$$

which is the volume of a cube (when $h = a$) or a rectangular prism. These special cases give confidence in the formula's correctness.

The Moscow Papyrus also contains other geometrically interesting problems. Problem 10, for instance, involves the surface area of what may be a hemisphere or a half-cylinder β€” the interpretation is debated. If it is indeed a hemisphere of diameter $d = 4.5$, then the Egyptian answer of $32$ corresponds to $A = 2 \times (8d/9)^2$, using their circle-area approximation. This would imply knowledge of curved surface areas β€” an extraordinary achievement.

The Egyptians also knew the formula for the volume of a cylinder. Given a circular base of diameter $d$ and height $h$, they computed:

$$V = \left(\frac{8d}{9}\right)^2 \times h = \frac{64d^2 h}{81}$$

This is simply their circle-area formula multiplied by the height β€” conceptually identical to the modern $V = \pi r^2 h$, with the approximation $\pi \approx \frac{256}{81}$.

1.8 Legacy and Comparison

The mathematical traditions of Mesopotamia and Egypt, developing largely independently over the third and second millennia BCE, represent humanity's first sustained engagement with abstract mathematical thought. Though both civilizations developed mathematics primarily for practical purposes β€” taxation, surveying, construction, astronomy, and calendar-keeping β€” their achievements transcended mere utility.

Babylonian Strengths

  • Positional notation: The sexagesimal place-value system enabled compact representation of numbers and efficient arithmetic algorithms β€” the most important innovation in the history of numeration until the Indian decimal system.
  • Algebraic sophistication: Solutions of quadratic and some cubic equations, systematic generation of Pythagorean triples, and sophisticated number theory.
  • Numerical methods: The square root algorithm demonstrates an understanding of iterative convergence that would not be formalized in the West until Newton.
  • Astronomical computation: Late Babylonian astronomers (c. 400–100 BCE) developed arithmetic methods for predicting planetary positions that influenced Greek and Islamic astronomy profoundly.

Egyptian Strengths

  • Geometric insight: The frustum formula and the circle-area approximation show genuine geometric reasoning beyond empirical measurement.
  • Practical computational methods: The method of false position, multiplication by doubling, and unit fraction arithmetic were robust and reliable tools.
  • Systematic pedagogy: The mathematical papyri are essentially textbooks, with problems arranged by type and difficulty, suggesting organized scribal education.
  • Architectural mathematics: The precision of the pyramids (the Great Pyramid's base is level to within 2 cm across 230 meters) implies sophisticated practical mathematics.

Key Differences

FeatureBabyloniaEgypt
Number baseBase-60 (sexagesimal)Base-10 (decimal)
NotationPositionalAdditive
FractionsSexagesimal fractions (finite or repeating)Unit fractions only
AlgebraQuadratics, some cubicsLinear equations (false position)
GeometryAreas, Pythagorean triplesAreas, volumes (frustum formula)
StyleAlgorithmic, table-basedProcedural, worked examples
MediumClay tablets (durable)Papyrus (perishable)

The survival bias is important: clay tablets are nearly indestructible, while papyrus decays in anything but the driest conditions. We have hundreds of thousands of cuneiform mathematical tablets but only a handful of Egyptian mathematical papyri. The Egyptian mathematical tradition may have been far richer than the surviving evidence suggests.

Both traditions influenced the Greeks directly. Thales and Pythagoras reportedly traveled to both Egypt and Babylon. The Greek historian Herodotus credited the Egyptians with inventing geometry ("earth measurement"). Babylonian arithmetic and astronomical methods were adopted and extended by Hellenistic astronomers, most notably Hipparchus and Ptolemy. The sexagesimal system persists in astronomy and timekeeping to this day.

Perhaps the deepest legacy is conceptual: these civilizations established the idea that mathematical procedures should be systematic, teachable, and verifiable. The Babylonian problem texts and the Egyptian mathematical papyri are, in essence, the world's first mathematics textbooks β€” and the direct ancestors of every algebra, geometry, and arithmetic course taught today.

Video Lectures

These video lectures cover the key mathematical techniques of ancient Egypt and Mesopotamia, from numeral systems and arithmetic operations to geometry and algebra.

Egyptian Symbols

Babylonian Symbols

Egyptian Multiplication

Egyptian Division

Fibonacci & Unit Fractions

False Position Method (Part 1)

False Position Method (Part 2)

Egyptian Area of a Circle

Truncated Pyramid Formula

The Trundle Wheel

Babylonian Multiplication & Division

Babylonian Quadratic Equation

Babylonian Right Triangles

Rate this chapter: