Current Pythagorean Hypotenuse

2018 is a hypotenuse of a Pythagorean Triple. For the corresponding primitive triple find it's level l l in the Tree of primitive Pythagorean triples and the parent node. For level numbering use 1 1 for the first triple ( 3 , 4 , 5 ) (3,4,5) . For the parent node find the generating pair of integers m > n m>n using Euclid's formula. Enter the result as concatenated values of l m n lmn .

For example triple ( 9 , 40 , 41 ) (9,40,41) is at level 4 on the tree. Its parent node is ( 7 , 24 , 25 ) (7,24,25) with m = 4 , n = 3 : m 2 + n 2 = 25 , m 2 n 2 = 7 , 2 m n = 24 m=4, n=3: m^2 + n^2=25, m^2-n^2=7, 2mn=24 . The answer in this case would be 443 443 .


The answer is 6152.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Maria Kozlowska
Feb 12, 2018

Primitive triple always has an odd hypotenuse, therefore our corresponding primitive triple will have to have c = 1009 c=1009 . This is only possible for 2 8 2 + 1 5 2 = 1009 a = 559 , b = 840 28^2 + 15^2 = 1009 \rightarrow a=559, b=840

We need matrices: S = [ 3 4 5 ] S = \begin{bmatrix}{3} \\ {4} \\ {5}\end{bmatrix} E = [ 559 840 1009 ] E = \begin{bmatrix}{559} \\ {840} \\ {1009}\end{bmatrix} A = [ 1 2 2 2 1 2 2 2 3 ] A = \begin{bmatrix}{1} && {-2} && {2} \\ {2} && {-1} && {2} \\ {2} && {-2} && {3}\end{bmatrix} B = [ 1 2 2 2 1 2 2 2 3 ] B = \begin{bmatrix}{1} && {2} && {2} \\ {2} && {1} && {2} \\ {2} && {2} && {3}\end{bmatrix} C = [ 1 2 2 2 1 2 2 2 3 ] C = \begin{bmatrix}{-1} && {2} && {2} \\ {-2} && {1} && {2} \\ {-2} && {2} && {3}\end{bmatrix}

We find that: A 1 × E = P {A}^{-1} \times E = P where P = [ 221 60 229 ] P = \begin{bmatrix}{221} \\ {60} \\ {229}\end{bmatrix}

After further trial and error, we find that: A 1 × C 1 × C 1 × C 1 × A 1 × E = S {A}^{-1} \times {C}^{-1} \times {C}^{-1} \times {C}^{-1} \times {A}^{-1} \times E = S

That means l = 6 l=6

For the parent node triple P P we get m = 15 , n = 2 m=15,n=2

This gives the answer 6152 \boxed{6152} .

Note: More information about the Tree of primitive Pythagorean triples can be found in Wikipedia article .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...