How can I solve for $x$:
$$1=\cfrac{1}{x}+\cfrac{1}{1+\cfrac{1}{x}}+\cfrac{1}{1+\cfrac{1}{1+\cfrac{1}{x}}}+\cdots$$
Any clues?
How can I solve for $x$:
$$1=\cfrac{1}{x}+\cfrac{1}{1+\cfrac{1}{x}}+\cfrac{1}{1+\cfrac{1}{1+\cfrac{1}{x}}}+\cdots$$
Any clues?
We deal with a function $x\mapsto \frac{1}{1+\frac{1}{x}}$, which if we take $\frac{1}{x}$ as argument, we should rather write as $x\mapsto \frac{1}{1+x}$.
Iterated, this gives the fixed point iteration for finding a soltion of $\frac{1}{1+x}=x$. And therefore all your terms eventually turn out converge to a solution of $1=(1+x)\ x$, namely $\frac{\sqrt{5}-1}{2}$ (see golden ratio), making the total sum diverge.
Some Mathematica code: