What does the below expression converge to and why? $$ \cfrac{2}{3 -\cfrac{2}{3-\cfrac{2}{3-\cfrac2\ddots}}}$$
Setting it equal to $ x $, you can rewrite the above as $ x = \dfrac{2}{3-x} $, which gives the quadratic equation $x^2 - 3x + 2 = 0 $, and the roots are $ 1 $ and $2 $, both positive. How do we know which to reject?
In fact this fraction is the limit of the following sequence$$x_{n+1}=\dfrac{2}{3-x_n}\\x_0=\dfrac{2}{3}$$now if $0<x_n<1$ we have $$2<3-x_n<3\to\\\dfrac{2}{3}<x_{n+1}=\dfrac{2}{3-x_n}<1$$therefore for all $n$ we have $$0.66<x_n<1$$ ant then the limit is $1$.