A sequence $\left\{t_n\right\}$ is defined as $t_1=1$ and $$S_{n+1}=\frac{4+3S_{n}}{3+2S_{n}}$$ where $S_{n}=\sum t_n$
find $$\lim_{n \to \infty} S_{n}$$
I have found $(n+1)$th term as
$$t_{n+1}=S_{n+1}-S_n=\frac{4-2S_n^2}{3+2S_n}$$ From this we have
$t_1=1$, $t_2=\frac{2}{5}$, $t_3=\frac{2}{145}$ and so on. But i could not find any pattern in the sequence
The limit approaches $\sqrt{2}$. A common method for calculating this is to set $S_{n+1}=S_{n} = S$, and finding the solution to $$S = \frac{4+3S}{3+2S}$$ which is $S=\sqrt{2}$.
Note: Let's add a proof that $S_n$ is increasing and bounded above and hence converges. Notice that when $1\leq S_n\leq \sqrt{2}$, $S_{n+1} = \frac{4+3S_n}{3+2S_n}>S_n$ (equivalent to $S_n^2<2)$. Hence, $S_n$ is increasing. Further, let's prove that this sequence is always bounded above by $\sqrt{2}$. This is proven by the fact that when $S_n\leq \sqrt{2}$, $$S_{n+1} = \frac{4+3S_n}{3+2S_n} = \frac{3}{2}-\frac{1}{6+4S_n} \leq \frac{3}{2}-\frac{1}{6+4\sqrt{2}} = \sqrt{2}$$ Hence, $S_n$ converges and our method is correct.