Suppose that a sequence $\{a_n\}_{n=1}^\infty$ satisfies $a_1=1$ and $$a_{n+1}=a_n-\frac13a_n^2,\qquad n=1,2,3,\cdots.$$ Which of the following is true?
(A) $2<100a_{100}<\frac52$
(B) $\frac52<100a_{100}<3$
(C) $3<100a_{100}<\frac72$
(D) $\frac72<100a_{100}<4$
This problem comes from my sister's final exam (she is in high school). I have a solution, but my solution is unsatisfactory since it requires some rather complicated computation, which seems impossible to finish during an exam.
My solution. Note that the recurrence relation can be rewritten as $$\frac1{a_{n+1}}=\frac1{a_n}+\frac1{3-a_n},\qquad n=1,2,3,\cdots.$$ Therefore, $$\frac1{a_{100}}=1+\sum_{n=1}^{99}\frac1{3-a_n}.$$ It follows from the original recurrence relation that $a_n$ is decresing and thus $a_n\leq 1$. Using $\frac1{3-a_n}\geq \frac13$, we have $$\frac1{a_{100}}\geq 1+\frac{99}3=\frac{102}3,$$which implies that $100a_{100}\leq \frac{300}{102}<3$. Hence (C) and (D) are excluded. My gut told me that (B) should be the right answer, since $a_n$ will decreasing to $0$ (an exercise for those who are just learning the concept of limits,) in which case $\frac1{3-a_n}$ is almost $\frac13$. Let's check the correctness of (B). After some calculations we have $$a_1=1,\qquad a_2=\frac23,\qquad a_3=\frac{14}{27},\qquad a_4=\frac{67\times 14}{27^2\times 3}=\frac{938}{2187}.$$ Since $a_n\leq a_4$ for $n\geq 4$, we have $$\frac1{a_{100}}\leq 1+\frac12+\frac37+\frac1{3-\frac{14}{27}}+\frac1{3-\frac{938}{2187}}\times 96\approx 39.66<40,$$ where I turned to a caculator. Therefore, $100a_{100}>\frac52$. Note: I tried to use $a_3$ rather than $a_4$, which was easier to compute, but it turned out that using only $a_3$ was not enough to get the desired bound.
My question. Is there any other methods to get the upper bound of $1/a_{100}$? I want a method involving not so many caclulations. At least they can be completed in an exam in which calculators are not allowed.