Problem:
Define a sequence of functions recursively by f1β(x)=β£xβ1β£ and fnβ(x)=fnβ1β(β£xβnβ£) for integers n>1. Find the least value of n such that the sum of the zeros of fnβ exceeds 500,000.
Solution:
We aim to prove by induction that the zeros of the function fnβ are the integers in the arithmetic sequence a,a+2,a+4,β¦,a+n(nβ1), where a=nβ2n(nβ1)β.
Base Case: When n=1, the expression simplifies to 1β21β
0β=1, and the only zero of f1β is 1, which agrees with the given pattern.
Inductive Step: Suppose the result holds for n=mβ1β₯1. Then the zeros of fmβ1β form an arithmetic sequence with common difference 2, starting at a=mβ1β2(mβ1)(mβ2)β.
Now consider fmβ. Its zeros are given by the equation β£xβmβ£=k, where k ranges over the nonnegative zeros of fmβ1β. Each k yields two solutions: x=mβk and x=m+k, so the zeros of fmβ also form an arithmetic sequence with step size 2.
The greatest zero of fmβ1β is:
(mβ1)+2(mβ1)(mβ2)β=2m(mβ1)β,
so the smallest and largest zeros of fmβ are:
mβ2m(mβ1)β,m+2m(mβ1)β.
Therefore, the number of zeros of fnβ is:
2n(nβ1)β+1.
Since the zeros are symmetric about x=n, their average is n, so the sum of the zeros is:
nβ
(2n(nβ1)β+1)=2n3βn2+2nβ.
Let S(n)=2n3βn2+2nβ=2n(nβ2)(n+1)β.
We want the least n such that S(n)>500,000.
Try n=100:
S(100)=2100β
98β
101β=990,200.
Try n=101:
S(101)=2101β
99β
102β=1,020,297.
Thus, the least n such that S(n)>500,000 is 101β.
The problems on this page are the property of the MAA's American Mathematics Competitions