3

I let $x= \sqrt{0+\sqrt{0+...}} \Rightarrow x = \sqrt{0+x}$

Solving for $x$ I get $x= 0$ or $x=1$.

I know the answer should be $x=0$ but why am I getting $1$ as solution in the first place? 1 also satisfies $x= \sqrt{0+x}$ but I need to eliminate one of the options as only one of it is correct but I can't seem to think of a correct reason to do so.

Any help?

PS : Please do not uses sequences in your explanation.

William
  • 4,893
  • 3
    "Please do not uses sequences in your explanation." How else do you define the given quantity, if not as a limit of a recursive sequence? – Theo Bendit Apr 08 '19 at 12:24
  • 4
    People are, of course, right in saying that this is meaningless without the concept of sequence. But let's not forget that such aversion to formalism is grounded on in the informal nature in which mathematics is often taught. The OP may not know any better and may need help in learning how to things properly. Be understanding. Almost PS: I was about to delete this rant partially because I'm making some presumptions, but this comment by the OP nudged me enough to post it. – Git Gud Apr 08 '19 at 12:35
  • 2
    The value of $\sqrt{a+\sqrt{a+\sqrt{a+\dots}}}$ is not necessarily a solution to the equation $x^2-a=x$. These solutions are just stationary points of the sequence $a_n$ such that $a_n=\sqrt{a+a_{n-1}}$ with $a_0=a$. One would have to prove that the sequence actually converges to a certain value before asserting that the roots of the equation $x^2-a=x$ have any meaning. – Peter Foreman Apr 08 '19 at 12:41
  • Even if you eliminate $1,$ you haven't shown that the answer is $0$. All your argument shows (assuming that it's valid) is that any answer must be either $0$ or $1$. You haven't explained how you know that there is any answer, or why there can't be more than one. This is why you have to define what you mean. It may seem like nitpicking to you, but there are many examples in history of mistakes of this sort. – saulspatz Apr 08 '19 at 13:01
  • Your mistake is to believe that there is an answer without sequences. In fact, you must define this nested radical in terms of a sequence to give it a meaning. Only then will the solutions $0$ and $1$ emerge. –  Apr 08 '19 at 13:05
  • @PeterForeman Exactly the kind of answer I was looking for! How does one prove the nested radical converges in the first place? – William Apr 08 '19 at 19:59

3 Answers3

7

You need to first define what you mean by $\sqrt{0+\sqrt{0+ \dots}}$

If you mean that

$$\sqrt{0+\sqrt{0+ \ ...}} = \lim_{n\to\infty} \underbrace{\sqrt{0+\sqrt{\cdots \sqrt{0}}}}_{n\textrm{ times}}$$

then clearly, since all of the terms in the sequence you are calculating the limit of are $0$, the limit must also be $0$.


I see you don't want to use sequences, however, in that case, I need you to answer this question first:

How do you define $\sqrt{a_1+\sqrt{a_2+ \ ...}}$ for a given set of numbers $a_i$?

Unless you can answer this question, the expression $\sqrt{0+\sqrt{0+ \dots}}$ is more or less meaningless.

Peter Foreman
  • 19,947
5xum
  • 123,496
  • 6
  • 128
  • 204
  • 1
    I need to "define" it? What does that mean? Because really I've only seen people directly put x in there, square, solve for x, never even seen people use limits for these kind of questions, what are they doing then? Also what do you mean by "define" this? You mean there are like other ways to interpret the question? If yes then I'd like to know what are they? (Sorry for so many questions) – William Apr 08 '19 at 12:32
  • 1
    @William Well no, you don't have to define it. In general, for a given sequence $a_n$, the expression $$\sqrt{a_1 + \sqrt{a_2 + \sqrt{a_3 + \cdots}}}$$ simply means the limit $$\lim_{n\to\infty}\sqrt{a_1+\sqrt{a_2+\sqrt{\cdots a_n}}}.$$ However, if you want us to answer your question without using sequences, then yes, you have to give the alternative definition, since the one we use does indeed have sequences. – 5xum Apr 08 '19 at 12:35
  • And there's even another layer of abstraction/notation hidden: this is a recurrence relation. – Git Gud Apr 08 '19 at 12:37
  • what are they doing then --- They're working things out in a formal algebraic manner (here, "formal" means working with symbol manipulation stuff, not using formal logical principles; yes, the usage is confusing!) without being concerned with mathematical rigor. This may be on purpose (perhaps because the focus is more on the technique than on formal mathematical rigor, possibly due to the intended audience) or it may be because the writer isn't aware of the formal mathematical rigor issues. – Dave L. Renfro Apr 08 '19 at 12:40
  • @DaveL.Renfro thank you for responding to that question. You mean to tell me that, that algebraic manner is wrong? Can you tell me "exactly" where it goes wrong? I think there is some important detail I'm missing. – William Apr 08 '19 at 19:54
  • There are weird things that can happen when seemingly infinite tasks are performed. Consider $1-1+1-1+1-1+\cdots.$ If evaluated as $(1-1)+(1-1)+\cdots,$ then we get $0+0+\cdots.$ If evaluated as $1-(1-1)-(1-1)-\cdots,$ then we get $1-0-0-\cdots.$ If I write $x=1-1+1-1+1-1+\cdots,$ then it appears that we have $x=1-(1-1+1-1+1-\cdots)=1-x,$ which implies $x=\frac{1}{2}.$ So for infinitely repeated operations, we first of all can't complete them, so we by-pass this by defining things in terms of a limit. But we have to be precise in how this is done, or multiple results occur. – Dave L. Renfro Apr 08 '19 at 20:24
2

There is no reason to eliminate $x=1$, because it is a perfectly valid option.

Your nested radical has no meaning as long as you don't specify what $\cdots$ denotes. As it stands, your question is "what is the value of $\sqrt[2^n]\cdots$ ?"

Notice that

$$x=\lim_{n\to\infty}\sqrt[2^n]a=1$$ for all $a>0.$ Actually, it is much more reasonable to consider the value $1$, as the set of initial values leading to $0$ has null measure, while the set leading to $1$ has probability $1$.

  • There is no reason to eliminate $1$? Why? Are you telling me, $1= \sqrt{0+\sqrt{0+...}}$ is perfectly valid? – William Apr 08 '19 at 19:48
  • I was taught that the "..." either means you keep doing that infinitely many times or when you want to skip writing some terms of series, so put those dots and write the first few and the last term. I thought this was the convention, no? – William Apr 08 '19 at 20:02
  • @william: you don't understand. What is $\sqrt{\sqrt{\sqrt{\cdots}}}$ ? –  Apr 09 '19 at 06:40
2

There are several answers and comments here that explain why this particular "calculation" fails. I think the question comes from a deeper misunderstanding.

There are many places where a formal application of some "rule" produces wrong answers. The OP has asked about another, here: Powers of $i$ in Complex Numbers. . The explanation for the contradiction in each case depends on looking at the careful argument that leads to the rule, paying attention to the hypotheses in that argument that tell you when the rule is applicable.

Unfortunately, many students are taught that you do mathematics by applying rules. It takes practice to realize that the rules are codifications for underlying principles that should be understood. The real mathematics is in the understanding.

Typical situations that are prey to the problem of following a rule unthinkingly:

  • dividing by a number that might be $0$

  • working with $\infty$ as if it were a number

  • squaring "both sides of an equation"

  • applying the "laws of exponents" to complex numbers

  • using L'Hopital to find a limit

  • manipulating an infinite sum (or other limit) as if it converged, when it doesn't

Ethan Bolker
  • 95,224
  • 7
  • 108
  • 199
  • using L'Hopital to find a limit --- Even worse is to use L'Hopital to show that a limit doesn't exist! – Dave L. Renfro Apr 08 '19 at 17:09
  • +1 from my side. – William Apr 08 '19 at 19:50
  • 'squaring "both sides of an equation"' isn't that bad, in that it never produces a false equation. All the other cases can produce false equations, but squaring doesn't. It can produce "extra" solutions. – 5xum Apr 09 '19 at 07:27