Let $a_1 = \alpha$. Define a sequence $\{a_n\}$ recursively by
$$a_{n+1} = 3 a_n^2, \quad \forall n \in \Bbb{N}$$
(i) Show that if $\lim_{n\to\infty}a_n = a$, then $a = \frac{1}{3}$ or $a =0$
(ii) Does limit exist?
(iii) Discuss the contradiction in the above two parts.
My attempt:
(i) $a= 3a^2$
$3a^2 - a =0$
$a(3a - 1) =0$
$a=0$ or $(3a-1) = 0 \Rightarrow a = 1/3$.
(ii) How do I show this? I know first I must show whether the function is increasing or decreasing. But I am having trouble doing this in terms of $\alpha$.
Note that $$ \{a_n\} = \{ \alpha, 3\alpha^2=3^{2^1-1}\alpha^{2^1}, 3(3^{2^1-1}\alpha^{2^1})^2=3^{2^2-1}\alpha^{2^2}, 3(3^{2^2-1}\alpha^{2^2})^2=3^{2^3-1}\alpha^{2^3}, \dotsc \} $$ Thus $a_{n+1}=3^{2^n-1}\alpha^{2^n}$ for $n\geq0$.
Your attempt is right.
Since $a_{n+1} = 3^{2^n-1}\alpha^{2^n} = \tfrac{1}{3}(3^{2^n}\alpha^{2^n}) = \tfrac{1}{3}(3\alpha)^{2^n}$, the sequence $\{a_n\}$ converges only if $|3\alpha|\leq1$. That is, $$ \lim_{n\to\infty} a_{n+1} = \lim_{n\to\infty} \tfrac{1}{3}(3\alpha)^{2^n} = \begin{cases} \tfrac{1}{3} & \text{if $|3\alpha|=1$} \\ 0 & \text{if $|3\alpha|<1$} \end{cases} $$
It is trivial that $\{a_n\}$ diverges when $|3\alpha|>1$.