For each integer n≥1, define an=⌊nn⌋, where ⌊x⌋ denotes the largest integer not exceeding x, for any real number x. Find the number of all n in the set {1,2,3,…,2010} for which an>an+1.
Solution
Let us examine the first few natural numbers: 1,2,3,4,5,6,7,8,9. Here we see that an=1,2,3,2,2,3,3,4,3. We observe that an≤an+1 for all n except when n+1 is a square in which case an>an+1. We prove that this observation is valid in general. Consider the range
m2,m2+1,m2+2,…,m2+m,m2+m+1,…,m2+2m.
Let n take values in this range so that n=m2+r, where 0≤r≤2m. Then we see that ⌊n⌋=m and hence ⌊nn⌋=⌊mm2+r⌋=m+⌊mr⌋.
Thus an takes the values m timesm,m,m,…,m,m timesm+1,m+1,m+1,…,m+1,m+2, in this range.
But when n=(m+1)2, we see that an=m+1. This shows that an−1>an whenever n=(m+1)2. When we take n in the set {1,2,3,…,2010}, we see that the only squares are 12,22,…,442 (since 442=1936 and 452=2025) and n=(m+1)2 is possible for only 43 values of m. Thus an>an+1 for 43 values of n. (These are 22−1,32−1,…,442−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: MathNet,
licensed CC-BY-4.0.
Statement and solution reproduced as published; topic and difficulty added by this site.