The Games and Puzzles Journal — Issue 45, September-December 2006

Some Miscellaneous Results


Back to: GPJ Index Page
Sections on this page:
(1) New Records in Nonintersecting Knight Paths by Alexander Fischer
(2) Pythagorean Triplets in Babylonian Mathematics by Laszlo Koltai and George Jelliss
(3) A 16×16 Diagonal Magic Knight's Tour by S. K. Singh
[UPDATE 28 March 2022. A further 20x20 magic tour.]
1. New Records in Nonintersecting Knight Paths

6 September 2006

Dear webmaster I am a math and physics teacher from Germany. I managed to find a new record for the "longest-noncrossing-leaper-tour" on a 16*16 board by means of a computer algorithm (and partly by using the results already known). My work concerns the "183-step-jump" Robin Merson already conjectured to be possible on a 16*16 board. I attach a *.gif file.

Alexander Fischer, Eschborn, Germany

11 September 2006

Here is another improvement concerning the longest noncrossing leaper tour on a 14*14 chess board, it's of 135 steps length. By board extension some other records can possibly be improved.

Alexander Fischer


2. Pythagorean Triplets in Babylonian Mathematics by Laszlo Koltai (or Koltai Laszlo when at home in Hungary) 18 October 2006

Laszlo originally submitted this item to the Brights forum under the name "Ansem". I thought it was of interest to readers of the Games and Puzzles Journal and he has given permission for it to appear here.

In this subforum I feel encouraged to share my mathematic discovery. It's very little, but I still would be sorry to get it lost, so I share it on every (a very few) forum which seems good for the aim. The interesting thing about this discovery how for at least 2000 years mathematicians passed by it unnoticed, believing that the subject is closed and nothing is left to discover. It's like finding a pyramid in the center of Cairo. I had made the discovery when playing with LEGO bricks, but I have to start the explanation with the already known facts.

If a, b, c are the sides of a right-angled triangle, then a^2 + b^2 = c^2 (here a^2 means a square, etc). If a, b, c are all integer numbers, we call them a Pythagorean triplet. The only known method to find Pythagorean triplets (there is more than one method, but they are only variants of the original), is the following:

Choose two positive integer numbers: a bigger p and a less q. Then these three numbers:

make a Pythagorean triplet.

It's easy to validate:

and they are really equal. Ancient Babylonians must have been knowing this method, which is shown by a cuneiform tablet containing really big Pythagorean triplets. Plimpton 322 - Wikipedia

But how had they found the method? Most mathematican-historians (those who haven't met me yet) think the road was something like this [in a later post Laszlo cited: Bartel Leendert van der Waerden "Science Awakening" (1954)]:

They didn't use these forms and symbols, but this pair of equations (when the same pair of numbers is added and subtracted) was very familiar to them. So what if we regard c/b and a/b as unknown variables, and solve this system of equations for them.

These equations are easily satisfiable with the first-mentioned a, b, c triplet. For example, if p=2, q=1, a/b must be 3/4, c/b must be 5/4, so let be a=3, c=5, b=4.

Why do they think this was the method of the Babylonians? Because they don't know any other method. (All other publicly known methods are just variants of this.) I can't refute their statement, but I had found a much more simple and Babylonian-friendly method:

Let's imagine a Babylonian mathematician thinking above a squared grid, for example, a floor covered with squares of stone. We can use a squared paper to figure things out. The grid consists of vertical and horizontal lines, and the matching points are called nodes, if I'm correct.

Choose and mark a node. Go 2 units to the right, and 1 unit up. Mark the node there. Go 2 up, 1 left. Mark the node. Go 2 left, 1 down. Mark. Go 2 down, 1 right. You have arrived to the first marked node. The 4 marked nodes make up the angles of a tilted square. You can cover the whole paper with such tilted squares, but for this simplest example we will need only two.

So let's start again with an empty paper. Mark a node. 2 right, 1 up, mark. 2 right, 1 up, mark. 2 up, 1 left, mark. 2 left, 1 down, mark. 2 left, 1 down, mark. These nodes make up two squares, which make up one rectangle. Now, look what we have done. We started with the diagonal of a 2X1 rectangle. From four such line, we made a square. From such squares, we made a bigger 2X1 rectangle. One of the diagonals of this big rectangle lies on a horizontal line of the original grid. So we know it is 5 units long. The other diagonal is tilted in the original grid, but we know it must be also 5 units long. We can make it the hypotenuse of a right-angled triangle, which has a horizontal leg with 3 unit length, and a vertical leg with 4 units length [shown bold in the diagram].

The connection is: if you choose a diagonal of a pXq rectangle in the original grid, and make a square from four such lines, and make a "secondary grid" of such squares, and in this "secondary grid" also mark a pXq rectangle, the diagonals of this rectangle will produce the phenomenon. One of them will lie on a horizontal or vertical line of the original grid, the other will be tilted, so (having the same - integer - length) being able to make a Pythagorean triangle. The measures of this triangle will be identical to the ones we can obtain from the firstly mentioned formula, started with the p,q numbers.

If you really followed me by drawing on a paper, you might agree with me that a Babylonian more easily could get the result this way (which does not make sure that it really happened so).


Writing as "jeepyjay" I responded to the above item as follows:

I found this of interest, although of course it is nothing to do with Brights. Ansem may like to look at some more geometry of this type on my Knight's Tour Notes site [links updated here]:

The construction given by Ansem can be simplified a little, and presented in terms of "leapers" (otherwise known as generalised chess knights).

Take O as origin (0,0). A as point (p,0), B as point (p,q), so AB = q. And let the length of OB = h. By using the principle of similar triangles we will prove that h^2 = p^2 + q^2, the Pythagorean theorem.

Let the (p,q) leaper, starting from O, make p moves, reaching point C = (p^2, pq) at distance OC = ph. Now let the leaper, starting from C make q moves at right angles to OC, reaching D if it goes to the left, and reaching D' if it goes to the right. Then the triangles OAB and OCD are similar right angled triangles. OC = ph = h.OA and CD = qh = h.AB. Thus it follows that OD = h.OB = h.h = h^2.

The point D' lies on the line OA extended, that is on the x-axis. Its coordinates are D' = (p^2 + q^2, 0), the x-coordinate being equal to p horizontal steps of length p plus q horizontal steps of length q.

Finally, the two triangles OCD and OCD' are congruent, OD and OD' being the equal sides of an isosceles triangle, with OC its perpendicular bisector. So OD = OD', that is h^2 = p^2 + q^2. Thus we have proved the Pythagorean theorem (though only for the case when p and q are integers).

The coordinates of the point D are (p^2 - q^2, 2.p.q). Thus we also have the result that the sum of the squares of these coordinates equals p^2 + q^2. This is the method for generating Pythagorean triples that Ansem started with.

I enjoyed this, anyway!


Ansem responded with further constructions:

Since I noticed that I can put drawings here, I present another possible way for the ancient Babylonian to discover the triplets. It's only a variant of the ones already mentioned by you and me, and maybe not the most probable scenario, but I like it the most.

You can cut from paper a number of r,s legged right-angled triangles; the ancient Babylonian mathematician (well, he might be a priest at the same time) could make them from a not yet dried clay tablet. He wondered that from these little triangles he might be able to construct a bigger triangle which has not only its legs but also its hypotenuse as a whole number. After some trying, he got this:

(in this case, from four 1,2 legged right triangles) The two kites put together this way look promising: it's a figure with all whole number long sides and some of them tilted. But how could he make it more smooth? He noticed, that where the two kites are put together, one section is r (here: 1) the other is s (here: 2) long. So, if he multiplies one kite by s (here: 2) and the other by r (here: 1, so it remains the same) the two kites give a better form:

from which he just must cut a piece to get a right triangle with all whole sides. And in a further post:

Here is another possibility to discover the (s^2 – r^2) : 2.r.s : (s^2 + r^2) method for creating Pythagorean triplets geometrically. It's a little bit un-Babylonian, more Greekish, but still a possible candidate as the first such method. Somebody just drew an ABC rectangular triangle, where the right angle was at point C, and AC was longer than BC.

(S)he just stated that the shorter leg BC be 1 unit long, and the longer AC leg x long. Then drew another right angled triangle from points A, B, and D, where D lies in a straight line with A and C, and the right angle is at B.

What then is the length of CD? The ABC and BDC triangles are similar because they have identical angles, so CD:BC=BC:AC so CD is 1/x long. Let's draw a circle around the ABD triangle, and sign the center of the triangle as point E.

As a result we can see a rectangular triangle (CBE) of which all three sides we can calculate. The leg BC is 1 long as we chose. The hypotenuse BE is a radius in the circle. The diameter is AD, which is AC=x plus CD=1/x, so the radius is (x + 1/x)/2 long. And the CE leg is the DE radius = (x + 1/x)/2 minus CD=1/x that is (x - 1/x)/2. So CBE is a (x - 1/x)/2 : 1: (x + 1/x)/2 rectangular triangle.

We can chose x to be a rational number let's say s/r. So, if we multiply our triagle with 2.r.s we can get from the (s/r-r/s)/2 : 1: (s/r+r/s)/2 triangle the (s^2 – r^2) : 2.r.s : (s^2 + r^2) triangle.

concerning van de Waerden's treatment of the problem Laszlo also wrote:

[Perhaps] van der Waerden thought that his (just one) proof for the method presented by him is so strong that even mentioning the possibility of the geometric discovery is needless. If this was the case I would say this proof is very weak. He just refers to the 11. line of the Plimpton 322 tablet. It contains either the 45,60,75 or the 3/4,1,5/4 triplet. We can't know because they used a 60 based ("sexagezimal") system with no "sexagezimal point" marked. I still agree the 3/4,1,5/4 interpretation is slightly more probable. (If indeed we must interpret it, because for the Babylonians only the proportions were important here.) But as much as this triplet (that is, that one of the numbers is 1) is in accordance with van der Waerden's supposed Babylonian method, so is my latest presented geometrical method, and God knows with how many more, not yet persented ones. Not to mention the possibility that the concrete numbers of the triplet have nothing to do with the circumstances of the discovery, but are the result of a later, unknown viewpoint.


In a later email Laszlo writes:

On the net I have found this [a PDF file, requiring Adobe Reader] - unfortunately no longer at the address cited: http://www.math.siu.edu/kocik/pracki/44Cliffpdf.pdf (Clifford algebra)

The author reduces the finding of Pythagorean triplets to finding a complex number with whole numbers as real part, imaginary part, and norm, that is, if we take the complex number as vector, whole numbers as the two components and the length of the vector. Since the norm of a complex product is the product of the norms of the factors, a square of a complex number will have a whole norm. (The latter parts of the document - unfortunately - are too complex for my knowledge.)

But this complex-number-approach is very closely related to mine, where from a diagonal of a rectangle (a complex number-vector) I create a "secondary grid", and using this grid as another coordinate-system, I draw another vector. Actually by this I multiply the two complex number-vectors, even if I never heard about complex numbers. Since I used the same vector in the secondary grid, I made a square of the original complex number-vector.

Similarly, when you take a 2,1 leaper knight and take a 2,1 journey two ways, you multiply the 2+i complex number with its complex conjugate in one case and with itself in the other case. The norms of the products are equal.

Laszlo had a website: http://www.zorpia.com/klacika - unfortunately no longer at that address.


3. A 16×16 Diagonal Magic Knight's Tour

4 and 14 August 2006

You have printed some (12*12) Magic Tour in your journal, prepared by Mr Awani Kumar. I have solved a (16*16) magic knight tour. If you are interested in the above said magic tour to publish in Journal, I can provide. Please write. S.K. Singh (full address omitted here) Raebareli (U.P) 2291010 INDIA.

This is the tour sent by Mr Singh, together with a geometrical diagram:

11261911965122187200912018320211118181204
192195212518819961211842011011918220312117
127190193419718612382111811117611318020514
194312818912471981851101752101720813116179
129254636817125221701732121911217711415206
646713025322691722512010917420916207178115
255132656224917071242131681072621516610528
666125613172232501691082521416710627216165
13324447761472484588149232439215122829104
6077146245467314823344891502294293164217
24313475482471448750231154914022715210330
7859246145744925414390392301539441218163
13524255821392385186155224359615922631102
5879138239548314223538971582253495162219
24113681562371408552223156993622116010132
80572401378453236141983722215710033220161


UPDATE 28 March 2022: Awani Kumar writes that he has found a letter in his records from S K Singh from Raebareli, India, dated 19th February 2007, which includes a magic tour on a 20x20 board. The Diagonal Sums are 4010 +/- 2, pretty close to the magic constant 4010. I show it here in diagram form. The dots mark the cells numbered 1, 100, 101, 200, 201, 300, 301, 400 which are the ends of the quarters, with 1 at the top right corner.


Copyright © 2006 — G. P. Jelliss and contributing authors.
Publication of this final issue was in fact delayed until April 2010 due to computer problems, and is still not complete.