It seems to be a problem from the Putnam Exam. The problem asked to find the exact value of $$x=\sqrt[8]{2207-\cfrac{1}{2207-\cfrac{1}{2207-\cfrac{1}{2207-\cfrac{1}{\ddots}}}}}$$ And express as $\dfrac{a+b\sqrt{c}}{d}$, in terms of some integers $a,b,c,d$.
My approach
I've tried to treat it as normal continued fractions. It is assumed by the question that it is positive and real (per the question, $x\in\mathbb Q(\sqrt c)$ for some integer $c$), it's straight-forward to have: $$ x=\sqrt[8]{2207-\frac1{x^8}} $$$$ x^{16}-2207x^8+1=0 $$$$ x^8=\frac{2207\pm\sqrt{2207^2-4}}{2} $$ Let $x^4=\sqrt \alpha\pm\sqrt \beta$, as $$\alpha+\beta=\frac{2207}{2}$$ $$4\alpha\beta=\sqrt{\frac{2207^2-4}{4}}$$ Solve and reject inappropriate (as $x^4$ is positive by our assumption) solution to get $$x^4=\sqrt{\frac{2207}{4}+\frac12}\pm\sqrt{\frac{2207}{4}-\frac12}$$ $$=\frac{47}{2}\pm\sqrt{\frac{2205}{4}}$$ And let $x^2=\sqrt{\gamma}\pm\sqrt{\delta}$, using the same approach to get $$x^2=\frac72\pm\sqrt{\frac{45}{4}}$$ And hence $$x=\frac{3\pm\sqrt 5}{2}$$ But as $$x=\frac{3-\sqrt 5}{2}\lt\frac12\lt 1$$ When we take the fraction to the second evolution, a fallacy occurred. Thus,
$$x=\frac{3+\sqrt 5}{2}$$ I'm wondering whether my approach is valid. Also, this method seems to be a bit tedious, is there any easier one?
Thanks in advance.
Let $x=a- \frac{1}{x}$ ; this satisfies $x^2-ax+1=0$ ... & $x^2$ satisfies \begin{eqnarray*} (x^2+1)^2=(ax)^2 \\ (\color{blue}{x^2})^2-(a^2-2)\color{blue}{x^2}+1=0 \end{eqnarray*} So to "square root a continued fraction" we need to solve $a^2-2=b$ ... eighth root so we need to do this three times \begin{eqnarray*} a^2-2 &=&2207 \; \; \; &a&=&47 \\ b^2-2 &=&47 \; \; \; &b&=&7 \\ c^2-2 &=&7 \; \; \; &c&=&3 \\ \end{eqnarray*} So we have $\color{red}{x=\frac{3 +\sqrt{5}}{2}}$. (Justify why the positive root has been chosen ... ?)
EDIT : There is often an ambiguity given by exactly how we define the convergents of a continued fraction ... see Continued fraction fallacy: $1=2$