Archimedes's cattle problem

Smallest solution to Archimedes's cattle problem with each icon representing around 10206543 cattle

Archimedes's cattle problem (or the problema bovinum or problema Archimedis) is a problem in Diophantine analysis, the study of polynomial equations with integer solutions. Attributed to Archimedes, the problem involves computing the number of cattle in a herd of the sun god from a given set of restrictions. The problem was discovered by Gotthold Ephraim Lessing in a Greek manuscript containing a poem of forty-four lines, in the Herzog August Library in Wolfenbüttel, Germany in 1773.

The problem remained unsolved for a number of years, due partly to the difficulty of computing the huge numbers involved in the solution. The general solution was found in 1880 by Carl Ernst August Amthor [de] (1845–1916), headmaster of the Gymnasium zum Heiligen Kreuz (Gymnasium of the Holy Cross) in Dresden, Germany. Using logarithmic tables, he calculated the first digits of the smallest solution, showing that it is about 7.76×10206544 cattle, far more than could fit in the observable universe. The decimal form is too long for humans to calculate exactly, but multiple-precision arithmetic packages on computers can write it out explicitly.

History

In 1769, Gotthold Ephraim Lessing was appointed librarian of the Herzog August Library in Wolfenbüttel, Germany, which contained many Greek and Latin manuscripts. A few years later, Lessing published translations of some of the manuscripts with commentaries. Among them was a Greek poem of forty-four lines, containing an arithmetical problem which asks the reader to find the number of cattle in the herd of the god of the sun. It is now generally credited to Archimedes.

Problem

The problem, as translated into English by Ivor Thomas, states:

Solution

The first part of the problem can be solved readily by setting up a system of equations. If the number of white, black, dappled, and yellow bulls are written as and , and the number of white, black, dappled, and yellow cows are written as and , the problem is simply to find a solution to

which is a system of seven equations with eight unknowns. It is indeterminate and has infinitely many solutions. The least positive integers satisfying the seven equations are

which is a total of 50389082 cattle, and the other solutions are integral multiples of these. Note that given the prime number p = 4657 then the first four numbers are multiples of p, and both p and p+1 will appear repeatedly below.

The second part of the problem states that is a square number, and is a triangular number. The general solution to this part of the problem was first found by A. Amthor in 1880. The following version of it was described by H. W. Lenstra, based on Pell's equation: the solution given above for the first part of the problem should be multiplied by

where j is any positive integer and

Equivalently, squaring w results in

where is the fundamental solution of the Pell equation

The size of the smallest herd that could satisfy both the first and second parts of the problem is then given by j = 1 and is about (first solved by Amthor). Modern computers can easily print out all digits of the answer. This was first done at the University of Waterloo, in 1965 by Hugh C. Williams, R. A. German, and Charles Robert Zarnke. They used a combination of the IBM 7040 and IBM 1620 computers.

Pell equation

The constraints of the second part of the problem are straightforward and the actual Pell equation that needs to be solved can easily be given. First, it one asks that B + W should be a square, or using the values given above,

thus one should set k = (3)(11)(29)(4657)q2 for some integer q. That solves the first condition. For the second, it requires that D + Y should be a triangular number:

Solving for t,

Substituting the value of D + Y and k and finding a value of q2 such that the discriminant of this quadratic is a perfect square p2 entails solving the Pell equation

Amthor's approach discussed in the previous section was essentially to find the smallest such that it is integrally divisible by . The fundamental solution of this equation has more than 100,000 decimal digits.

References

Further reading

Uses material from the Wikipedia article Archimedes's cattle problem, released under the CC BY-SA 4.0 license.