We are asked to find the limit of the recursively defined sequence, and to assume that the sequence converges.
$a_1$=0 and $a_{n+1}$= $\sqrt{8+2a_n}$
I then solved for $a_n$ using algebra.
$a_n$=${(a_{n+1})^2 - 8\over 2}$
I set the limits of each term equal to eachother.
$\lim \limits_{n \to \infty}$$a_n$ = $\lim \limits_{n \to \infty}$${(a_{n+1})^2 - 8\over 2}$
So, from what I understand
$\lim \limits_{n \to \infty}$$a_n$ = L
And you can just set
L = ${L^2 - 8\over 2}$
which after algebraic simplification equals:
$L^2$ -2L -8 = 0
(L-4)(L+2) = 0
L = -2, 4
So I do not understand how there are two limits, if these are even correct? And why $(a_{n+1})^2$ can be substituted for $L^2$. I came to these answers after watching a video on a similar problem which is why I'm not really understanding the basic concepts of it. Thanks.
You can prove by induction that this sequence has positive terms, increasing and bounded by 4, and hence converges to a limit L that is positive! Hence 4 is the limit. We will prove this statement $ 0 \leq a_{n} \leq a_{n+1} \leq 4$ by induction on n. For n=0, the claim is obviously true, since $a_{0}=0$ , $a_{1}= \sqrt{8} \leq 4$. Now we assume that the claim holds for some natural integer n. we show it holds at n+1. Assume that we have for some n, $0 \leq a_{n} \leq a_{n+1} \leq 4$. Multiplying by 2 and then adding 8, $0 \leq 2a_{n}+8 \leq 2 a_{n+1}+8 \leq 16$. Taking squareroots, $0 \leq a_{n+1} \leq a_{n+2} \leq 4$. Hence the claim holds at n+1. By induction, for all n $\in \mathbf{N}$, $0 \leq a_{n} \leq a_{n+1} \leq 4$ which means that $a_{n}$ is increasing positive and bounded (above), and hence converges to L satisfying L = $\sqrt {2L+8}$ and is positive, so $L=4$.