Let $\{a_n\}$ be a sequence of positive real numbers such that
$a_1 =1,\ \ a_{n+1}^2-2a_na_{n+1}-a_n=0, \ \ \forall n\geq 1$.
Then the sum of the series $\sum_1^{\infty}\frac{a_n}{3^n}$ lies in...
(A) $(1,2]$, (B) $(2,3]$, (C) $(3,4]$, (D)$(4,5]$.
Solution attempt:
Firstly, we figure out what $\frac{a_{n+1}}{a_n}$ is going to look like. We get, from the recursive formula, $\frac{a_{n+1}}{a_n}=1+\sqrt{1+\frac{1}{a_n^2}}$ (remembering the fact that $a_n>0$, the other root is rejected).
We know that, if $\lim_{n \to \infty}\frac{a_{n+1}}{a_n}>1$, then $\lim a_n \to \infty$.
Further, $(a_{n+1}-a_n)= \sqrt{a_n(a_n+1)}>0$. (Again, the other root is rejected due to the same reason).
Hence, $(a_n)$ increases monotonically.
Therefore, the largest value of $\frac{a_{n+1}}{a_n}$ is approximately $1+\sqrt{1+\frac{1}{1}} \approx 2.15$
Now, the sum can be approximated as $\displaystyle\frac{\frac{1}{3}}{1-\frac{2.15}{3}} \approx 1.3$ (In actuality, $\mathbb{sum}< 1.3$).
So, option $(A)$ is the correct answer.
Is the procedure correct?
I have been noticing a handful of this type of questions (based on approximations) lately, and the goal is to find out where the sum / the limit of the sequence might lie.
Is there any "definitive" approach that exploits the recursive formula and gives us the value, or does the approach varies from problem to problem?
Following your calculations and according to the ratio test $$0<\frac{\frac{a_{n+1}}{3^{n+1}}}{\frac{a_n}{3^n}}=\frac{1}{3}\cdot \frac{a_{n+1}}{a_n}<1$$ thus $$\sum\limits_{n=1}\frac{a_n}{3^n}< \infty$$ Now, applying the same technique from the proof on the ratio test $$S=\frac{1}{3}+\frac{a_2}{3^2}+\frac{a_3}{3^3}+\cdots+\frac{a_n}{3^n}+\cdots=\\ \frac{1}{3}+\frac{a_2}{a_1}\cdot\frac{a_1}{3^2}+\frac{a_3}{a_2}\cdot\frac{a_2}{3^3}+\cdots+\frac{a_{n}}{a_{n-1}}\cdot\frac{a_{n-1}}{3^n}+\cdots$$ or $$\frac{1}{3}+2\cdot\frac{1}{3^2}+2\cdot\frac{a_2}{3^3}+\cdots+2\cdot\frac{a_{n-1}}{3^n}+\cdots< S<\\ \frac{1}{3}+2.15\cdot\frac{1}{3^2}+2.15\cdot\frac{a_2}{3^3}+\cdots+2.15\cdot\frac{a_{n-1}}{3^n}+\cdots$$ and repeating this $$\frac{1}{3}+\frac{2}{3^2}+\frac{2^2}{3^3}+\cdots+\frac{2^{n-1}}{3^n}+\cdots< S<\\ \frac{1}{3}+\frac{2.15}{3^2}+\frac{2.15^2}{3^3}+\cdots+\frac{2.15^{n-1}}{3^n}+\cdots$$ or $$\frac{1}{3}\cdot\left(1+\frac{2}{3}+\frac{2^2}{3^2}+\cdots+\frac{2^{n-1}}{3^{n-1}}+\cdots\right)< S<\\ \frac{1}{3}\cdot\left(1+\frac{2.15}{3}+\frac{2.15^2}{3^2}+\cdots+\frac{2.15^{n-1}}{3^{n-1}}+\cdots\right)$$ or $$\color{red}{1}=\frac{\frac{1}{3}}{1-\frac{2}{3}}<\color{red}{S}<\frac{\frac{1}{3}}{1-\frac{2.15}{3}}=\frac{1}{3-2.15}<\color{red}{2}$$
This kind of squeezing technique is widely applied in analysis, functional analysis, numerical analysis. So, it makes sense to ask something similar for a master degree entrance test.