Solveeit Logo

Question

Question: The sequence $a_n$ is defined by $a_1=\frac{1}{2}, a_{n+1}=a_n^2+a_n$. Also, $s=\frac{1}{a_1+1}+\fra...

The sequence ana_n is defined by a1=12,an+1=an2+ana_1=\frac{1}{2}, a_{n+1}=a_n^2+a_n. Also, s=1a1+1+1a2+1+.....+1a100+1s=\frac{1}{a_1+1}+\frac{1}{a_2+1}+.....+\frac{1}{a_{100}+1} then [S][S] (where [.] denotes the greatest integer function) is

A

1

B

2

C

3

D

4

Answer

1

Explanation

Solution

Given the recurrence an+1=an(an+1)a_{n+1} = a_n(a_n+1), we can rewrite the fraction as:

1an+1=1an(an+1)\frac{1}{a_{n+1}} = \frac{1}{a_n(a_n+1)}

Using partial fractions:

1an(an+1)=1an1an+1\frac{1}{a_n(a_n+1)} = \frac{1}{a_n} - \frac{1}{a_n+1}

Thus,

1an+1=1an1an+1\frac{1}{a_n+1} = \frac{1}{a_n} - \frac{1}{a_{n+1}}

The sum becomes telescopic:

S=n=11001an+1=(1a11a2)+(1a21a3)++(1a1001a101)S = \sum_{n=1}^{100}\frac{1}{a_n+1} = \left(\frac{1}{a_1} - \frac{1}{a_2}\right)+\left(\frac{1}{a_2} - \frac{1}{a_3}\right)+ \cdots +\left(\frac{1}{a_{100}} - \frac{1}{a_{101}}\right)

Telescoping leaves us with:

S=1a11a101S = \frac{1}{a_1} - \frac{1}{a_{101}}

Given a1=12a_1=\frac{1}{2}, we have 1a1=2\frac{1}{a_1}=2. Since the sequence grows very fast, 1a101\frac{1}{a_{101}} is extremely small. Therefore,

S2ϵS \approx 2 - \epsilon (ϵ\epsilon is a very small positive number).

Thus, the greatest integer [S][S] is [S]=1[S] = 1.