2024 IMO Problems/Problem 1
Determine all real numbers such that, for every positive integer , the integer
is a multiple of . (Note that denotes the greatest integer less than or equal to . For example, and .)
Contents
Solution 1
To solve the problem, we need to find all real numbers \( \alpha \) such that, for every positive integer \( n \), the integer
is divisible by \( n \), i.e., \( S_n(\alpha) \equiv 0 \mod n \).
Step 1: Break Down \( \alpha \) into Integer and Fractional Parts
Let \( \alpha = m + f \), where \( m = \lfloor \alpha \rfloor \in \mathbb{Z} \) and \( f = \{\alpha\} \in [0,1) \) is the fractional part of \( \alpha \).
Step 2: Express the Sum in Terms of \( m \) and \( f \)
Using this, we have:
So, the sum becomes:
Step 3: Modulo \( n \) Simplification
We are interested in \( S_n(\alpha) \mod n \):
Since \( m \frac{n(n+1)}{2} \) is divisible by \( n \), the expression simplifies to:
Step 4: Analyze the Fractional Part \( f \)
Our goal is to find all \( f \in [0,1) \) such that:
Step 5: Test \( f = 0 \)
If \( f = 0 \), then \( \lfloor kf \rfloor = 0 \) for all \( k \), so:
which satisfies the condition for all \( n \).
Step 6: Consider \( f \in (0,1) \)
For \( f \in (0,1) \), let's test small values of \( n \) and \( f \). It turns out that the sum \( \sum_{k=1}^{n} \lfloor kf \rfloor \) does not satisfy the congruence \( 0 \mod n \) for all \( n \). For example, if \( f = \frac{1}{2} \):
Thus, \( f \ne 0 \) fails the condition.
Step 7: Conclude that Only \( f = 0 \) Works
Since \( f \ne 0 \) does not satisfy the condition, the only possible value is \( f = 0 \), meaning \( \alpha \) must be an integer.
Step 8: Verify for Integer \( \alpha \)
Let \( \alpha = m \in \mathbb{Z} \). Then:
This sum is divisible by \( n \) if and only if \( m \) is even.
Because \( \frac{n(n+1)}{2} \) times any even integer \( m \) is divisible by \( n \).
But \( \frac{n(n+1)}{2} \) times an odd integer \( m \) is not, if n is even.
The only real numbers \( \alpha \) satisfying the condition are the even integers.
Video Solution(In Chinese)
Video Solution
https://www.youtube.com/watch?v=50W_ntnPX0k
Video Solution
Part 1 (analysis of why there is no irrational solution)
Part 2 (analysis of even integer solutions and why there is no non-integer rational solution)
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Video Solution
See Also
2024 IMO (Problems) • Resources | ||
Preceded by First Problem |
1 • 2 • 3 • 4 • 5 • 6 | Followed by Problem 2 |
All IMO Problems and Solutions |