The sequence \((u_n)\) is increasing from index \(n_0\) if for all \(n \ge n_0\), \(\boldsymbol{u_{n+1} \ge u_n}\).
The sequence \((u_n)\) is decreasing from index \(n_0\) if for all \(n \ge n_0\), \(\boldsymbol{u_{n+1} \le u_n}\).
A sequence that is either increasing or decreasing is said to be monotonic.
Note
Just like with functions, if we replace the non-strict inequalities with strict ones, we speak of a strictly increasing or strictly decreasing sequence.
Some sequences are not monotonic, such as the sequence \((u_n)\) defined by \(u_n = (-1)^n\), which alternates between \(1\) and \(-1\).
Studying the Variations of a Sequence
Method Studying the Sign of the Difference \(u_{n+1}-u_n\)
To study the monotonicity of a sequence \((u_n)\), we can determine the sign of the difference between two consecutive terms:
If for all \(n\geq n_0\), \(\textcolor{colorprop}{u_{n+1} - u_n \ge 0}\), the sequence is increasing from index \(n_0\).
If for all \(n\geq n_0\), \(\textcolor{colorprop}{u_{n+1} - u_n \le 0}\), the sequence is decreasing from index \(n_0\).
Example
Study the variations of the sequence \((u_n)\) defined by \(u_n = 2n - 3\).