Maths Olympiad Prep

Library / /1 of 20

Number theory Difficulty 7.4 National Olympiad, round 2 Prove it Germany

Problem:

Prove that for every arbitrary nonnegative integer zz there exists exactly one ordered pair (m,n)(m, n) of positive integers m,nm, n such that 2z=(m+n)2m3n2 z = (m+n)^2 - m - 3 n holds.

Solutions — 2

Solution 1

Solution:

Transforming (1) gives 2z=(m+n1)2+mn1=2m2+(m+n1)(m+n2)2 z = (m+n-1)^2 + m - n - 1 = 2 m - 2 + (m+n-1)(m+n-2), from which z+1=m+(m+n1)(m+n2)2z+1 = m + \frac{(m+n-1)(m+n-2)}{2} follows. We set m+n1=km+n-1 = k and obtain z+1=m+k(k1)2z+1 = m + \frac{k(k-1)}{2}, where 0<mk0 < m \leq k and kZ,k1k \in \mathbb{Z}, k \geq 1 holds. Furthermore, k(k1)2Z\frac{k(k-1)}{2} \in \mathbb{Z}.

Obviously, for every positive integer z+1z+1 there exists exactly one kk with
k(k1)2<z+1k(k1)2+k=(k+1)k2 \frac{k(k-1)}{2} < z+1 \leq \frac{k(k-1)}{2} + k = \frac{(k+1)k}{2}
Then m=z+1k(k1)2m = z+1 - \frac{k(k-1)}{2} and n=k+1mn = k+1-m are also uniquely determined positive integers, so that the equation yields a unique representation of every positive integer z+1z+1, and hence of every nonnegative integer zz, by means of mm and nn.

Solution 2

Solution:

Transforming (1) gives 2z=(m+n)(m+n1)2n2 z = (m+n)(m+n-1) - 2 n. We note that the right-hand side is always even and set m+n=km+n = k. For constant kk (k2k \geq 2), nn can take the values 1,2,,k11, 2, \ldots, k-1, so that the right-hand side yields respectively distinct even numbers from k(k1)2k(k-1)-2 to k(k1)2(k1)=(k1)(k2)k(k-1)-2(k-1) = (k-1)(k-2). For k=2,3,k = 2, 3, \ldots this produces a complete, disjoint decomposition of the set of all nonnegative even integers. The number 2z2 z therefore lies in exactly one interval determined by kk, at a position determined by nn, whereby mm is also uniquely determined for it.

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 translated into English from de; metadata (topic, difficulty) added by this project.