1

Let $$a_1=2\quad\text{and}\quad a_{n+1}=\frac1{a_n}+\frac{a_n}2\quad(\forall n\ge1).$$

i)Show that the sequence (a_n) is bounded

ii) Show that (a_n) is decreasing

What i've tried: i) Most likely going to be via induction? I've tried setting my claim as 1<a_n<=2 , but can't seem to get anywhere with it.

ii) a_n+1-a_n = 1/a_n -a_n/2 . Now need to show that this is <0 but can't see a way to do this without having bounds from (i)

thanks for any help

Anne Bauval
  • 34,650
Skark123
  • 107

2 Answers2

0

It is clear that $a_n>0$ implies $a_{n+1}>0$. Since $a_1=2>0$, $a_n>0,\forall n\in\mathbb{N}$.

To prove $a_n$ is decreasing, observe $$a_{n+1}-a_n=\frac{1}{a_n}-\frac{a_n}{2}<0 \iff a_n^2>2.$$

We study when $a_{n+1}^2>2$: $$a_{n+1}^2=\frac{1}{a_n^2}+\frac{a_n^2}{4}+1>2\iff 4+a_n^4>4a_n^2\iff (a_n^2-2)^2>0\iff a_n^2\ne2$$

$a_1^2=4>2$, hence $a_n^2>2$, $\forall n\in\mathbb N$, so $a_n$ is strictly decreasing. It follows that $a_n\le a_1=2$, so $0<a_n\le2$ is bounded.

ecrin
  • 1,423
0

This is a nonstandard approach, but I include it as a curiosity:

A closed form representation for your function can be written in the form $x \mapsto \sqrt{2} \coth(m_xc)$ where $c \in \mathbb{R}^+$ is a constant and $m_x$ is increasing as $x$ increases. Since the hyperbolic cotangent is a decreasing function for $x>0$ and bounded below by $1$, parts (ii) and (i) of your question both follow. In particular, your terms are strictly decreasing and bounded below by $\sqrt{2}$.

Here is a graph in Desmos:

enter image description here