Maths Olympiad Prep

Library / /33 of 61

Number theory Difficulty 5.7 AIME, harder Prove it Ibero-American Mathematical Olympiad

Problem:

Find all solutions to (m+1)a=mb+1 (m+1)^a = m^b + 1 in integers greater than 11.

Solution

Solution:

Taking the equation modulo m+1m+1 we get (1)b=1(-1)^b = -1, so bb is odd. Hence we can divide the right-hand side by m+1m+1 to get mb1mb2+m+1m^{b-1} - m^{b-2} + \ldots - m + 1. This has an odd number of terms. If mm is odd, then each term is odd and so the total is odd, but (m+1)a1(m+1)^{a-1} is even (note that a>1a > 1). Contradiction, so mm is even.

We have mb=(m+1)a1m^b = (m+1)^a - 1. Expanding the right-hand side by the binomial theorem, and using b>1b > 1, we see that mm must divide aa. So aa is even also. Put a=2Aa = 2A, m=2Mm = 2M. We can factorise (m+1)a1(m+1)^a - 1 as ((m+1)A+1)((m+1)A1)((m+1)^A + 1)((m+1)^A - 1). The two factors have difference 22, so their gcd divides 22, but both factors are even, so their gcd is exactly 22.

If M=1M = 1 or a power of 22, then the smaller factor 3A13^A - 1 must be 22, so A=1A = 1 and we have 3A+1=43^A + 1 = 4, so (2M)b=8(2M)^b = 8. Hence M=1M = 1 and b=3b = 3 and we have the solution (m,a,b)=(2,2,3)(m, a, b) = (2, 2, 3).

If MM is not a power of 22, then Mb>2bM^b > 2^b, so we must have the larger factor 2Mb2 \cdot M^b and the smaller factor 2b12^{b-1}. But the larger factor is now >2b+1> 2^{b+1}, so the difference between the factors is at least 33. 2b1>22^{b-1} > 2. Contradiction.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.