proof: the sequence $\{x_n\}_{n=1}^{\infty}$ converges, and find $\lim x_n$. (check)

92 Views Asked by At

proof: the sequence $\{x_n\}_{n=1}^{\infty}$ converges, and find $\lim x_n$. (check).

Question: Suppose $x_1= \frac 12$ and $x_{n+1}=x_n^2$. Show that $\{x_n\}$ converges and find $\lim x_n$. Hint: you cannot divide by zero!

From the question, I know that $\{x_n\}=\{\frac 12, \frac 14, \frac 1{16}, ....\} = \{\frac 1{2^{2^n}}: n\in N\}$.

Then, $\lim x_n = 0$. So, to test convergence, let $\varepsilon > \frac 1{2^{2^M}}$, and $M \in N$. Then, for $\varepsilon >0$, there exists $M$ such that$|\frac 1{2^{2^n}}-0|<\varepsilon $ for $n\ge M$ because $2^{2^M}\le2^{2^n} \rightarrow \frac 1{2^{2^M}}\ge \frac 1{2^{2^n}} \rightarrow \frac 1{2^{2^n}}<\varepsilon$.

Could you check this proof is fine? I am not sure about my answer since I don't know when I make use of hint.

Thank you in advance.

I edited. Thanks for pointing out. Could you check anything wrong??

2

There are 2 best solutions below

0
On

Careful! $$ x_{n+1}= x_n^2 $$

This $$\{x_n\}=\{\frac 12, \frac 14, \frac 18, ....\} = \{\frac 1{2^n}:n>0, n\in N\}$$

is not correct.

You do not have a $1/8$ after $1/4$

you get $ (1/4)^2= 1/16 $

Also your sequence is not

$$\{\frac 1{2^n}:n>0, n\in N\}$$

0
On

You can use the well known Bolzano's lemma: "A monotonic decreasing sequence that is bounded below is convergent ". The boundedness is clear since $x_n > 0, \forall n \ge 1$. The monotone part is also clear since $x_{n+1} = x_n^2 < x_n, \forall n \ge 1$ since you can check by induction that $x_n \le 1/2, \forall n \ge 1$. From this the lemma is invoked and it says: $L = L^2 \implies L = 0$ or $L = 1$. Since $L \le 1/2, L = 0$ .