+0  
 
0
735
2
avatar

The sequence $(a_n)$ is defined by $a_1 = \frac{1}{2}$ and \[a_n = a_{n - 1}^2 + a_{n - 1}\]for $n \ge 2.$ Prove that \[\frac{1}{a_1 + 1} + \frac{1}{a_2 + 1} + \dots + \frac{1}{a_n + 1} < 2\]for all $n \ge 1.$

 Sep 19, 2020
 #1
avatar
0

Your sequence goes like this:

 

(1/(1/2+1), 1/(3/4+1), 1/(21/16+1), 1/(777/256 +1), 1/(802641 / 65536 + 1), 1/(696834455457 / 4294967296 +1)..........etc.

 

Just sum them up and you will see that it closer and close to 2 but never quite reaching it.

 Sep 19, 2020
 #2
avatar
0

By the property of telescoping sum, we have quite easily that \dfrac{1}{a_n} = 2-\sum_{k=0}^{n-1}\dfrac{1}{n+a_k}.

 

First we show that a_n<1 which is analogous to proving that \sum_{k=0}^{n-1}\dfrac{1}{n+a_k}<1. Now, we note that \{a_k\} is an increasing sequence, hence a_k\geq a_0 for all k\geq0. This gives \sum_{k=0}^{n-1}\dfrac{1}{n+a_k}\leq\dfrac{n}{n+a_0}=\dfrac{2n}{2n+1}<1 and thus we are done.

 

Now we prove the other part of the inequality. We note that \sum_{k=0}^{n-1}\dfrac{1}{n+a_k}\geq\dfrac{n}{n+a_n} because of increasing property of the sequence a_n. Now using the fact that \dfrac{1}{a_n}=2-\sum_{k=0}^{n-1}\dfrac{1}{n+a_k} we have, after some algebra that 2a_n^2+(n-1)a_n-n\geq0 implying, and keeping in mind that \{a_k\} is a positive sequence, a_n\geq\dfrac{-(n-1)+\sqrt{(n-1)^2+8n}}{4}. It remains to show that this huge quantity is greater than 1-\dfrac{1}{n}. By squaring both sides, and cancelling out terms, we come to 3n>2 which is true for any n. Hence, 1/(a_1 + 1) + 1/(a_2 + 1) + ... + 1/(a_n + 1) < 2.

 Sep 21, 2020

2 Online Users

avatar