Monotone sequences are like predictable friends - they always move in the same direction. They come in four flavors: increasing, decreasing, non-increasing, and non-decreasing. Understanding these sequences helps us grasp how they behave and where they're headed.
The cool thing about monotone sequences is that if they're bounded, they always converge. This means they settle down to a specific value as we keep going. It's a powerful tool for proving convergence without actually finding the exact limit.
Monotone sequences and their types
Definition and classification of monotone sequences
- A sequence {an} is monotone if it maintains a consistent order relation between consecutive terms for all n∈N
- The four types of monotone sequences are increasing, decreasing, non-increasing, and non-decreasing
- Strictly monotone sequences (an<an+1 or an>an+1) are either increasing or decreasing
- Non-strictly monotone sequences (an≤an+1 or an≥an+1) are either non-increasing or non-decreasing
Definitions and examples of each type of monotone sequence
- A sequence {an} is increasing if an<an+1 for all n∈N
- Example: the sequence {1,2,3,4,...} is increasing
- Example: the sequence {1/n} for n∈N is increasing
- A sequence {an} is decreasing if an>an+1 for all n∈N
- Example: the sequence {10,9,8,7,...} is decreasing
- Example: the sequence {1/n2} for n∈N is decreasing
- A sequence {an} is non-increasing if an≥an+1 for all n∈N
- Example: the sequence {5,5,4,4,3,3,...} is non-increasing
- Example: the sequence {1+1/n} for n∈N is non-increasing
- A sequence {an} is non-decreasing if an≤an+1 for all n∈N
- Example: the sequence {1,1,2,2,3,3,...} is non-decreasing
- Example: the sequence {1−1/n} for n∈N is non-decreasing
Properties of monotone sequences
Boundedness of monotone sequences
- Every monotone sequence is bounded
- An increasing sequence is bounded below by its first term and above by any subsequent term
- Example: the sequence {1,2,3,4,...} is bounded below by 1 and above by any term in the sequence
- A decreasing sequence is bounded above by its first term and below by any subsequent term
- Example: the sequence {10,9,8,7,...} is bounded above by 10 and below by any term in the sequence
- The boundedness of monotone sequences is a crucial property for proving convergence
Convergence of bounded monotone sequences
- Every bounded monotone sequence converges
- For an increasing sequence {an} bounded above by M, the limit L=sup{an:n∈N} exists, and limn→∞an=L
- Example: the sequence {1−1/n} for n∈N is increasing and bounded above by 1, so it converges to 1
- For a decreasing sequence {an} bounded below by m, the limit L=inf{an:n∈N} exists, and limn→∞an=L
- Example: the sequence {1/n} for n∈N is decreasing and bounded below by 0, so it converges to 0
- The limit of a convergent monotone sequence is unique
Monotonicity and limits of sequences
Determining monotonicity and finding limits
- To determine the monotonicity of a sequence, compare consecutive terms using the definitions of increasing, decreasing, non-increasing, and non-decreasing sequences
- Example: for the sequence {an}={1/n}, compare an and an+1 to show that 1/n>1/(n+1) for all n∈N, proving that the sequence is decreasing
- If a sequence is monotone and bounded, it converges to a limit L
- Example: the sequence {1/n} is decreasing and bounded below by 0, so it converges to a limit L=0
- To find the limit of a monotone sequence, use algebraic manipulation, the Squeeze Theorem, or the definition of the limit
- Example: to find the limit of {1/n}, use the Squeeze Theorem with the sequences {0} and {1/n} to show that limn→∞1/n=0
Divergence of unbounded monotone sequences
- If a monotone sequence is unbounded, it diverges to either ∞ or −∞, depending on whether it is increasing or decreasing, respectively
- Example: the sequence {n} is increasing and unbounded, so it diverges to ∞
- Example: the sequence {−n} is decreasing and unbounded, so it diverges to −∞
Monotone Convergence Theorem
Statement and application of the theorem
- The Monotone Convergence Theorem states that every bounded monotone sequence converges
- To apply the Monotone Convergence Theorem:
- Prove that the sequence is monotone (increasing, decreasing, non-increasing, or non-decreasing)
- Prove that the sequence is bounded (find a lower or upper bound, depending on the monotonicity)
- Conclude that the sequence converges by the Monotone Convergence Theorem
- The Monotone Convergence Theorem can be used to prove the convergence of sequences without explicitly finding the limit
- Example: to prove that the sequence {(1+1/n)n} converges, show that it is increasing and bounded above by e, then apply the Monotone Convergence Theorem
Examples of using the theorem to prove convergence
- Example: prove that the sequence {an}={1−1/n2} converges
- Show that {an} is increasing: an+1−an=1/(n2(n+1)2)>0 for all n∈N
- Show that {an} is bounded above by 1: an=1−1/n2<1 for all n∈N
- Apply the Monotone Convergence Theorem to conclude that {an} converges
- Example: prove that the sequence {bn}={n/(n+1)} converges
- Show that {bn} is increasing: bn+1−bn=1/((n+1)(n+2))>0 for all n∈N
- Show that {bn} is bounded above by 1: bn=n/(n+1)<1 for all n∈N
- Apply the Monotone Convergence Theorem to conclude that {bn} converges