I'm not sure if my solution is right, but I'm wondering about the equation: $$ x = 1 + \frac 1{x + \frac 1{x+ \frac 1{x+\frac 1{x+ \frac 1{x + \ldots}}}}} $$ I rewrite this equation in form: $$ x = 1+\frac 1{x} $$ And this is the golden ratio. But I'm confused about transition from the continued fraction to this one. I'm not sure that when I replace the first $x$ in denominator I'm able to sum continued fractions. And maybe I should get something like $$ x = 1 + \frac 1{1 + \frac 2{x+ \frac 1{x+\frac 1{x+ \frac 1{x + \ldots}}}}} $$
2026-03-31 11:00:30.1774954830
Equation involving continued fractions.
78 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Your 'rewrite' is incorrect; $[x;x,x,x,\ldots]$ (to use the standard notation in which $[a;b,c,\ldots] = a+\dfrac{1}{b+\frac{1}{c+\ldots}}$) is not the same as $[1;x,x,x,\ldots]$, so you can't simply say that $x=1+\frac1x$. Instead, since $[x;x,x,\ldots]$ $= [1;x,x,\ldots]+x-1$, the equation that you get is that $x=1+\frac1{x+(x-1)}$ $=1+\frac1{2x-1}$. Can you take it from here?
ETA: I should note that even after you solve the equation for $x$ given by 'collapsing' the fraction, the problem isn't entirely done; since the equation here is improper, we're not immediately guaranteed that an $x$ that solves the collapsed equation solves the original one. Fortunately, in this case we can look at the value of $x$ we get and see that the continued fraction that results is convergent.