The recurrence relation is defined as such:
$$a_n=2+\frac{80}{a_{n-1}}$$
It is also given that $a_1=2$, how do we show that $$\lim_{n\to\infty}a_n=10 ?$$
I am totally stuck at how I should approach this question.
Thanks in advance for any help or suggestion!
Use the recurrence
$$a_n=2+\frac{80}{a_{n-1}}$$
to show that if $a_{n-1}<10$, then $a_n>10$, while if $a_{n-1}>10$, then $a_n<10$. Since $a_1=2<10$, we have $a_n<10$ when $n$ is odd, and $a_n>10$ when $n$ is even. Now
$$\begin{align*} |a_n-10|&=\left|\frac{80}{a_{n-1}}-8\right|\\ &=\left|\frac{80-8a_{n-1}}{a_{n-1}}\right|\\ &=\left|\frac{8(10-a_{n-1})}{a_{n-1}}\right|\\ &=\left|\frac8{a_{n-1}}\right|\cdot|a_{n-1}-10|\;, \end{align*}$$
so $|a_n-10|<|a_{n-1}-10|$ provided that $a_{n-1}>8$. Suppose that you can find an $m\in\Bbb Z^+$ such that $8<a_m<10$.
Show that $a_n>8$ for all $n\ge m$.
Let $r=\frac8{a_m}$, and show by induction on $k$ that $$|a_{m+k}-10|\le r^k|a_m-10|$$ for all $k\ge 0$. Do you see why that implies the desired result?
All that’s needed now is to find such an $m$; it’s a little tedious, but you can do it by direct calculation; the smallest such $m$ is less than $15$.