Why is base 60 more precise for trigonometry, can you give an example?
One of the important claims the paper makes is that this is the only known trigonometric table that does not use any approximations. When using the table, approximations are only introduced when calculating the final result.
As I understand it there are two main reasons why the table has no approximations:
- The first one is that they think of trigonometry in terms of ratios of lengths (eg. length of the short side of a right angle triangle over the length of the diagonal) - while nowadays it is much more common to think of trigonometry in terms of angles ;
- The second reason is because they use the sexagecimal system.
Because 60 is a multiple of 2, 3 and 5 you can write 1/2, 1/3 and 1/5 as exact numbers.
For example, when using base 10 we can write 1/2 = 0.5 - but we can't write 1/3, because 10 is not divisible by 3. When using base 60, you can write 1/2=0."30" but also 1/3=0."20" (Where "30" and "20" are the symbols for the corresponding decimal values)
So to recapitulate:
- They considered trigonometry as ratios ;
- The sexagesimal system allowed them to write more exact ratios than the decimal system does.
The paper gives examples showing how the table is more precise than other known tables (though not as precise as what we get using computers). Whether this is only because of the two reasons above is not in itself demonstrated.
The article is nonsense; the choice of base 60 has nothing to do with geometry. There are a number of excellent books on Babylonian mathematics, e.g. by Neugebauer, Hoyrup, Friberg and Robson.
The sentences you quoted from The Telegraph are probably a garbled and misunderstood version of the following (correct) bits from the article (emphasis in last sentence added by me):
4.1. Reciprocal tables
Regular numbers [defined earlier as numbers of the form $2^a \times 3^b \times 5^c$] had a special place in OB [Old Babylonian] arithmetic and were used for division. Specifically, division by the regular number $n$ (the igi) was performed by looking up its reciprocal $\bar{n}$ (the igibi) on a table of reciprocals, followed by another look up on the multiplication table for n. The ‘standard’ table (see Table 2) lists 30 reciprocal pairs (Neugebauer and Sachs, 1945, 11), but there are variations which omit the reciprocal pairs $(1.12, 50)$, $(1.15, 48)$, $(1.20, 45)$ or add $(\frac23, 40)$ at the beginning (Friberg, 2007, 68).
Reciprocals of irregular numbers, such as $\dfrac{1}{7}$, do not exist in this system. Instead, division by an irregular number would be performed by multiplication by an approximate reciprocal, such as those found in YBC 10529 (Neugebauer and Sachs, 1945, 16). Nevertheless, this sexagesimal system allows for more division calculations to be performed exactly compared with our decimal system.
Note the last sentence. All this says is the fact that more reciprocals can be represented exactly in the sexagesimal system than can be represented exactly as decimal digits.
For example, in the decimal system, the reciprocal of $3$ (namely $\frac13$) cannot be represented exactly except as a fraction: which is fine. In the system that the Babylonians used, the reciprocal of $3$ would be represented by what we could write as as $0.\langle 20 \rangle$, or simply just “$20$”. This was a kind of floating-point representation where we don't bother to represent powers of $60$. A nice exposition of this system is the following paper of Knuth:
Donald E. Knuth, Ancient Babylonian Algorithms, Communications of the ACM, Volume 15 Issue 7, July 1972 (Pages 671-677) (PDF)