Rahul Sharma (Editor)

Formulas for generating Pythagorean triples

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Besides Euclid's formula, many other formulas for generating Pythagorean triples have been developed.

Contents

Euclid's, Pythagoras', and Plato's formulas

Euclid's, Pythagoras' and Plato's formulas for calculating triples have been described here:

The methods below appear in various sources, often without attribution as to their origin.

Fibonacci's method

Leonardo of Pisa (c. 1170 – c. 1250) described this method for generating primitive triples using the sequence of consecutive odd integers 1 , 3 , 5 , 7 , 9 , 11 , and the fact that the sum of the first n terms of this sequence is n 2 . If k is the n -th member of this sequence then n = ( k + 1 ) / 2 .

Choose any odd square number k from this sequence ( k = a 2 ) and let this square be the n -th term of the sequence. Also, let b 2 be the sum of the previous n 1 terms, and let c 2 be the sum of all n terms. Then we have established that a 2 + b 2 = c 2 and we have generated the primitive triple [a, b, c]. This method produces an infinite number of primitive triples, but not all of them.

EXAMPLE: Choose k = 9 = 3 2 = a 2 . This odd square number is the fifth term of the sequence, because 5 = n = ( a 2 + 1 ) / 2 . The sum of the previous 4 terms is b 2 = 4 2 and the sum of all n = 5 terms is c 2 = 5 2 giving us a 2 + b 2 = c 2 and the primitive triple [a, b, c] = [3, 4, 5].

Progressions of whole and fractional numbers

The German monk and mathematician Michael Stifel published the following method in 1544.

Consider the progression of whole and fractional numbers: 1 1 3 ,   2 2 5 ,   3 3 7 ,   4 4 9 ,

The properties of this progression are: (a) the whole numbers are those of the common series and have unity as their common difference; (b) the numerators of the fractions, annexed to the whole numbers, are also the natural numbers; (c) the denominators of the fractions are the odd numbers, 3 ,   5 ,   7 ,   9 , etc.

To calculate a Pythagorean triple select any term of this progression and reduce it to an improper fraction. For example, take the term 3 3 7 . The improper fraction is 24 7 . The numbers 7 and 24 are the sides, a and b, of a right triangle, and the hypotenuse is one greater than the largest side. For example:

1 1 3   yields   [ 3 , 4 , 5 ] ,  2 2 5   yields   [ 5 , 12 , 13 ] ,  3 3 7   yields   [ 7 , 24 , 25 ] ,  4 4 9   yields   [ 9 , 40 , 41 ] ,  

Jacques Ozanam republished Stifel's sequence in 1694 and added the similar sequence 1 7 8 ,   2 11 12 ,   3 15 16 ,   4 19 20 , with terms derived from n + 4 n + 3 4 n + 4 . As before, to produce a triple from this sequence, select any term and reduce it to an improper fraction. The numerator and denominator are the sides, a and b, of a right triangle. In this case, the hypotenuse of the triple(s) produced is 2 greater than the larger side. For example:

1 7 8 yields [ 15 , 8 , 17 ] , 2 11 12 yields [ 35 , 12 , 37 ] , 3 15 16 yields [ 63 , 16 , 65 ] , 4 19 20 yields [ 99 , 20 , 101 ] ,

Together, the Stifel and Ozanam sequences produce all primitive triples of the Plato and Pythagoras families respectively. The Fermat family must be found by other means.

P l a t o : c b = 1 , P y t h a g o r a s : c a = 2 , F e r m a t : | a b | = 1

Dickson's method

Leonard Eugene Dickson (1920) attributes to himself the following method for generating Pythagorean triples. To find integer solutions to x 2 + y 2 = z 2 , find positive integers r, s, and t such that r 2 = 2 s t is a square.

Then:

x = r + s , y = r + t , z = r + s + t .

From this we see that r is any even integer and that s and t are factors of r 2 2 .  All Pythagorean triples may be found by this method.  When s and t are coprime, the triple will be primitive. A simple proof of Dickson's method has been presented by Josef Rukavicka (2013).

Example: Choose r = 6. Then r 2 2 = 18 . The three factor-pairs of 18 are: (1, 18), (2, 9), and (3, 6). All three factor pairs will produce triples using the above equations.

s = 1, t = 18 produces the triple [7, 24, 25] because x = 6 + 1 = 7,  y = 6 + 18 = 24,  z = 6 + 1 + 18 = 25. s = 2, t =   9 produces the triple [8, 15, 17] because x = 6 + 2 = 8,  y = 6 +  9 = 15,  z = 6 + 2 + 9 = 17. s = 3, t =   6 produces the triple [9, 12, 15] because x = 6 + 3 = 9,  y = 6 +  6 = 12,  z = 6 + 3 + 6 = 15. (Since s and t are not coprime, this triple is not primitive.)

Method I

For Fibonacci numbers starting with F1=0 and F2=1 and with each succeeding Fibonacci number being the sum of the preceding two, one can generate a sequence of Pythagorean triples starting from (a3, b3, c3) = (4, 3, 5) via

( a n , b n , c n ) = ( a n 1 + b n 1 + c n 1 , F 2 n 1 b n 1 , F 2 n )

for n ≥ 4.

Method II

A Pythagorean triple can be generated using any two positive integers by the following procedures using generalized Fibonacci sequences.

For initial positive integers hn andhn+1, if hn+hn+1=hn+2 and hn+1+hn+2=hn+3, then

( 2 h n + 1 h n + 2 , h n h n + 3 , 2 h n + 1 h n + 2 + h n 2 )

is a Pythagorean triple.

Method III

The following is a matrix-based approach to generating primitive triples with generalized Fibonacci sequences. Start with a 2 × 2 array and insert two coprime positive integers ( q,q' ) in the top row. Place the even integer (if any) in the left-hand column.

[ q q ]

Now apply the following "Fibonacci rule" to get the entries in the bottom row:

q + q = p q + p = p [ q q p p ]

Such an array may be called a "Fibonacci Box". Note that q', q, p, p' is a generalized Fibonacci sequence. Taking column, row, and diagonal products we obtain the sides of triangle [a, b, c], its area A, and its perimeter P, as well as the radii ri of its incircle and three excircles as follows:

a = 2 q p b = q p c = p p q q = q p + q p radii ( r 1 = q q , r 2 = q p , r 3 = q p , r 4 = p p ) A = q q p p P = r 1 + r 2 + r 3 + r 4

The half-angle tangents at the acute angles are q/p and q'/p'.

EXAMPLE:

Using coprime integers 9 and 2.

[ 2 9 ] [ 2 9 11 13 ]

The column, row, and diagonal products are: (columns: 22 and 117), (rows: 18 and 143), (diagonals: 26 and 99), so

a = 2 ( 22 ) = 44 b = 117 c = ( 143 18 ) = ( 26 + 99 ) = 125 radii ( r 1 = 18 , r 2 = 26 , r 3 = 99 , r 4 = 143 ) A = ( 18 ) ( 143 ) = 2574 P = ( 18 + 26 + 99 + 143 ) = 286

The half-angle tangents at the acute angles are 2/11 and 9/13. Note that if the chosen integers q, q' are not coprime, the same procedure leads to a non-primitive triple.

Pythagorean triples and Descartes' circle equation

This method of generating primitive Pythagorean triples also provides integer solutions to Descartes' Circle Equation,

( k 1 + k 2 + k 3 + k 4 ) 2 = 2 ( k 1 2 + k 2 2 + k 3 2 + k 4 2 ) ,

where integer curvatures ki are obtained by multiplying the reciprocal of each radius by the area A. The result is k1 = pp', k2 = qp', k3 = q'p, k4 = qq'. Here, the largest circle is taken as having negative curvature with respect to the other three. The largest circle (curvature k4) may also be replaced by a smaller circle with positive curvature ( k0 = 4pp' − qq' ). EXAMPLE: Using the area and four radii obtained above for primitive triple [44, 117, 125] we obtain the following integer solutions to Descartes' Equation: k1 = 143, k2 = 99, k3 = 26, k4 = (−18), and k0 = 554.

A Ternary Tree: Generating All Primitive Pythagorean Triples

Each primitive Pythagorean triple corresponds uniquely to a Fibonacci Box. Conversely, each Fibonacci Box corresponds to a unique and primitive Pythagorean triple. In this section we shall use the Fibonacci Box in place of the primitive triple it represents. An infinite ternary tree containing all primitive Pythagorean triples/Fibonacci Boxes can be constructed by the following procedure.

Consider a Fibonacci Box containing two, odd, coprime integers x and y in the right-hand column.

[ x y ]

It may be seen that these integers can also be placed as follows:

[ x y ] , [ x y ] , [ y x ]

resulting in three more valid Fibonacci boxes containing x and y. We may think of the first Box as the "parent" of the next three. For example, if x = 1 and y = 3 we have:

[ 1 1 2 3 ] parent [ 2 1 3 5 ] , [ 1 3 4 5 ] , [ 3 1 4 7 ] children

Moreover, each "child" is itself the parent of three more children which can be obtained by the same procedure. Continuing this process at each node leads to an infinite ternary tree containing all possible Fibonacci Boxes, or equivalently, to a ternary tree containing all possible primitive triples. (The tree shown here is distinct from the classic tree described by Berggren in 1934, and has many different number-theoretic properties.) Compare: "Classic Tree". See also Tree of primitive Pythagorean triples.

Generating triples using quadratic equations

There are several methods for defining quadratic equations for calculating each leg of a Pythagorean triple. A simple method is to modify the standard Euclid equation by adding a variable x to each m and n pair. The m, n pair is treated as a constant while the value of x is varied to produce a "family" of triples based on the selected triple. An arbitrary coefficient can be placed in front of the "x" value on either m or n, which causes the resulting equation to systematically "skip" through the triples. For example, consider the triple [20, 21, 29] which can be calculated from the Euclid equations with a value of m = 5 and n = 2. Also, arbitrarily put the coefficient of 4 in front of the "x" in the "m" term.

Let m 1 = ( 4 x + m ) and let n 1 = ( x + n )

Hence, substituting the values of m and n:

Side  A = 2 m 1 n 1 = 2 ( 4 x + 5 )   ( x + 2 ) = 8 x 2 + 26 x + 20 Side  B = m 1 2 n 1 2 = ( 4 x + 5 ) 2 ( x + 2 ) 2 = 15 x 2 + 36 x + 21 Side  C = m 1 2 + n 1 2 = ( 4 x + 5 ) 2 + ( x + 2 ) 2 = 17 x 2 + 44 x + 29

Note that the original triple comprises the constant term in each of the respective quadratic equations. Below is a sample output from these equations. Note that the effect of these equations is to cause the "m" value in the Euclid equations to increment in steps of 4, while the "n" value increments by 1.

Pythagorean triples by use of matrices and linear transformations

Let [a, b, c] be a primitive triple with a odd. Then 3 new triples [a1, b1, c1], [a2, b2, c2], [a3, b3, c3] may be produced from [a, b, c] using matrix multiplication and Berggren's three matrices A, B, C. Triple [a, b, c] is termed the parent of the three new triples (the children). Each child is itself the parent of 3 more children, and so on. If one begins with primitive triple [3, 4, 5], all primitive triples will eventually be produced by application of these matrices. The result can be graphically represented as an infinite ternary tree with [a, b, c] at the root node. An equivalent result may be obtained using Berggrens's three linear transformations shown below.

[ 1 2 2 2 1 2 2 2 3 ] A [ a b c ] = [ a 1 b 1 c 1 ] ,   [ 1 2 2 2 1 2 2 2 3 ] B [ a b c ] = [ a 2 b 2 c 2 ] ,   [ 1 2 2 2 1 2 2 2 3 ] C [ a b c ] = [ a 3 b 3 c 3 ]

Berggren's three linear transformations are:

a + 2 b + 2 c = a 1 2 a + b + 2 c = b 1 2 a + 2 b + 3 c = c 1 [   a 1 ,   b 1 ,   c 1 ] + a + 2 b + 2 c = a 2 + 2 a + b + 2 c = b 2 + 2 a + 2 b + 3 c = c 2 [   a 2 ,   b 2 ,   c 2 ] + a 2 b + 2 c = a 3 + 2 a b + 2 c = b 3 + 2 a 2 b + 3 c = c 3 [   a 3 ,   b 3 ,   c 3 ]

Alternatively, one may also use 3 different matrices found by Price. These matrices A', B', C' and their corresponding linear transformations are shown below.

[ 2 1 1 2 2 2 2 1 3 ] A [ a b c ] = [ a 1 b 1 c 1 ] ,   [ 2 1 1 2 2 2 2 1 3 ] B [ a b c ] = [ a 2 b 2 c 2 ] ,   [ 2 1 1 2 2 2 2 1 3 ] C [ a b c ] = [ a 3 b 3 c 3 ]

Price's three linear transformations are

+ 2 a + b c = a 1 2 a + 2 b + 2 c = b 1 2 a + b + 3 c = c 1 [   a 1 ,   b 1 ,   c 1 ] + 2 a + b + c = a 2 + 2 a 2 b + 2 c = b 2 + 2 a b + 3 c = c 2 [   a 2 ,   b 2 ,   c 2 ] + 2 a b + c = a 3 + 2 a + 2 b + 2 c = b 3 + 2 a + b + 3 c = c 3 [   a 3 ,   b 3 ,   c 3 ]

The 3 children produced by each of the two sets of matrices are not the same, but each set separately produces all primitive triples.

For example, using [5, 12, 13] as the parent, we get two sets of three children:

[ 5 , 12 , 13 ] A B C [ 45 , 28 , 53 ] [ 55 , 48 , 73 ] [ 7 , 24 , 25 ] [ 5 , 12 , 13 ] A B C [ 9 , 40 , 41 ] [ 35 , 12 , 37 ] [ 11 , 60 , 61 ]

Area proportional to sums of squares

All primitive triples with b + 1 = c and with a odd can be generated as follows:

Height-excess enumeration theorem

Wade and Wade first introduced the categorization of Pythagorean triples by their height, defined as c - b, linking 3,4,5 to 5,12,13 and 7,24,25 and so on.

McCullough and Wade extended this approach, which produces all Pythagorean triples when k > h 2 d : Write a positive integer h as pq2 with p square-free and q positive. Set d = 2pq if p is odd, or d= pq if p is even. For all pairs (h,k) of positive integers, the triples are given by

( h + d k , d k + ( d k ) 2 2 h , h + d k + ( d k ) 2 2 h ) .

The primitive triples occur when gcd(k, h) = 1 and either h=q2 with q odd or h=2q2.

References

Formulas for generating Pythagorean triples Wikipedia