Over all triplets of positive integers 0 < a < b < c such that a 2 , b 2 , c 2 form an arithmetic progression , what is the supremum value of c − b b − a ?
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.
We might as well assume that a , b , c are pairwise coprime, since any common factor cancels out when evaluating c − b b − a . Since a 2 + c 2 = 2 b 2 , both a and c must be odd, and so we can write a = u − v , c = u + v where u , v are coprime positive integers with v < u , in which case u 2 + v 2 = b 2 . There are now two cases:
We can write u = m 2 − n 2 , v = 2 m n , b = m 2 + n 2 , which makes c − b b − a = m − n m + n = 1 + 2 ( n m − 1 ) − 1 . Since we must have u > v , we must have m 2 − 2 m n − n 2 > 0 , and hence n m > 1 + 2 . Thus c − b b − a < 1 + 2 , and we can approach 1 + 2 as closely as we like by choosing m , n so that n m is a close to 1 + 2 as we like from above.
We can write u = 2 m n , v = m 2 − n 2 , b = m 2 + n 2 , which makes c − b b − a = n m . .Since we must have u > v , we must have n 2 − 2 m n − m 2 > 0 , so that n m < 1 + 2 . Thus c − b b − a < 1 + 2 , and we can again get as close to 1 + 2 as we like by letting n m get as close to 1 + 2 as we like from underneath.
Nice problem Calvin, I missed 2root2 and therefore missed by like millionth
Very nicely done!
For completeness, we should explain how to acheive a → 0 , c → 2 b . In fact, that stictly speaking cannot be done as a is a positive integer. Actually, what we want is x = b a → 0 , y = b c → 2 .
Log in to reply
Thanks, it has been edited.
Log in to reply
Can you still add an explanation of why this can be achieved? Thanks!
Problem Loading...
Note Loading...
Set Loading...
a 2 + c 2 = 2 b 2 ( b a ) 2 + ( b c ) 2 = 2 Let b a = x and b c = y .
Given that x 2 + y 2 = 2 , we want to maximise c − b b − a = c 2 − b 2 b 2 − a 2 × a + b c + b = a + b c + b = x + 1 y + 1
Since x and y are both positive, the supremum value is 0 + 1 2 + 1 ≈ 2 . 4 1 4 achieved when b a → 0 and b c → 2 . For example, we can let a be small and b c be a convergent of the continued fraction of 2 .