Find the smallest real number C, such that for any positive integers x=y holds the following:
min({x2+2y},{y2+2x})<C
Here {x} denotes the fractional part of x. For example, {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 such that for any positive integers x=y, the following inequality holds: min({x2+2y},{y2+2x})<C, we need to analyze the behavior of the fractional parts of the expressions x2+2y and y2+2x.
1. **Identify the best possible constant C:** The best possible constant is φ−1=φ1=25−1≈0.618, where φ is the golden ratio, φ=21+5.
2. Construct a counterexample: Consider large x and y such that y=⌊φx⌋. This ensures x=y. We then have: x2+2y=x2+2φx+O(1)=x+φ+o(1), and y2+2x=y2+φ2y+O(1)=y+φ1+o(1). Since {φ}={φ1}=φ−1, this construction shows that for any C>φ−1 and sufficiently large x and y, the inequality does not hold.
3. **Prove that C=φ−1 works:** Assume for contradiction that x=y satisfies {x2+2y}≥C and {y2+2x}≥C. Without loss of generality, assume x<y.
- From {y2+2x}≥C, we get: y2+2x≥y+C. Squaring both sides: y2+2x≥y2+2Cy+C2, which simplifies to: 2x≥2Cy+C2⟹x≥Cy+2C2.
- Since y>x, we have x2+2y>x+1. From {x2+2y}≥C, we get: x2+2y≥x+C+1. Squaring both sides: x2+2y≥x2+2Cx+C2+2x+1, which simplifies to: 2y≥2Cx+C2+2x+1⟹y≥(C+1)x+2C2+1.
- Since C+1=C1, the inequalities x≥Cy+2C2 and y≥(C+1)x+2C2+1 contradict each other for C=φ−1.
Thus, the smallest real number C that satisfies the given condition is φ−1.
The final answer is φ−1.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.