Unofficial archive — problems, solutions & results © IMC, reproduced with permission.

IMC / 2025 / Problems / Day 1, P4

IMC 2025 · Day 1 · P4

hard

Let aa be an even positive integer. Find all real numbers xx such that ba+xaba1=ba+x/a(1)\tag{1} \left\lfloor \sqrt[a]{b^a + x} \cdot b^{a-1} \right\rfloor = b^a + \lfloor x/a \rfloor holds for every positive integer bb.

(Here x\lfloor x \rfloor denotes the largest integer that is no greater than xx.)

(proposed by Yagub Aliyev, ADA University, Baku, Azerbaijan)

Solution (official)

We will show that if a=2a = 2 then we must have x[1,2)[3,4)x \in [-1, 2) \cup [3, 4), otherwise x[1,a)x \in [-1, a).

Suppose that x/a=m\lfloor x/a \rfloor = m. Then mx/a<m+1m \le x/a < m + 1, and amx<a(m+1).(2)\tag{2} am \le x < a(m + 1). Let b=1b = 1. Then 1+xa=1+x/a.(3)\tag{3} \left\lfloor \sqrt[a]{1 + x} \right\rfloor = 1 + \lfloor x/a \rfloor. From (3) it follows that 1+xa=1+m\bigl\lfloor \sqrt[a]{1 + x} \bigr\rfloor = 1 + m, or 1+m1+xa<2+m1 + m \le \sqrt[a]{1 + x} < 2 + m, or (1+m)a1x<(2+m)a1,(4)\tag{4} (1 + m)^a - 1 \le x < (2 + m)^a - 1, where we have used the obvious fact that m1m \ge -1. Indeed, the number 1+xa\sqrt[a]{1 + x} and therefore the number 1+xa=1+m\bigl\lfloor \sqrt[a]{1 + x} \bigr\rfloor = 1 + m is not negative. By Bernoulli's inequality, the following two inequalities — which compare the inequalities (2) and (4) — hold: am(1+m)a1,a(m+1)(1+(m+1))a1,\begin{gather} am \le (1 + m)^a - 1, \tag{5} \\ a(m + 1) \le (1 + (m + 1))^a - 1, \tag{6} \end{gather} where in (5), equality holds if and only if m=0m = 0, and in (6), equality holds if and only if m=1m = -1. From (2), (4)–(6), it follows that (m+1)a1x<a(m+1).(7)\tag{7} (m + 1)^a - 1 \le x < a(m + 1). From (7), it follows that (m+1)a1<a(m+1)(m + 1)^a - 1 < a(m + 1). Therefore (m+1)aa(m+1).(8)\tag{8} (m + 1)^a \le a(m + 1). From (8), it follows that m+1a1a1m + 1 \le a^{\frac{1}{a-1}}. If a>2a > 2 then m+1<a1a1<2m + 1 < a^{\frac{1}{a-1}} < 2, because 2a1>a2^{a-1} > a for a>2a > 2 (one can prove this by mathematical induction) and 1<a1a1<21 < a^{\frac{1}{a-1}} < 2 is not an integer. Therefore, if a>2a > 2 then m=0m = 0 or m=1m = -1. If a=2a = 2 then m=1m = -1, m=0m = 0 or m=1m = 1. From (7), it follows that the equality (3) holds true only for the values 1x<0-1 \le x < 0 (m=1m = -1), 0x<a0 \le x < a (m=0m = 0) if a>2a > 2, and 1x<0-1 \le x < 0 (m=1m = -1), 0x<20 \le x < 2 (m=0m = 0) and 3x<43 \le x < 4 (m=1m = 1) if a=2a = 2.

We will now prove that for these values of xx, the equality (1) is true for all positive integers bb. From (7), it follows that ba+(m+1)a1ba+x<ba+a(m+1)b^a + (m + 1)^a - 1 \le b^a + x < b^a + a(m + 1) and 1+(m+1)a1ba1+xba<1+a(m+1)ba.(9)\tag{9} 1 + \frac{(m + 1)^a - 1}{b^a} \le 1 + \frac{x}{b^a} < 1 + \frac{a(m + 1)}{b^a}. By Bernoulli's inequality 1+a(m+1)ba(1+m+1ba)a,(10)\tag{10} 1 + \frac{a(m + 1)}{b^a} \le \left( 1 + \frac{m + 1}{b^a} \right)^a, where equality occurs if and only if m=1m = -1. It is easy to check that for m=1m = 1 (if a=2a = 2), m=0m = 0 and m=1m = -1, the following inequality holds true: (1+mba)a1+(m+1)a1ba.(11)\tag{11} \left( 1 + \frac{m}{b^a} \right)^a \le 1 + \frac{(m + 1)^a - 1}{b^a}. From (9)–(11), it follows that (1+mba)a1+xba<(1+m+1ba)a.(12)\tag{12} \left( 1 + \frac{m}{b^a} \right)^a \le 1 + \frac{x}{b^a} < \left( 1 + \frac{m + 1}{b^a} \right)^a. From (12), it follows that ba+mba+xaba1<ba+m+1,ba+x/aba+xaba1<ba+x/a+1.\begin{gather*} b^a + m \le \sqrt[a]{b^a + x} \cdot b^{a-1} < b^a + m + 1, \\ b^a + \lfloor x/a \rfloor \le \sqrt[a]{b^a + x} \cdot b^{a-1} < b^a + \lfloor x/a \rfloor + 1. \end{gather*} Consequently, equality (1) holds.

How the field did

contestants scored
425
average (of 10)
2.89
solved (≥ 80%)
22.6%
near-0 (≤ 10%)
61.6%
discrimination
0.53

Score distribution (field cohort)

Computed on contestants with a meaningful total (field cohort); discrimination is the corrected item–total correlation.

Similar problems

IMC 2012 · Day 2 · P8hardavg 2.4/10 · solved 22% · near-0 71% · disc 0.55
IMC 2022 · Day 2 · P6hardavg 3.1/10 · solved 21% · near-0 55% · disc 0.53
IMC 2014 · Day 1 · P4hardavg 2.7/10 · solved 25% · near-0 63% · disc 0.45
IMC 2017 · Day 1 · P3hardavg 3.0/10 · solved 25% · near-0 57% · disc 0.58