Sequences
A sequence is a function that assigns a value to each positive integer, producing an ordered list of numbers that may follow a pattern or rule. Understanding sequences is essential because they form the foundation for series, which you'll study throughout the rest of this unit. Before you can determine whether an infinite sum makes sense, you need to understand how individual terms behave as grows.
General Term Formula Derivation
The general term formula gives you as a function of , so you can compute any term directly without listing all the ones before it.
Arithmetic sequences have a constant difference between consecutive terms:
For example, the sequence has and , so .
Geometric sequences have a constant ratio between consecutive terms:
For example, has and , so .
To find the formula for a given sequence:
- Look at the terms and identify whether differences or ratios are constant (or whether some other pattern is at work).
- Use known terms to set up equations and solve for the constants (, , or ).
- Plug those constants into the appropriate formula.
Many sequences in Calc II aren't arithmetic or geometric. You might see formulas like or . For these, the goal is to express as an explicit function of by spotting the pattern across several terms.
Recursive sequences define each term using previous terms rather than giving a closed-form formula. The classic example is the Fibonacci sequence: with . Recursive definitions always need initial conditions to get started.

Sequence Limit Evaluation
The limit of a sequence is the value the terms approach as . Formally:
means that for every , there exists an such that for all . In plain terms, no matter how tight a window you put around , eventually all terms of the sequence stay inside that window.
Practical techniques for finding limits:
- Direct substitution / algebraic simplification. Treat like a function of and evaluate as . For rational expressions, divide numerator and denominator by the highest power of . For example:
- L'Hรดpital's Rule. If the sequence has the form of an indeterminate ratio ( or ), you can treat as a continuous variable , apply L'Hรดpital's Rule to the corresponding function, and the result gives the sequence's limit.
- Squeeze Theorem. If for all large , and , then . This is especially useful for sequences involving or divided by something growing.
Common limits worth memorizing:
- for any
- when
When does a limit not exist? If the terms oscillate without settling down (like , which bounces between and ), the limit does not exist. A sequence that grows without bound () is said to diverge to infinity.

Convergence vs. Divergence Analysis
A sequence converges if exists and equals a finite number . Otherwise, the sequence diverges. Divergence includes both sequences that grow without bound and sequences that oscillate.
A sequence that diverges to does not converge, even though the limit "exists" in an extended sense. Convergence requires a finite limit.
Key techniques for sequences (not series):
- Direct evaluation. Most sequence convergence questions in Calc II come down to computing the limit. If you can find a finite , the sequence converges. If the limit is or doesn't exist, it diverges.
- The Divergence Check. If the terms don't approach zero, the sequence certainly doesn't converge to zero. But be careful: terms approaching zero doesn't guarantee convergence to zero unless you actually verify the limit equals zero. (For example, does converge to 0, but this reasoning matters more when you get to series.)
- Absolute Value Argument. If , then . This is handy for alternating sequences like .
- Monotone Convergence Theorem. If a sequence is both monotone (always increasing or always decreasing) and bounded, then it converges. You don't even need to know the limit to guarantee convergence. This theorem is powerful for recursively defined sequences where computing the limit directly is hard.
A note on the Ratio and Root Tests: These are primarily tools for analyzing series (infinite sums), not individual sequences. They can tell you whether , but for sequences alone, direct limit computation is usually more straightforward. You'll use these tests heavily starting in the next section on series.
Additional Sequence Properties
Monotonicity describes whether a sequence consistently moves in one direction:
- Increasing: for all (strictly increasing if )
- Decreasing: for all (strictly decreasing if )
To test monotonicity, you can examine (positive means increasing, negative means decreasing) or look at the ratio when all terms are positive (greater than 1 means increasing).
Boundedness means the sequence's values don't escape some fixed interval:
- Bounded above: there exists such that for all
- Bounded below: there exists such that for all
- Bounded: both conditions hold, so for all
Every convergent sequence is bounded (though bounded sequences aren't necessarily convergent; think of ).
Subsequences are formed by selecting terms from the original sequence while keeping their order. For instance, taking only even-indexed terms gives a subsequence. The key fact: every subsequence of a convergent sequence converges to the same limit. This works in reverse too: if you can find two subsequences that converge to different values, the original sequence must diverge. (This is exactly how you prove diverges: the even terms converge to 1, the odd terms to .)
Cauchy sequences capture convergence without needing to know the limit in advance. A sequence is Cauchy if for every , there exists such that for all . In , a sequence converges if and only if it is Cauchy. This equivalence is a consequence of the completeness of the real numbers.