Maths Olympiad Prep

Library / /31 of 94

Algebra Difficulty 5.6 AIME, harder Prove it Hong Kong

Let a1=1a_1 = 1, an+1=ann+nana_{n+1} = \frac{a_n}{n} + \frac{n}{a_n} for n=1,2,3,n = 1, 2, 3, \dots. Find the greatest integer less than or equal to a2000a_{2000}. Be sure to prove your claim.

Solution

The answer is 4444.
We shall prove by induction that n<an<bn:=nn1\sqrt{n} < a_n < b_n := \frac{n}{\sqrt{n-1}} for any integer n3n \ge 3.
For the base case, we find a2=2a_2 = 2 and a3=2[3,32]a_3 = 2 \in [\sqrt{3}, \frac{3}{\sqrt{2}}].
For the inductive step, assume k<ak<bk\sqrt{k} < a_k < b_k for some integer k3k \ge 3. Note that bk<kb_k < k. Therefore, akk<bkk<1\frac{a_k}{k} < \frac{b_k}{k} < 1. Observe that the function f(x)=x+1xf(x) = x + \frac{1}{x} is

decreasing on (0,1)(0,1) since f(x)=11x2<0f'(x) = 1 - \frac{1}{x^2} < 0. Therefore,
ak+1=f(akk)<f(kk)=k+1k=bk+1. a_{k+1} = f\left(\frac{a_k}{k}\right) < f\left(\frac{\sqrt{k}}{k}\right) = \frac{k+1}{\sqrt{k}} = b_{k+1}.
For the lower bound, we have
ak+1=f(akk)>f(bkk)=kk1>k+1. a_{k+1} = f\left(\frac{a_k}{k}\right) > f\left(\frac{b_k}{k}\right) = \frac{k}{\sqrt{k-1}} > \sqrt{k+1}.
So we have proven n<an<bn\sqrt{n} < a_n < b_n for all n3n \ge 3 by induction. This implies
an<nn1=n+1+1n1<n+2. a_n < \frac{n}{\sqrt{n-1}} = \sqrt{n+1 + \frac{1}{n-1}} < \sqrt{n+2}.
Thus, we have
44<2000<a2000<2002<45. 44 < \sqrt{2000} < a_{2000} < \sqrt{2002} < 45.
This shows the greatest integer less than or equal to a2000a_{2000} is 4444.

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 reproduced verbatim; metadata (topic, difficulty) added by this project.