Maths Olympiad Prep

Track / Stage 7 / 40 of 300 #1440 of 1964

Problem 1440

National olympiad second round; IMO P1/P4
Algebra Difficulty 7.1 Find the answer

Find the smallest real number CC, such that for any positive integers xyx \neq y holds the following:

min({x2+2y},{y2+2x})<C\min(\{\sqrt{x^2 + 2y}\}, \{\sqrt{y^2 + 2x}\})<C

Here {x}\{x\} denotes the fractional part of xx. For example, {3.14}=0.14\{3.14\} = 0.14.

Proposed by Anton Trygub

A number or a short expression. Spacing, $ signs and \frac vs / are all fine.

Official solution

To find the smallest real number C C such that for any positive integers xy x \neq y , the following inequality holds:
min({x2+2y},{y2+2x})<C, \min(\{\sqrt{x^2 + 2y}\}, \{\sqrt{y^2 + 2x}\}) < C,
we need to analyze the behavior of the fractional parts of the expressions x2+2y\sqrt{x^2 + 2y} and y2+2x\sqrt{y^2 + 2x}.

1. **Identify the best possible constant C C :**
The best possible constant is φ1=1φ=5120.618 \varphi - 1 = \frac{1}{\varphi} = \frac{\sqrt{5} - 1}{2} \approx 0.618 , where φ \varphi is the golden ratio, φ=1+52 \varphi = \frac{1 + \sqrt{5}}{2} .

2. Construct a counterexample:
Consider large x x and y y such that y=φx y = \lfloor \varphi x \rfloor . This ensures xy x \neq y . We then have:
x2+2y=x2+2φx+O(1)=x+φ+o(1), \sqrt{x^2 + 2y} = \sqrt{x^2 + 2\varphi x + \mathcal{O}(1)} = x + \varphi + o(1),
and
y2+2x=y2+2yφ+O(1)=y+1φ+o(1). \sqrt{y^2 + 2x} = \sqrt{y^2 + \frac{2y}{\varphi} + \mathcal{O}(1)} = y + \frac{1}{\varphi} + o(1).
Since {φ}={1φ}=φ1 \{\varphi\} = \left\{\frac{1}{\varphi}\right\} = \varphi - 1 , this construction shows that for any C>φ1 C > \varphi - 1 and sufficiently large x x and y y , the inequality does not hold.

3. **Prove that C=φ1 C = \varphi - 1 works:**
Assume for contradiction that xy x \neq y satisfies {x2+2y}C \{\sqrt{x^2 + 2y}\} \ge C and {y2+2x}C \{\sqrt{y^2 + 2x}\} \ge C . Without loss of generality, assume x<y x < y .

- From {y2+2x}C \{\sqrt{y^2 + 2x}\} \ge C , we get:
y2+2xy+C. \sqrt{y^2 + 2x} \ge y + C.
Squaring both sides:
y2+2xy2+2Cy+C2, y^2 + 2x \ge y^2 + 2Cy + C^2,
which simplifies to:
2x2Cy+C2    xCy+C22. 2x \ge 2Cy + C^2 \implies x \ge Cy + \frac{C^2}{2}.

- Since y>x y > x , we have x2+2y>x+1 x^2 + 2y > x + 1 . From {x2+2y}C \{\sqrt{x^2 + 2y}\} \ge C , we get:
x2+2yx+C+1. \sqrt{x^2 + 2y} \ge x + C + 1.
Squaring both sides:
x2+2yx2+2Cx+C2+2x+1, x^2 + 2y \ge x^2 + 2Cx + C^2 + 2x + 1,
which simplifies to:
2y2Cx+C2+2x+1    y(C+1)x+C2+12. 2y \ge 2Cx + C^2 + 2x + 1 \implies y \ge (C + 1)x + \frac{C^2 + 1}{2}.

- Since C+1=1C C + 1 = \frac{1}{C} , the inequalities xCy+C22 x \ge Cy + \frac{C^2}{2} and y(C+1)x+C2+12 y \ge (C + 1)x + \frac{C^2 + 1}{2} contradict each other for C=φ1 C = \varphi - 1 .

Thus, the smallest real number C C that satisfies the given condition is φ1 \varphi - 1 .

The final answer is φ1\boxed{\varphi - 1}.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.