Solving Nested Radicals - Find the Value of $\sqrt{3}$

  • Context: Undergrad 
  • Thread starter Thread starter imranq
  • Start date Start date
  • Tags Tags
    Radicals
Click For Summary

Discussion Overview

The discussion revolves around solving nested radicals, specifically the expression \(\sqrt{1+\sqrt{2+\sqrt{3+\sqrt{4+\cdots}}}}\). Participants explore whether this expression converges to \(\sqrt{3}\) and discuss various approaches to analyze the convergence and properties of the sequence.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Some participants note that the nested radical \(\sqrt{1+\sqrt{2+\sqrt{3+\sqrt{4+\cdots}}}}\) appears to converge to \(\sqrt{3}\) based on calculator results.
  • One participant proposes a method involving squaring the nested radical and forming a recurrence relationship, but questions arise about the validity of the resulting equations.
  • Another participant suggests defining a double sequence to analyze the convergence and provides an upper bound for the sequence, indicating it is increasing and bounded.
  • Concerns are raised about the assumptions made in the proofs, particularly regarding inequalities and convergence limits.
  • Some participants express confusion over the proofs and seek clarification on specific steps and assumptions used in the reasoning.
  • A later reply references an external source for further exploration of infinite nested radicals, but its trustworthiness is questioned.

Areas of Agreement / Disagreement

Participants generally agree that the nested radical converges, but there is no consensus on the exact value or the methods used to prove convergence. Multiple competing views and approaches remain present in the discussion.

Contextual Notes

Some limitations include unresolved mathematical steps and the dependence on specific assumptions regarding the behavior of the sequences involved. The discussion does not reach a definitive conclusion regarding the convergence value.

imranq
Messages
57
Reaction score
1
I been trying to solve some nested radicals. I've been able to do:
\[\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\cdots}}}}\]

Which is pretty cool since it equals to the "Golden Ratio" or \[\frac{\sqrt{5}+1}{2}\]

But I can't seem to do the following:
\[\sqrt{1+\sqrt{2+\sqrt{3+\sqrt{4+\cdots}}}}\]

Using a calculator, it seems that this converges to $\sqrt{3}$. Could anyone show me how? Thanks
 
Mathematics news on Phys.org
If <br /> \[\sqrt{1+\sqrt{2+\sqrt{3+\sqrt{4+\cdots}}}}\]<br /> &lt;br /&gt; &lt;br /&gt; converged to \sqrt{3}&lt;br /&gt; (I&amp;#039;m going to play a bit fast and loose with limits here)&lt;br /&gt; Then by squaring the nested radical you would have &lt;br /&gt; &lt;br /&gt; 1+\sqrt{2+...} = 3&lt;br /&gt; &lt;br /&gt; So&lt;br /&gt; \sqrt{2+...} = 2&lt;br /&gt; &lt;br /&gt; Then squaring both sides and subtracting again we get&lt;br /&gt; &lt;br /&gt; \sqrt{3+...} = 2&lt;br /&gt; &lt;br /&gt; Repeat this to get&lt;br /&gt; &lt;br /&gt; \sqrt{4+...} = 1&lt;br /&gt; &lt;br /&gt; Repeating one more time gives&lt;br /&gt; &lt;br /&gt; \sqrt{5+...} = -3&lt;br /&gt; &lt;br /&gt; But that last equation looks unlikely
 
imranq said:
I been trying to solve some nested radicals. I've been able to do:
\[\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\cdots}}}}\]

Which is pretty cool since it equals to the "Golden Ratio" or \[\frac{\sqrt{5}+1}{2}\]

But I can't seem to do the following:
\[\sqrt{1+\sqrt{2+\sqrt{3+\sqrt{4+\cdots}}}}\]

Using a calculator, it seems that this converges to $\sqrt{3}$. Could anyone show me how? Thanks

I'm not sure exactly how you solve it, but with these kinds of problems, I start out getting rid of silly infinities.

f(x) = \sqrt{x + f(x+1)}

Then, square both sides, and we've removed the radicals:

f(x)^2 = x + f(x+1)

Rewrite it as a root-looking problem.

f(x)^2 - f(x+1) - x = 0

And then, I don't know. Note that in the equation, f is *not* a specified function -- it's an unknown. It's something akin to differential equations, since we know various properties about the function (in this case, we know a recursive property of it), but we don't know *which* function it is yet. There might be a unique solution. There might be multiple solutions. There may not be a solution (if f diverges).

But you don't necessarily need to know the actual function, f. It suffices to find the value of f(1).

Anyway, good luck!

Oh... also. How did you manage to plug it into your calculator? If you plugged in a finite expansion of the expression, you would have had to to make a guess for what f(k) would be for some integer k. If you assumed it to be 0, then that sequence may converge where the infinite one may not.
 
Last edited:
If x is a natural number you get

f(x)^2 - x = f(x+1) which is a recurrence relationship. So if I remembered anything about how to solve those, maybe you can find what shape f(x) is. But we don't even need that, since taking the limit of both sides as x goes to infinity does the trick. If the limit exists, call it F. Then

f(x+1) \rightarrow F if x \rightarrow \infty

So the RHS of the equation is F. Then the left hand side's limit doesn't exist, since if lim(a+b) exists and lim(a) exists, lim(b) must exist too. (in this case a is f(x)2 and b is -x) Hence the function can't converge to a limit as x goes to infinity
 
Ah, I get it now. I ignored the remainder term when I put the expansion into the calculator. Thanks!
 
The sequence
<br /> \sqrt{1+\sqrt{2+\sqrt{3+\sqrt{4+\cdots}}}}<br />
definitely converges. Define the double sequence

f(a, b) = \begin{cases}<br /> \sqrt{a + f(a+1, b-1)} &amp; b &gt; 0<br /> \0 &amp; b = 0 \end{cases}

Then f(1, n) yields the sequence presumably intended by the nested radicals. The value of the infinite nesting is then
\lim_{n \rightarrow +\infty} f(1, n)

For a \geq 1 and b \geq 1, we have the overestimate:
f(a, b) \leq a + 1
which can be proven by induction on b:

f(a, 1) = \sqrt{a} \leq a + 1
f(a, b) = \sqrt{ a + f(a+1, b-1) }<br /> \leq \sqrt{a + a + 1 + 1} = \sqrt{2(a+1)} \leq a + 1

f(1, b) is clearly an increasing function of b, and is bounded above by 2, and so must be a convergent sequence.
 
Last edited:
Forgive my untrained brain, but I don't get the proof fully. So you used a new variable (b) in order to propagate the sequence to infinity, but I don't get how you can say that \sqrt{2(a+1)} \leq a + 1<br /> when before it was said only that \sqrt{a} \leq a + 1<br />. Then shouldn't the statement be more like: \sqrt{2(a+1)} \leq 2a + 3<br />?
 
\sqrt{2(a+1)} \leq a + 1 was not based on \sqrt{a} \leq a + 1, but meant to be proved on its own ("left to the reader") :)

It is easier to see if you write it as \sqrt 2 \sqrt{a+1} \leq a + 1; this is an equality for a = 1, and as a increases, \sqrt 2 is smaller than \sqrt{a+1}, so their product is smaller than \sqrt{a+1} \sqrt{a+1} = a + 1.
 
Thanks, now I get it.

But is there a way to find out where the sequence converges? We do know that \sqrt{3} &lt; \lim_{n\rightarrow\infty} f(1,n) &lt; 2. Where:

f(a, b) = \begin{cases}<br /> \sqrt{a + f(a+1, b-1)} &amp; b &gt; 0<br /> \0 &amp; b = 0 \end{cases}
 

Similar threads

  • · Replies 41 ·
2
Replies
41
Views
6K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 35 ·
2
Replies
35
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 27 ·
Replies
27
Views
6K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K