AlgebraDifficulty 6.3National olympiadFind the answer
Find all real solutions x to the equation ⌊x2−2x⌋+2⌊x⌋=⌊x⌋2.
A number or a short expression. Spacing and $ signs are ignored.
Solution
To solve the equation ⌊x2−2x⌋+2⌊x⌋=⌊x⌋2, we proceed with the following steps:
### Step 1: Understanding the Floor Function
The floor function, ⌊y⌋, represents the greatest integer less than or equal to y. This means that for any real number x, ⌊x⌋≤x<⌊x⌋+1.
### Step 2: Set x=n+θ
Consider x=n+θ where n=⌊x⌋ and 0≤θ<1. Substituting this into the main equation gives:
⌊(n+θ)2−2(n+θ)⌋+2n=n2.
This simplifies to:
⌊n2+2nθ+θ2−2n−2θ⌋+2n=n2.
Hence, we have:
⌊θ2+θ(2n−2)⌋=0.
This equation implies that:
0≤θ2+θ(2n−2)<1.
### Step 3: Solve the Quadratic Inequality
The inequality becomes:
θ2+θ(2n−2)<1.
Completing the square, we have:
(θ+(n−1))2<(n−1)2+1.
For 0≤θ<1, θ+(n−1)<(n−1)2+1. Therefore, this restricts:
n−1<θ+(n−1)<(n−1)2+1.
This inequality in terms of θ results in:
n−1<x<(n−1)2+1+1.
### Conclusion
The above range, n−1<x<(n−1)2+1+1, corresponds to the solution intervals (n,(n−1)2+1+1) for each integer n≥1. Additionally, since n is an integer, x can also be any integer, hence x∈Z.
Thus, the complete set of solutions is:
x∈Z∪n=1⋃∞(n,(n−1)2+1+1).
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: Omni-MATH,
licensed Apache-2.0.
Statement and solution reproduced as published; topic and difficulty added by this site.