3

I was wondering if the following can be proved with the definition of limits:

$$a_0=1$$ $$a_{n+1}=a_n-\frac{(a_n)^2-5}{2a_n}$$

The thing to prove is $$\lim_{n\to\infty}a_n=\sqrt5$$

Alice Ryhl
  • 7,853

1 Answers1

1

$$a_{n+1}-\sqrt{5} = \frac{(a_n-\sqrt{5})^2}{2a_n}\tag{1}$$ and we may prove by induction that $3=a_1>a_2>a_3>\ldots\geq \sqrt{5}$. Since $\left|a_2-\sqrt{5}\right|<\frac{1}{10}$,
by $(1)$ we have $$ \left| a_{n+2}-\sqrt{5} \right| <\frac{1}{10^{2^n}},\tag{2} $$ that implies $\lim_{n\to +\infty} a_n=\sqrt{5}$ as wanted.

Jack D'Aurizio
  • 353,855