A Pythagorean Triple is a set of three positive integers (whole numbers) that satisfy Pythagoras’ Theorem
First write down a list of all the square numbers:
1 4 9 16 25 36 49 64 81 100 121 144 169 …
Now look at the differences between successive squares:
3 5 7 9 11 13 15 17 19 21 23 25 …
The second sequence is of course just the odd integers, so among them are infinitely many squares:
{3, 4, 5} since 16+9=25
{5, 12, 13} since 144+25=169
{7, 24, 25} since 576+49=625
{9, 40, 41} since 1600+81=1681
And so on. I’ve highlighted the odd squares that give rise to these triples (
To my delight, I discovered that the middle numbers of each triple 4, 12, 24, 40, 60, … are not only all multiples of 4, but are none other than 4 x the triangular numbers.
The Triangular Numbers really easy to recall: just picture triangles of snooker balls as above. It’s now easy to generate a Pythagorean Triple of the form {a, b, b+1} (please note there are also infinitely many other Pythagorean Triples!):
In this example, we have generated the triple {13, 84, 85}.
Those who wish to verify the method can check that
In this way we get a pleasing correspondence between two mathematical objects related to triangles: the Triangular Numbers and a certain set of Pythagorean Triples.
More on Triangular (and Tetrahedral) numbers at How Many Gifts in The Twelve Days Of Christmas.
[mc4wp_form id=”399″]