Problems from Monotonous sequences

Determine the behavior of the following sequences:

a) $$a_n=\dfrac{8n}{1-2n}$$

b) $$b_n=\dfrac{2n}{1+n^2}$$

c) $$c_n=\dfrac{n^2+2}{-n-1}$$

See development and solution

Development:

a) The sequence is not constant since $$a_1=-8$$ and $$a_2=-\dfrac{16}{3}$$.

To verify if the solution is increasing or decreasing it is sufficient to verify whether $$a_n\leq a_{n+1}$$ or $$a_n\geq a_{n+1}$$, respectively.

Let's see if it is increasing. We want to verify if $$\dfrac{8n}{1-2n}\leq\dfrac{8(n+1)}{1-(2n+1)}$$

By simplifying the factor $$8$$ and multiplying by the denominators, while observing that the denominators are always negative, we obtain $$$n(1-2(n+1))\leq (n+1)(1-2n)$$$ By expanding the products we have $$$-n-2n^2\leq +1-2n^2-n$$$

And by reducing the term $$-n-2n^2$$ we obtain $$0\leq1$$ which is always true independently of $$n$$. Therefore the sequence is increasing.

To see if the sequence is definitely increasing we must verify whether $$a_n < a_{n+1}$$.

We can verify it using the previous calculations about the solution being definitely increasing since the calculations that were carried out are true if we replace the inequality $$\leq$$ by the strict inequality $$ < $$.

b) The sequence is not constant since $$b_1=1$$ and $$b_2=\dfrac{4}{5}$$.

Taking a look at the first two terms ot the sequence, it cannot be an increasing one. Let's see if the sequence is strictly decreasing. We verify if $$$\dfrac{2n}{1+n^2} > \dfrac{2(n+1)}{1+(n+1)^2}$$$ Multiplying by the denominators; $$$2n(1+(n+1)^2) > (1+n^2)2(n+1)$$$ Expanding we obtain; $$$4n+4n^2+2n^3 > 2+2n+2n^2+2n^3$$$ Simplifying we obtain $$$n^2+n-1 > 0$$$ Computing two roots of the previous polynomial we see that they are both smaller than $$1$$. Therefore, for $$n$$ integer it is satisfied that $$n^2+n-1 > 0$$ and the sequence is definitely decreasing.

c) The sequence is not constant since $$c_1=-\dfrac{3}{2}$$ and $$c_2=-2$$.

By taking a look at the first two terms it can happen that the sequence is definitely decreasing. We verify if $$$\dfrac{n^2+2}{-n-1} > \dfrac{(n+1)^2+2}{-(n+1)-1}$$$ By multiplying by the denominators we obtain $$$(-n-2)(n^2+2) > (n^2+2n+3)(-n-1)$$$ By multiplying by $$-1$$, and therefore inverting the inequality and expanding, we obtain; $$$n^3+2n^2+2n+4 < n^3+3n^2+5n+3$$$ By subtracting we obtain the inequality $$$n^2+3n-1 > 0$$$

By calculating the roots we see that the two of them are smaller than 1 and, therefore, the inequality is true for every integer $$n$$.

Therefore, the sequence is strictly decreasing.

Solution:

a) The sequence is strictly increasing.

b) The sequence is strictly decreasing.

c) The sequence is strictly decreasing.

Hide solution and development
View theory