4

If we have for example $a_n=1+\sqrt{a_{n-1}}$ and $\lim_{n \rightarrow \infty} a_n=L$ then can I say that $ L=1+\sqrt{L}$? If it's so, what's the proof?

2 Answers2

3

If $f$ is continuous and $a_n$ a converging sequence, then $$f(\lim a_n)=\lim f(a_n)$$ Since $\sqrt{x}$ is continuous, and your sequence bounded, yes, you can say $$\lim a_n=\lim a_{n+1}=\lim (1+\sqrt{a_n})=1+\sqrt{\lim a_n}$$ Thus, $$\lim a_n=\frac 32 + \frac 12\sqrt{5}$$

  • To say that $f(\lim a_n)=\lim f(a_n)$ which concept/theorem are you using? – Jelly Belly Feb 03 '16 at 18:23
  • Take a look at this question –  Feb 03 '16 at 18:28
  • 3
    @JellyBelly It is actually a definition of being continuous at $L$. However, you might use another definition (that would be equivalent). See here. – Eff Feb 03 '16 at 18:34
  • Wow! Than you very much! Now it's clear! ^^ – Jelly Belly Feb 03 '16 at 18:37
  • 1
    @JellyBelly Perhaps it is worth adding caveat that from this we can calculate the limit $L$, assuming the sequence converges. Although in this particular case, for the function $f(x)=1+\sqrt x$, this sequence will converge for any choice of $a_1$. But, for example, if you look at $f(x)=x^2$ and $a_1=2$, then the sequence given by $a_{n+1}=f(a_n)$ clearly does not converge neither to $0$ nor to $1$, which are the only solutions of $f(x)=x$. – Martin Sleziak Feb 03 '16 at 19:37
1

Yes, yes you can, since for such recursive definitions limits are fixed points of the function relating a_n to a_{n-1} (as long as it is continuous).

Jsevillamol
  • 4,668