Square root till infinity

1.9k Views Asked by At

What is the value of $\sqrt{x + \sqrt{ x + \sqrt{ x + \cdots } } }\,$? I know the basic trick to calculate this using $f = \sqrt{ x + f }$. But, I want more accurate answer which is I am not getting with this formula.

2

There are 2 best solutions below

0
On

If $f=\sqrt{x+f}$ then $f^2-f-x=0$, hence $$f=\frac{1+\sqrt{1+4x}}{2}.$$

5
On

Squaring we get $f^2=x+f\iff f^2-f-x=0\implies f=\dfrac{1\pm\sqrt{1+4x}}2$

Now as $f>0,$ discard the negative root assuming $x>0$