An infinite sequence is an ordered list of numbers: $a_1, a_2, a_3, \dots, a_n, \dots$. We write $\{a_n\}_{n=1}^\infty$ or simply $\{a_n\}$. The study of sequences is the foundation for understanding infinite series — a major topic in BC Calculus.

🎯 In this section you will learn

📌 Definition of a Sequence

$$ \{a_n\}_{n=1}^\infty = a_1, a_2, a_3, \dots $$
A sequence is a function whose domain is the positive integers
Example 1Writing Terms of a Sequence

Write the first four terms of the sequence $a_n = \frac{n}{n+1}$.

📌 Limit of a Sequence

$$ \lim_{n \to \infty} a_n = L \quad \text{means that } a_n \text{ gets arbitrarily close to } L \text{ as } n \to \infty $$
💡 Convergence vs Divergence
Example 2Convergent Sequence

Determine if $a_n = \frac{1}{n}$ converges or diverges.

Example 3Divergent Sequence

Determine if $a_n = n$ converges or diverges.

Example 4Sequence with Oscillation

Determine if $a_n = (-1)^n$ converges or diverges.

📌 Finding Limits of Sequences

We can often use limit laws and L'Hôpital's rule to find limits of sequences.

Example 5Using L'Hôpital's Rule

Find $\lim_{n \to \infty} \frac{\ln n}{n}$.

Example 6Sequence with Exponential

Find $\lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n$.

📌 Monotonic Sequences and Boundedness

TypeDefinition
Increasing$a_{n+1} \ge a_n$ for all $n$
Decreasing$a_{n+1} \le a_n$ for all $n$
MonotonicEither increasing or decreasing
Bounded aboveThere exists $M$ such that $a_n \le M$ for all $n$
Bounded belowThere exists $m$ such that $a_n \ge m$ for all $n$
BoundedBoth bounded above and below
📌 Monotonic Sequence Theorem

If a sequence is both monotonic (increasing or decreasing) and bounded, then it converges.

Example 7Monotonic and Bounded

Show that $a_n = \frac{1}{n}$ is monotonic and bounded, and therefore converges.

⚠️ Common Mistakes
🔍 Key Takeaways
← Back to Module Page