41. Sequences and Monotone Sequences
Dated: 30-10-2024
Definition of a Sequence
A sequence
is a succession of numbers
.
Example
Each number
is called term
of the sequence
.
Each term
has a positional name as well such as 1st term
, 2nd term
etc.
We write them as
Example
Let us say we have a sequence
\(\(2, 4, 6, \ldots\)\)
Then we can also write it as
Generalized
Therefore, we can write a sequence
of the form \(a_1, a_2, \ldots\) as
Formal Definition
A sequence
or a infinite sequence
is a function
1 whose domain is a set
2 of positive integers
(\(\mathbb{Z^+}\)).
We have 2 notations for this
-
\[\{a_n\}_{n = 1}^{+\infty}\]
-
\[f(n) = a_n; n \in \mathbb{Z^+}\]
Graphs of Sequences
Imagine we have \(f(x) = x^2\)
Then if the domain
1 is \(x \in \{\mathbb{R^+} + \{0\}\}\) then the graph would look something like
But if the domain
is \(x \in \{\mathbb{Z}^+ + \{0\}\}\) then graph would be
These graphs only are captured inside the
interval
3 \([0, 2]\)
Limits
4 For Sequence
A sequence
\(\{a_n\}\) is said to converge to the limit
4 \(L\) if given any \(\epsilon > 0\) there is \(N\) such that \(\lvert a_n - L\rvert < \epsilon\) for \(n \ge N\).
In this case we write
A sequence
which does not converge is said to diverge.
Geometric Intuition
After \(n > 5\), our values start to approach \(L\).
Theorems
-
\[\lim_{n \to +\infty} c = c\]
-
\[\lim_{n \to +\infty}c a_n = c \lim_{n \to +\infty} a_n= c L_1\]
-
\[\lim_{n \to +\infty} (a_n + b_n) = \lim_{n \to + \infty} a_n + \lim_{n \to +\infty} b_n = L_1 + L_2\]
-
\[\lim_{n \to +\infty} (a_n - b_n) = \lim_{n \to + \infty} a_n - \lim_{n \to +\infty} b_n = L_1 - L_2\]
-
\[\lim_{n \to +\infty} (a_n \cdot b_n) = \lim_{n \to + \infty} a_n \cdot \lim_{n \to +\infty} b_n = L_1 \cdot L_2\]
-
\[\lim_{n \to +\infty}\left(\frac{a_n}{b_n}\right) = \frac{\lim_{n \to +\infty} a_n}{\lim_{n \to +\infty} b_n} = \frac{L_1}{L_2}\]
Example
Determine if the following sequence
converges or diverges.
Solution
Divide the numerator
and denominator
by \(n\).
Recursive Sequence
There are some sequences
which are defined by providing an initial value and by giving a formula which relates each subsequent term
to the term
that precedes it.
These sequences
are called recursive sequences
.
Example
For \(n \ge 1\)
Monotonicity
A sequence
\(\{a_n\}\) is called
Increasing
If \(\(a_1 < a_2 < \ldots < a_n < \ldots\)\)
Difference of terms
Ratio of terms
Derivative of \(f(x) = a_n\)
Decreasing
If \(\(a_1 > a_2 > \ldots > a_n > \ldots\)\)
Difference of terms
Ratio of terms
Derivative of \(f(x) = a_n\)
Non Increasing
If \(\(a_1 \ge a_2 \ge \ldots \ge a_n \ge \ldots\)\)
Difference of terms
Ratio of terms
Derivative of \(f(x) = a_n\)
Non Decreasing
If \(\(a_1 \le a_2 \le \ldots \le a_n \le \ldots\)\)
Difference of terms
Ratio of terms
Derivative of \(f(x) = a_n\)
A sequence
that is either non decreasing
or non increasing
is called a monotone
.
A sequence
that is either decreasing
or increasing
is called a strictly monotone
.
Example
Prove that the sequence
is an increasing sequence
.
Solution
Now from here, we can take either the difference
route or ratio
route.
Difference
Ratio
Eventually Monotonic
A sequence
is called eventually monotonic
for some \(n = N\), the sequence
becomes a monotone
.
Theorems
Non Decreasing
-
There is a
constant
\(M\) such that \(a_n \le M\) for all \(n\) then thesequence
converges to alimit
4 satisfying \(L \le M\). -
There is no upper bound in case of
Non Increasing
-
There is a
constant
\(M\) such that \(a_n \ge M\) for all \(n\) then thesequence
converges to alimit
4 satisfying \(L \ge M\). -
There is no lower bound in case of
References
Read more about notations and symbols.