Fiveable

โž—Calculus II Unit 5 Review

QR code for Calculus II practice questions

5.1 Sequences

5.1 Sequences

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โž—Calculus II
Unit & Topic Study Guides

Sequences

A sequence is a function that assigns a value to each positive integer, producing an ordered list of numbers a1,a2,a3,โ€ฆa_1, a_2, a_3, \ldots 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 nn grows.

General Term Formula Derivation

The general term formula gives you ana_n as a function of nn, so you can compute any term directly without listing all the ones before it.

Arithmetic sequences have a constant difference dd between consecutive terms:

an=a1+(nโˆ’1)da_n = a_1 + (n - 1)d

For example, the sequence 3,7,11,15,โ€ฆ3, 7, 11, 15, \ldots has a1=3a_1 = 3 and d=4d = 4, so an=3+4(nโˆ’1)=4nโˆ’1a_n = 3 + 4(n-1) = 4n - 1.

Geometric sequences have a constant ratio rr between consecutive terms:

an=a1โ‹…rnโˆ’1a_n = a_1 \cdot r^{n-1}

For example, 2,6,18,54,โ€ฆ2, 6, 18, 54, \ldots has a1=2a_1 = 2 and r=3r = 3, so an=2โ‹…3nโˆ’1a_n = 2 \cdot 3^{n-1}.

To find the formula for a given sequence:

  1. Look at the terms and identify whether differences or ratios are constant (or whether some other pattern is at work).
  2. Use known terms to set up equations and solve for the constants (a1a_1, dd, or rr).
  3. Plug those constants into the appropriate formula.

Many sequences in Calc II aren't arithmetic or geometric. You might see formulas like an=n22n+1a_n = \frac{n^2}{2n+1} or an=(โˆ’1)nn!a_n = \frac{(-1)^n}{n!}. For these, the goal is to express ana_n as an explicit function of nn 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: Fn=Fnโˆ’1+Fnโˆ’2F_n = F_{n-1} + F_{n-2} with F1=F2=1F_1 = F_2 = 1. Recursive definitions always need initial conditions to get started.

General term formula derivation, Formulas for Arithmetic Sequences | College Algebra

Sequence Limit Evaluation

The limit of a sequence is the value the terms approach as nโ†’โˆžn \to \infty. Formally:

limโกnโ†’โˆžan=L\lim_{n \to \infty} a_n = L

means that for every ฮต>0\varepsilon > 0, there exists an NโˆˆNN \in \mathbb{N} such that โˆฃanโˆ’Lโˆฃ<ฮต|a_n - L| < \varepsilon for all nโ‰ฅNn \geq N. In plain terms, no matter how tight a window you put around LL, eventually all terms of the sequence stay inside that window.

Practical techniques for finding limits:

  • Direct substitution / algebraic simplification. Treat ana_n like a function of nn and evaluate as nโ†’โˆžn \to \infty. For rational expressions, divide numerator and denominator by the highest power of nn. For example:

limโกnโ†’โˆž3n2+15n2โˆ’2=limโกnโ†’โˆž3+1/n25โˆ’2/n2=35\lim_{n \to \infty} \frac{3n^2 + 1}{5n^2 - 2} = \lim_{n \to \infty} \frac{3 + 1/n^2}{5 - 2/n^2} = \frac{3}{5}

  • L'Hรดpital's Rule. If the sequence has the form of an indeterminate ratio (โˆž/โˆž\infty/\infty or 0/00/0), you can treat nn as a continuous variable xx, apply L'Hรดpital's Rule to the corresponding function, and the result gives the sequence's limit.
  • Squeeze Theorem. If bnโ‰คanโ‰คcnb_n \leq a_n \leq c_n for all large nn, and limโกbn=limโกcn=L\lim b_n = \lim c_n = L, then limโกan=L\lim a_n = L. This is especially useful for sequences involving sinโก(n)\sin(n) or cosโก(n)\cos(n) divided by something growing.

Common limits worth memorizing:

  • limโกnโ†’โˆž1np=0\lim_{n \to \infty} \frac{1}{n^p} = 0 for any p>0p > 0
  • limโกnโ†’โˆžrn=0\lim_{n \to \infty} r^n = 0 when โˆฃrโˆฃ<1|r| < 1
  • limโกnโ†’โˆž(1+1n)n=e\lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n = e
  • limโกnโ†’โˆžn!nn=0\lim_{n \to \infty} \frac{n!}{n^n} = 0
  • limโกnโ†’โˆžlnโกnn=0\lim_{n \to \infty} \frac{\ln n}{n} = 0

When does a limit not exist? If the terms oscillate without settling down (like an=(โˆ’1)na_n = (-1)^n, which bounces between โˆ’1-1 and 11), the limit does not exist. A sequence that grows without bound (an=n2a_n = n^2) is said to diverge to infinity.

General term formula derivation, Terms of an Arithmetic Sequence | College Algebra

Convergence vs. Divergence Analysis

A sequence converges if limโกnโ†’โˆžan\lim_{n \to \infty} a_n exists and equals a finite number LL. Otherwise, the sequence diverges. Divergence includes both sequences that grow without bound and sequences that oscillate.

A sequence that diverges to ยฑโˆž\pm \infty 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 LL, the sequence converges. If the limit is ยฑโˆž\pm \infty 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, an=1na_n = \frac{1}{n} does converge to 0, but this reasoning matters more when you get to series.)
  • Absolute Value Argument. If limโกnโ†’โˆžโˆฃanโˆฃ=0\lim_{n \to \infty} |a_n| = 0, then limโกnโ†’โˆžan=0\lim_{n \to \infty} a_n = 0. This is handy for alternating sequences like an=(โˆ’1)nna_n = \frac{(-1)^n}{n}.
  • 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 anโ†’0a_n \to 0, 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: anโ‰คan+1a_n \leq a_{n+1} for all nn (strictly increasing if an<an+1a_n < a_{n+1})
  • Decreasing: anโ‰ฅan+1a_n \geq a_{n+1} for all nn (strictly decreasing if an>an+1a_n > a_{n+1})

To test monotonicity, you can examine an+1โˆ’ana_{n+1} - a_n (positive means increasing, negative means decreasing) or look at the ratio an+1an\frac{a_{n+1}}{a_n} 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 MM such that anโ‰คMa_n \leq M for all nn
  • Bounded below: there exists mm such that anโ‰ฅma_n \geq m for all nn
  • Bounded: both conditions hold, so mโ‰คanโ‰คMm \leq a_n \leq M for all nn

Every convergent sequence is bounded (though bounded sequences aren't necessarily convergent; think of (โˆ’1)n(-1)^n).

Subsequences are formed by selecting terms from the original sequence while keeping their order. For instance, taking only even-indexed terms a2,a4,a6,โ€ฆa_2, a_4, a_6, \ldots 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 (โˆ’1)n(-1)^n diverges: the even terms converge to 1, the odd terms to โˆ’1-1.)

Cauchy sequences capture convergence without needing to know the limit in advance. A sequence is Cauchy if for every ฮต>0\varepsilon > 0, there exists NN such that โˆฃamโˆ’anโˆฃ<ฮต|a_m - a_n| < \varepsilon for all m,nโ‰ฅNm, n \geq N. In R\mathbb{R}, a sequence converges if and only if it is Cauchy. This equivalence is a consequence of the completeness of the real numbers.