Inverse Pythagorean Triple

( 1 x ) 2 + ( 1 y ) 2 = ( 1 z ) 2 \left ( \dfrac1x \right)^2 + \left ( \dfrac1y \right)^2 = \left ( \dfrac1z \right)^2 For all triples of natural numbers ( x , y , z ) (x, y, z) fulfilling the equation above, sum all the distinct values of z z less than 100.


Inspired from this discussion about Inverse Pythagorean Theorem.


The answer is 432.

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.

2 solutions

Mark Hennings
Jan 28, 2016

Suppose that x = m a x = ma and y = m b y = mb where m , a , b m,a,b are natural numbers and a , b a,b are coprime. The equation becomes ( a 2 + b 2 ) z 2 = a 2 b 2 m 2 . (a^2 + b^2)z^2 \; = \; a^2b^2m^2 \;. Since a , b a,b are coprime, so are a 2 + b 2 , a 2 b 2 a^2+b^2,a^2b^2 , and hence m 2 = k ( a 2 + b 2 ) z 2 = k a 2 b 2 m^2 \; = \; k(a^2+b^2) \qquad \qquad z^2 \;= \; ka^2b^2 for some integer k k ; the second equation tells us that k = n 2 k = n^2 for some integer n n , and so a 2 + b 2 = m 2 n 2 z = n a b . a^2 + b^2 \; = \; \tfrac{m^2}{n^2} \qquad \qquad z \; = \; nab \;. From this we deduce that m = n c m = nc where a 2 + b 2 = c 2 a^2+b^2 = c^2 . Thus we deduce that x = n a c y = n b c z = n a b x \; = \; nac \qquad y \;= \; nbc \qquad z \; = \; nab where n , a , b , c n,a,b,c are natural numbers with a , b a,b coprime and a 2 + b 2 = c 2 a^2 + b^2 = c^2 . Thus the possible solutions ( x , y , z ) (x,y,z) with z < 100 z < 100 are ( 15 n , 20 n , 12 n ) (15n,20n,12n) and ( 20 n , 15 n , 12 n ) (20n,15n,12n) for 1 n 8 1 \le n \le 8 (arising from the ( 3 , 4 , 5 ) (3,4,5) Pythagorean triad) and ( 65 , 156 , 60 ) (65,156,60) and ( 156 , 65 , 60 ) (156,65,60) (arising from the ( 5 , 12 , 13 ) (5,12,13) Pythagorean triad). The distinct possible values of z z are thus 12 n 12n for 1 n 8 1 \le n \le 8 , and the sum of these is 432 \boxed{432} .

You are very talented sir!

Department 8 - 5 years, 4 months ago
Kay Xspre
Jan 27, 2016

The discussion provides some guide, but the extended solution is provided here. In this question and solution, since the answer is not dependent on the order of x x or y y , the x , y x, y may be swapped freely.

From the original equation, we put it into the form y 2 + x 2 x 2 y 2 = 1 z 2 x 2 + y 2 = x y z \frac{y^2+x^2}{x^2y^2} = \frac{1}{z^2} \rightarrow \sqrt{x^2+y^2} = \frac{xy}{z} The hardest part is to find the natural number z z , which, from the original equation, can be rearrange to form z = x y x 2 + y 2 z=\frac{xy}{\sqrt{x^2+y^2}} For all primitive pythagorean triple whose z < 100 z < 100 , there will be z = 5 , 25 z = 5, 25 which may be reduced to the form natural number (and, to the greater extent, its multiples). Using the primitive pythagorean triple, we can get the following triples ( x , y , z ) (x, y, z) for a natural number n n ( x , y , z ) = ( 15 n , 20 n , 12 n ) , ( 175 n , 600 n , 168 n ) , ( 65 n , 156 n , 60 n ) (x, y, z) = (15n, 20n, 12n), (175n, 600n, 168n), (65n, 156n, 60n)

It should be noted here that although the triples of ( 175 n , 600 n , 168 n ) (175n, 600n, 168n) also makes the equation true, but for natural number n n , the value of z z will go beyond 100 and will not used here. Jennifer Feith also observed that the triples of ( 65 n , 156 n , 60 n ) (65n, 156n, 60n) also form the inverse triple, and for n = 1 n = 1 , the z = 60 z=60 may also be used. For all triples, the proof will omitted here but can be verified by calculations

Here, if one noticed the value of z = 12 n z = 12n , any multiple of 12 below 100 would fulfill the equation above. Although 60 60 appears in two separate sets, the 65 , 156 , 60 65, 156, 60 and 75 , 100 , 60 75, 100, 60 , the question only requires a distinct z z , so we will count 60 60 only once. As 12 ( 8 ) < 100 12(8) < 100 , we then require n = 1 , 2 , 3 , , 8 n = 1, 2, 3, \dots, 8 , hence the sum of z < 100 z < 100 satisfying the equation is n = 1 8 12 n = 12 × ( 36 ) = 432 \sum_{n=1}^8 12n = 12\times(36) = 432

This solution omits the triple 65, 156, 60, which derives from 5, 12, 13. Although the Pythagorean multiple 65, 156, 169 does not meet the z<100 condition, its "inverse Pythagorean" triple 65, 156, 60 does.

Note that for a base Pythagorean triple a, b, c, the first integer inverse triple x, y, z is equal to ac, bc, ab. For example 3, 4, 5 becomes 15, 20, 12, and 5, 12, 13 becomes 65, 156, 60. So we can verify that there is no other primitive triple where ab < 100.

Jennifer Feith - 5 years, 4 months ago

Log in to reply

I will admit its flaw in this case, however given that z = 60 z = 60 is already included in the list as derivative to ( 75 , 100 , 60 ) (75, 100, 60) , my solution stands, but I will edit to take account on it. Thanks!

Kay Xspre - 5 years, 4 months ago

Log in to reply

I would edit the question to say that you are looking for the sum of all unique values of z.

Jennifer Feith - 5 years, 4 months ago

Log in to reply

@Jennifer Feith The reports I received this morning also identify the same, and I have to revise the question to say "for distinct z z "

Kay Xspre - 5 years, 4 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...