Prove that $(a_{n})_{n \in \mathbb{N}}$ is convergent with $a_{0}=1$, $a_{n+1}= \sqrt{2a_{n}}$ and calculate its limit.
You got the info that the square-root-function is strictly monotonic increasing and also continuous.
I'm very confused how this could be solved because there isn't really a sequence given here. It seems to be a recursive one and I also don't know how to form $a_{n+1}$.
Could I form it to $a_{n}+ a_{1}$ ?(I don't care if it's useful here but I'd like to know if this would be correct at first.)
I have started by forming to $a_{n}$:
$$2a_{n} = (a_{n+1})^{2}$$
$$a_{n}=\frac{(a_{n+1})^{2}}{2}$$
Then I also formed to $a_{1}:$
$$a_{n}+ a_{1} = \sqrt{2a_{n}}$$
$$a_{1} = \sqrt{2a_{n}} - a_{n}$$
But it seems like this won't lead to anything.. Also I don't know what we can do with the given info, $a_{0} = 1$, the continuity and monotonic increasing...
By induction $$a_{n+1}=\sqrt{2a_n}=\sqrt{2\cdot\sqrt{2a_{n-1}} }=2^{1/2}2^{1/4}a_{n-1}^{1/4}=...=a_0\prod_{i=1}^{n+1}2^{\frac{1}{2^{i}}}.$$
As robjohn suggest, define $b_{n+1}=\log(a_{n+1})$ and conclude.