Principles of Mathematical Analysis, Rudin, 3th ed, Chapter 3, Problem 3

Problem

If $s_1 = \sqrt{2}$, and

$$ s_{n+1}=\sqrt{2 + \sqrt{s_n}}\;\;\;(n=1,2,3,\cdots),$$

prove that $\{s_n\}$ converges, and that $s_n < 2$ for $n=1,2,3,\cdots$.

Answer

Note that $s_1 < 2$. If $s_n < 2$ then

$$ s_{n+1} = \sqrt{2 + \sqrt{s_n}} < \sqrt{2+\sqrt{2}} < 2. $$

By mathematical induction, $s_n < 2$ for $n=1,2,3,\cdots$.

Now we claim that $s_n$ is increasing, and hence convergent.

Note that $s_1 = \sqrt{2} < \sqrt{2 + \sqrt{2}}$. If $s_{n-1} < s_n$ then

$$ s_{n+1} = \sqrt{2+\sqrt{s_n}} > \sqrt{2 + \sqrt{s_{n-1}}} = s_n$$.

By mathematical induction, $s_n$ is increasing.

Comments

Popular posts from this blog

Principles of Mathematical Analysis, Rudin, 3th ed, Chapter 5, Problem 15

Principles of Mathematical Analysis, Rudin, 3th ed, Chapter 2, Problem 14

Elementary Classical Analysis, Marsden, 2nd ed, Chapter 4, Problem 28