EvLer
- 454
- 0
Hi, I came across this puzzle, see if you can solve it
:
\sqrt{1 + \sqrt{1 + 2\sqrt{1 + 3\sqrt{...}}}} = ?

\sqrt{1 + \sqrt{1 + 2\sqrt{1 + 3\sqrt{...}}}} = ?
Its one of those *aha* moments. Personally, these sort of "functional equations" are good fun to play around with (i have played with this one, quite a while back). Just remember the trick i used above and try to come up with some more radicals just like those.EvLer said:ahhh, i see... how did you see that?
have a link? or a reference?TenaliRaman said:There is a paper by T Vijayaraghavan (IIRC) which discussed convergence issues of such radicals, which could probably be the starting point of such analysis.
How would you check that the recursion is valid? EDIT: actually, since each step in the recursion produces the same number, why would the infinite recursion be any different? If it is different, what we have to do to check convergence?TenaliRaman said:Note in all of the above, its important to analyse that the infinite recursion is valid and that the infinite recursion actually converges.
When i said recursion being valid, i meant, making sure that the final number doesn't change by infinite application of recursion.AKG said:How would you check that the recursion is valid?
umm, let me try and give an example,actually, since each step in the recursion produces the same number, why would the infinite recursion be any different?
I am not sure whether there is a convergence check (the paper i mentioned above, discusses convergence of infinite radicals IIRC and not exactly recursion, and to be honest, when i had read that paper, i couldn't understand a penny out of it,If it is different, what we have to do to check convergence?
If i had, i would have definitely linked to it in the original post. I don't even remember where i had read it, it was quite a long time back. Hell i was a toddler in maths when i had read that, i was just able to quote that paper because i had read that in reference to Srinivasa Ramanujan, who btw was the brains behind such infinite radicals.EvLer said:have a link? or a reference?
Let R(k,f(x)) denote the value of recursive function f(x) at depth k.
Then a possible convergence condition would be,
R(1,f(x)) = R(2,f(x)) = R(k,f(x)) = R(k+1,f(x))
Hurkyl said:Why not apply the usual condition for convergence of a sequence?
I.E. does this limit exist?
<br /> \lim_{k \rightarrow \infty} R(k, f)<br />