Show that the 3-tail of the sequence defined by $x_n := \frac{n}{n^2+16}$ is monotone decreasing

416 Views Asked by At

Show that the 3-tail of the sequence defined by $x_n := \frac{n}{n^2+16}$ is monotone decreasing. Hint: Suppose $n \geq m \geq 4$ and consider the numerator of the expression $x_n-x_m$.

I am a bit confused of how to do this problem. My thinking is that to show that anything is monotone decreasing, we need to show that $x_n \geq x_{n+1} \forall n \in \mathbb{N}$. Is it correct to just show $x_n := \frac{n}{n^2+16}$ is monotone decreasing, because that implies the tail is also monotone decreasing? How does the hint help me?

2

There are 2 best solutions below

0
On BEST ANSWER

Let $x\gt 4$, $x$ real.

$f(x):=\dfrac{x}{x^2+16}$.

$f'(x)= \dfrac{(x^2+16) - x(2x)}{(x^2+16)^2}$;

$f'(x) =\dfrac {-x^2 +16}{(x^2+16)^2}.$

Note:

$f'(x) \lt 0$ for $x>4$, which implies

$f$ is decreasing for $x>4.$

3
On

Hint: Show that $a_n:= {n^2+16\over n} = n+{16\over n}$ is increasing.


$$ a_{n+1}-a_n = 1-{16\over n(n+1)} >0$$ if $n>3$.