0

Let $c>0$. Let a sequence $(a_n)$:

$a_1=1$, $a_{n+1}=\frac{1}{2}(a_{n}+\frac{c}{a_{n}})$.

Calculate $$\lim_{n \mapsto\infty }a_n$$

So, my solution is: I can show in induction that $a_n$ is determinated for all $n$. I showed in induction that $(a_n)$ is trupped between $1$ and $c$, (by seperating the cases of $c>1$ and $c<1$).

I guess I need to separate for the 2 above cases and show that the sequence is monotonous and then I can conclude that the sequence converges, and show that the limit is $\sqrt c$. But I cannot know for sure that there's exist a limit to the sequence.

J. Doe
  • 1

1 Answers1

0

$$a_{n+1}-\sqrt{c}=\frac{(a_n-\sqrt{c})^2}{2a_n}\geq0$$ and $$a_{n+1}-a_n=\frac{c}{2a_n}-\frac{a_n}{2}=\frac{(\sqrt{c}-a_n)(\sqrt{c}+a_n)}{2a_n}\leq0.$$ Thus, $a_n\rightarrow\sqrt{c}$.