I have this repeating expression $5+\dfrac {6} {5+\dfrac {6} {5+..}}$
I saw a solution on a book. which is:
$5+\dfrac {6} {5+\dfrac {6} {5+..}}=x$
$5+\dfrac {6} {x}=x$
$x^2-5x-6=0$
$x=6 $ or $x=-1$ and says $x\ge0$ so $x=6$. is this true? I dont understand why $x$ cant be negative. i.e we know:
$\sum _{n=1}^{\infty }n=-\dfrac {1} {12}$
my second quest. if it is true can we proof the general form $a+\dfrac {b} {a+\dfrac {b} {a+..}}=x\to a+\dfrac {b} {x}=x$
The key is in the dots. It is tough to get a handle on an infinite thing, so usually, it would be a process:
Carry on; what is the limit of $x_n$?
Suppose $x_n=6+y_n$. Then $$y_{n+1}=x_{n+1}-6\\ =6/x_n-1\\ =6/(6+y_n)-1\\ =-y_n/(6+y_n)$$ Since $-1\leq y_1\leq1$, we have $|y_{n+1}|\leq|y_n|/5$, so $y_n\to0$ and $x_n\to6$. For general $a,b$, you should do something similar to find which root the process approaches.