The drawing illustrates how I visualize a Pythagoran triple, using the familiar (3, 4, 5) triple as an example.
The 5x5 square is c-squared, which is the sum of a-squared (3x3) and b-squared (4x4). The illustration shows how the nine (3x3) unit squares that comprise a-squared can be redistributed to wrap around b-squared: Since b-squared has four (4) squares on each side, the nine squares of a-squared can be arranged as four squares on the left, four squares on the top, and the remaining square in the upper left corner. So 4 + 4 + 1 = 9.
In this case, the "corner" value is 1, since the corner is a 1x1 square. All Pythagorean triples with a corner value of 1 are primitives, since c-b in all such cases is by definition 1.
A Pythagorea triple with a corner of 1 can be calculated for every odd number >= 3: the odd number is itself the a value. To find the b value, simply square the a value, subtract 1, and divide by 2. To find the c value, square the a value, add one, and divide by 2.
Example: Let a=11. Then b = (11^2 - 1) / 2 = 60, and c = (11^2 + 1) / 2 = 61. (You'll see the (11, 60, 61) triple listed below.)
Triples |
---|
32 + 42 = 52 |
52 + 122 = 132 |
72 + 242 = 252 |
92 + 402 = 412 |
112 + 602 = 612 |
132 + 842 = 852 |
152 + 1122 = 1132 |
172 + 1442 = 1452 |
192 + 1802 = 1812 |
212 + 2202 = 2212 |
232 + 2642 = 2652 |
252 + 3122 = 3132 |
272 + 3642 = 3652 |
292 + 4202 = 4212 |
312 + 4802 = 4812 |
332 + 5442 = 5452 |
352 + 6122 = 6132 |
372 + 6842 = 6852 |
392 + 7602 = 7612 |
412 + 8402 = 8412 |
432 + 9242 = 9252 |
452 + 10122 = 10132 |
472 + 11042 = 11052 |
492 + 12002 = 12012 |
512 + 13002 = 13012 |
532 + 14042 = 14052 |
552 + 15122 = 15132 |
572 + 16242 = 16252 |
592 + 17402 = 17412 |
612 + 18602 = 18612 |
632 + 19842 = 19852 |
652 + 21122 = 21132 |
672 + 22442 = 22452 |
692 + 23802 = 23812 |
712 + 25202 = 25212 |
732 + 26642 = 26652 |
752 + 28122 = 28132 |
772 + 29642 = 29652 |
792 + 31202 = 31212 |
812 + 32802 = 32812 |
832 + 34442 = 34452 |