Convergence of Nested Square Roots: Solving the Puzzle

  • Context: Undergrad 
  • Thread starter Thread starter EvLer
  • Start date Start date
  • Tags Tags
    Roots Square
Click For Summary

Discussion Overview

The discussion revolves around the convergence of nested square roots, specifically the expression \(\sqrt{1 + \sqrt{1 + 2\sqrt{1 + 3\sqrt{...}}}}\). Participants explore various approaches to analyze the convergence and validity of the recursive definitions involved in such expressions.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant proposes that for natural numbers \(n\), the expression can be represented recursively, leading to a potential solution.
  • Another participant suggests a functional equation approach, defining \(f(x) = x + 1\) and recursively applying it to derive the nested structure.
  • Concerns are raised about proving that the nested expression converges and does not diverge, with requests for methods to establish this.
  • Participants discuss the validity of infinite recursion and how to check for convergence, questioning whether the recursive application leads to the same number indefinitely.
  • References to a paper by T Vijayaraghavan are mentioned, which discusses convergence issues related to infinite radicals, although specific details are not provided.
  • One participant suggests modeling convergence conditions similar to those used in series convergence.
  • There is a light-hearted exchange about the validity of previous statements and the challenges of understanding complex mathematical concepts.

Areas of Agreement / Disagreement

Participants express uncertainty regarding the convergence of the nested square roots and the validity of the recursive definitions. Multiple competing views on how to approach the problem remain, and the discussion does not reach a consensus.

Contextual Notes

Limitations include the lack of a clear method to prove convergence and the dependence on the definitions of the recursive functions. The discussion also highlights the complexity of analyzing infinite recursion without definitive conclusions.

EvLer
Messages
454
Reaction score
0
Hi, I came across this puzzle, see if you can solve it :smile: :

[tex]\sqrt{1 + \sqrt{1 + 2\sqrt{1 + 3\sqrt{...}}}} = ?[/tex]
 
Mathematics news on Phys.org
2[/Color]

-- AI
P.S -> .dettimbus steg egassem taht os dedda texT
 
For all natural n:

[tex]n = \sqrt{1 + (n-1)\sqrt{1 + n\sqrt{1 + (n + 1)\sqrt{\dots }}}}[/tex]

For n = 1, we see the right side is:

[tex]\sqrt{1 + 0\sqrt{\dots }} = \sqrt{1} = 1[/tex]

Note that for now, we're assuming that what we're looking at is even a number, and doesn't go to infinity. Next, assume that:

[tex]k = \sqrt{1 + (k-1)\sqrt{1 + k\sqrt{1 + (k + 1)\sqrt{\dots }}}}[/tex]

for some natural k. Then:

[tex]k+1 = \frac{(k - 1)(k + 1)}{(k - 1)}[/tex]
[tex]= \frac{k^2 - 1}{k - 1}[/tex]

[tex]= \frac{\left (\sqrt{1 + (k-1)\sqrt{1 + k\sqrt{1 + (k + 1)\sqrt{\dots }}}}\right )^2 - 1}{k - 1}[/tex]

[tex]= \frac{(k - 1)\sqrt{1 + k\sqrt{1 + (k + 1)\sqrt{\dots }}}}{k - 1}[/tex]

[tex]= \sqrt{1 + k\sqrt{1 + (k + 1)\sqrt{\dots }}}[/tex]​
as required.

From this, TenaliRaman's answer follows. It remains to prove, however, that the stuff really is a number and doesn't "diverge". Any ideas as to how to prove that?
 
Last edited:
Do i prove this with series? Don't have my Calculus book with me... I got to the part of general representation, the last part of k-expression...
 
There is a bit easier way to go abt the above,
Let f(x) = x+1
f(x)
= sqrt((x+1)^2)
= sqrt(x^2 + 2x + 1)
= sqrt(1 + x (x+2))
= sqrt(1 + xf(x+1))

Recursively applying the above gives,
f(x) = sqrt(1+x*sqrt(1+(x+1)*sqrt(1+(x+2)*sqrt(...))) = x + 1
place x = 1 and et voila!

-- AI
 
ahhh, i see... how did you see that?
 
EvLer said:
ahhh, i see... how did you see that?
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.

For example,
f(x) = x + a = sqrt(x^2+2ax+a^2) = sqrt(a^2+x*f(x+a))
Recursively apply the above and get a new oh_so_cool radical expression, fit in a value for a and set some value for x and give it to your friends to torture them for a while.

Note in all of the above, its important to analyse that the infinite recursion is valid and that the infinite recursion actually converges. This aspect ofcourse i have pushed under the rug for now, since its a puzzle after all :-p .

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.

-- AI
 
cool, thanks! yeah...i guess if you do a lot of these, you kind of develop an intuition.
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.
have a link? or a reference?
 
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.
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?
 
Last edited:
  • #10
AKG said:
How would you check that the recursion is valid?
When i said recursion being valid, i meant, making sure that the final number doesn't change by infinite application of recursion.

actually, since each step in the recursion produces the same number, why would the infinite recursion be any different?
umm, let me try and give an example,
Let f(x) = x
f(x) = x = (x+1) - 1
f(x) = f(x+1)-1
...-3-2-1 = f(x) = x ,for any x
I guess this example is pretty lame but i hope it drives home the point.

If it is different, what we have to do to check convergence?
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, :rolleyes: cmon i am just 21 and an engineer at that so give me a break :biggrin:) .

However, i guess one could model the convergence condition as that in the convergence of a series,
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))

-- AI
 
  • #11
EvLer said:
have a link? or a reference?
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.

-- AI
 
  • #12
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))

Why not apply the usual condition for convergence of a sequence? :-p

I.E. does this limit exist?

[tex] \lim_{k \rightarrow \infty} R(k, f)[/tex]
 
  • #13
Hurkyl said:
Why not apply the usual condition for convergence of a sequence? :-p

I.E. does this limit exist?

[tex] \lim_{k \rightarrow \infty} R(k, f)[/tex]
:eek: Indeed!
Damn, my post looks stupid now! :frown:

-- AI
 

Similar threads

  • · Replies 41 ·
2
Replies
41
Views
7K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 31 ·
2
Replies
31
Views
6K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
2
Views
2K