6

Give a precise meaning to evaluate the following: $$\large{\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\dotsb}}}}}$$

Since I think it has a recursive structure (does it?), I reduce the equation to

$$ p=\sqrt{1+p} $$ $$ p^2=1+p $$ $$ p^2-p-1=0 $$ $$ p=\frac{1\pm\sqrt{5}}{2} $$

Did I do this right?

codeedoc
  • 655
  • 1
    (1) You first must prove the sequence $$\left{\sqrt1,,,\sqrt{1+\sqrt1},,,\sqrt{1+\sqrt{1+\sqrt1}},\ldots\right}$$ converges, then (2) What you did is correct (arithmetic of limits) – DonAntonio Mar 14 '14 at 19:22
  • @DonAntonio OBJECTION! the square gives us an additional solution... – AlexR Mar 14 '14 at 19:24
  • @AlexR, I don't understand: what square or the square of what?? – DonAntonio Mar 14 '14 at 19:25
  • @DonAntonio the very first step in finding $\rho$. See my answer for a note. – AlexR Mar 14 '14 at 19:26
  • @AlexR, I really can't see your point: it is obvious that each and every element of the above defined sequence is positive and thus its limit, in case it exists, cannot be negative, so $;\frac{1-\sqrt5}2;$ is out of consideration. – DonAntonio Mar 14 '14 at 19:28
  • 2
    @DonAntonio but his work shows $\rho = \frac{1\pm\sqrt5}2$, wich is erroneous. – AlexR Mar 14 '14 at 19:29
  • No @AlexR, that is right, one only has to explain why the negative posibility is off and thus why one has to take the positive root... – DonAntonio Mar 14 '14 at 19:30
  • 2
    @DonAntonio: But you didn't raise this issue in your original comment, so AlexR was right to call you on it. The OP's solution (with $\pm$) is wrong. – TonyK Mar 14 '14 at 19:36
  • +1, good question. But I don't think this is about Calculus, even though it brings up the matter of limits. – JMCF125 Mar 14 '14 at 19:56
  • 1
    @TonyK, why would I raise something I think is obvious or almost?! In fact, the "hardest" work here is to prove the sequence converges. That it is a positive one and that its limit is non-negative is the easier, imo, part. OTOH, what the OP write is only $;p^2-p-1=0\implies p=\frac{1\pm\sqrt5}2;$ and, hopefully, he hasn't yet concluded about the limit. I can't tell, that's for him to say. – DonAntonio Mar 14 '14 at 22:59
  • @DonAntonio: Jumping up and down, shouting "it's obvious it's obvious", is not a sensible response to a reasonable objection. – TonyK Mar 14 '14 at 23:30
  • 1
    Perhaps you were jumping up and down all the place and thought it was all the others jumping, @TonyK. That happens a lot to many. I was trying to explain to you how some comment to an apparently serious student doesn't have to cover all the apparently obvious details, expecting the serious student will write back asking anything that wasn't clear to him. My try to explain you this was obviusly in vane... – DonAntonio Mar 14 '14 at 23:58

2 Answers2

10

The problem asks us to assign a precise meaning to the expression.

Let $a_0=1$, and for every $n\ge 0$, let $$a_{n+1}=\sqrt{1+a_n}.$$ The precise meaning of the expression is $$\rho=\lim_{n\to\infty}a_n.$$

Remark: The limit exists, and a version of your argument shows that the limit is indeed $\frac{1+\sqrt{5}}{2}$.

Here is another example of a similar problem. Assign a precise meaning to $$\rho=1+2+4+8+\cdots.$$

We could (?) say $\rho=1+2\rho$ and therefore (??) $\rho=-1$. It is fairly unlikely (though not impossible) that we would really want to say that $1+2+4+\cdots$ means $-1$.

André Nicolas
  • 507,029
  • Same numbering as me ^^ – AlexR Mar 14 '14 at 19:23
  • Doesn't everybody start counting at $0$? – André Nicolas Mar 14 '14 at 19:31
  • I actually thought whether I would start at $0$ or at $1$ and decided to start at $0$ because the starting value doesn't matter as long as $\rho_0 \ge -1$ (chosing any $\rho_0$ will just affect the rate of convergence as long as we stay in the reals) – AlexR Mar 14 '14 at 19:33
  • I must comment on the last sentence: what can $1+2+4+...$ mean other than that? (actually I did not know of that result, but have seen arguments for $1+2+3+...=\frac{-1}{12}$, so...) Two opposite results cannot both be true. Maybe $\displaystyle\lim_{n\to\infty}\sum_{i=0}^n2^n=\infty$, but that is another question. +1 nonetheless. – JMCF125 Mar 14 '14 at 19:49
  • Within the context in which the question about iterated square roots was asked, $\rho=1+2+4+\cdots$ has no meaning. – André Nicolas Mar 14 '14 at 19:53
  • Then why did you mention it? – JMCF125 Mar 14 '14 at 19:54
  • It was mentioned because assigning a (numerical) meaning to the statement $\rho=\dots$ is logically prior to using manipulation to evaluate. And political greetings! – André Nicolas Mar 14 '14 at 19:58
  • What do you mean by numerical meaning? Also, now I see better, shouldn't the last $\rho$ be $-1$? Unrelatedly to the answer, have you read some of my "defence" of greetings along SE? :) – JMCF125 Mar 14 '14 at 20:11
  • 1
    Thank you, it is $-1$. Numerical meaning is assigned to infinite series, products, iterated operations of various kinds through limits. Given that the question has the tag calculus, it is likely that an answer of the flavour I gave is expected by whoever assigned it. – André Nicolas Mar 14 '14 at 20:17
  • You're welcome. Didn't know about that "numerical meaning" thing though. But as I commented above, I doubt this question is about Calculus. BTW, your answer has reminded me of this old question. May you take a look and add something if possible? – JMCF125 Mar 14 '14 at 20:20
8

To "give a precise meaning to" is quite broad. A general approach would be to set $$\rho_0 = 1; \qquad \rho_{n+1} = \sqrt{1+ \rho_n}$$ Then to show that $(\rho_n)_n$ is convergent (i.e. cauchy in $\mathbb R$) and to define $\rho$ as the limit, using the completeness of $\mathbb R$. $$\rho = \lim_{n\to\infty} \rho_n$$ You can then prove that $$\rho = \frac{1+\sqrt5}2$$


Note that $\rho\neq\frac{1-\sqrt5}2$ simply by showing that each $\rho_n \ge 1>\frac12 >\frac{1-\sqrt5}2$ Also, the choice of $\rho_0$ is arbitrary as long as $\rho_0 \ge -1$. It will only affect the rate of convergence. The closer $\rho_0$ is to $\frac{1+\sqrt5}2$, the faster the sequence will converge.

AlexR
  • 24,905
  • You could also say that $\sqrt{1 + \sqrt{1 + \sqrt{1+...}}}$ means that you can choose $\rho_0$ freely (this is just one possible interpretation of '...'), and then set $ \rho = \lim_{n \rightarrow \infty}{\rho_n}$. Then the solution would be $\rho = \frac{1-\sqrt{5}}{2}$ iff $\rho_0 = \frac{1-\sqrt{5}}{2}$, and $\rho = \frac{1+\sqrt{5}}{2}$ otherwise (if I'm not mistaken: I believe I remember this from a similar exercise and I didn't actually do the math again to check it). – Ruben Mar 15 '14 at 01:59