Bounded Sequence
Bounded Sequence
A sequence with terms that have an upper
bound and a lower
bound. For example, the harmonic sequence
is
bounded since no term is greater than 1 or less than 0.
Key Formula
A sequence {an} is bounded if there exist real numbers m and M such that m≤an≤M for all n.
Where:
- an = The nth term of the sequence
- m = A lower bound — a number that is less than or equal to every term
- M = An upper bound — a number that is greater than or equal to every term
- n = The index (position) of each term, typically starting at 1
Worked Example
Problem: Determine whether the sequence a_n = (-1)^n · (3/n) is bounded.
Step 1: Write out several terms to see the pattern.
a1=−3,a2=23,a3=−1,a4=43,a5=−53,…
Step 2: Find the absolute value of each term. Since |(-1)^n| = 1, we have |a_n| = 3/n. The largest absolute value occurs at n = 1, giving |a_1| = 3.
∣an∣=n3≤3 for all n≥1
Step 3: This means every term satisfies -3 ≤ a_n ≤ 3. We can choose m = -3 and M = 3.
−3≤an≤3 for all n
Step 4: Since both a lower bound and an upper bound exist, the sequence is bounded.
Answer: The sequence a_n = (-1)^n · (3/n) is bounded, with lower bound m = -3 and upper bound M = 3.
Another Example
Problem: Is the sequence a_n = 2n − 1 (i.e., 1, 3, 5, 7, …) bounded?
Step 1: Observe that the terms grow without limit: as n increases, 2n − 1 increases without end.
a1=1,a10=19,a100=199,a1000=1999,…
Step 2: A lower bound exists — every term is at least 1. However, no finite number M can satisfy a_n ≤ M for all n, because for any proposed M, choosing n large enough gives 2n − 1 > M.
For any M, choose n>2M+1⟹an=2n−1>M
Step 3: Since no upper bound exists, the sequence is not bounded (it is unbounded).
Answer: The sequence a_n = 2n − 1 is not bounded because it has no upper bound.
Frequently Asked Questions
Is every convergent sequence bounded?
Yes. If a sequence converges to a limit L, then eventually all terms are close to L, and the finitely many remaining terms are each finite. So you can always find an upper bound and a lower bound that contain every term. However, the reverse is not true — a bounded sequence does not have to converge (for example, (-1)^n is bounded but does not converge).
What is the difference between bounded above and bounded?
A sequence is bounded above if there exists some number M with a_n ≤ M for all n. It is bounded below if there exists some number m with a_n ≥ m for all n. A sequence is bounded only when it is both bounded above and bounded below.
Bounded Sequence vs. Convergent Sequence
A convergent sequence always approaches a specific limit, and every convergent sequence is necessarily bounded. A bounded sequence, however, does not have to converge. The classic example is an=(−1)n, which is bounded (between −1 and 1) yet oscillates forever and never settles on one value. The Monotone Convergence Theorem bridges these ideas: a sequence that is both bounded and monotonic must converge.
Why It Matters
Boundedness is one of the first properties you check when analyzing a sequence. It is essential in calculus and analysis: the Bolzano–Weierstrass theorem guarantees that every bounded sequence has a convergent subsequence, and the Monotone Convergence Theorem states that a bounded, monotonic sequence must converge. These results are foundational tools for proving limits exist and for studying infinite series.
Common Mistakes
Mistake: Assuming that a bounded sequence must converge.
Correction: Bounded does not imply convergent. The sequence (-1)^n is bounded between -1 and 1 but does not converge. You need an additional condition, such as monotonicity, to guarantee convergence.
Mistake: Checking only an upper bound or only a lower bound and concluding the sequence is bounded.
Correction: A sequence is bounded only if both an upper bound and a lower bound exist. For instance, a_n = (-1)^n · n has no upper bound (it takes arbitrarily large positive values) and no lower bound (it takes arbitrarily large negative values), even though individual subsequences might appear bounded on one side.
Related Terms
- Sequence — General concept that bounded sequence refines
- Upper Bound of a Set — Required for a sequence to be bounded above
- Lower Bound of a Set — Required for a sequence to be bounded below
- Harmonic Sequence — Classic example of a bounded sequence
- Convergent Sequence — Every convergent sequence is bounded
- Monotonic Sequence — Bounded + monotonic guarantees convergence
- Term — Each individual element of a sequence
