upgrade
upgrade

Fundamental Sequence Properties

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

Sequences are the backbone of precalculus and set you up for everything you'll encounter in calculus. When you see a sequence, you're really looking at a function whose domain is positive integers—and that shift in thinking unlocks how we analyze growth patterns, long-term behavior, and summation. The AP exam loves testing whether you can identify sequence types, write formulas, and predict what happens as terms continue indefinitely.

Here's the key: you're being tested on your ability to recognize structure in number patterns and translate that structure into mathematical language. Don't just memorize that arithmetic sequences add and geometric sequences multiply—know why each formula works, when to use recursive versus explicit forms, and how boundedness and monotonicity connect to convergence. Master these relationships, and sequence problems become predictable.


Sequence Types and Their Defining Features

The first skill is recognizing what kind of sequence you're dealing with. Each type has a signature pattern—arithmetic sequences grow by addition, geometric sequences grow by multiplication, and recursive sequences build from previous terms.

Arithmetic Sequences

  • Constant common difference dd—every term is found by adding the same value to the previous term
  • Explicit formula an=a1+(n1)da_n = a_1 + (n-1)d allows direct calculation of any term without computing all previous terms
  • Linear growth pattern means graphing (n,an)(n, a_n) produces points along a straight line

Geometric Sequences

  • Constant common ratio rr—every term is found by multiplying the previous term by the same value
  • Explicit formula an=a1r(n1)a_n = a_1 \cdot r^{(n-1)} shows the exponential relationship between position and term value
  • Exponential behavior means these sequences grow (or decay) much faster than arithmetic sequences when r>1|r| > 1 (or r<1|r| < 1)

Fibonacci Sequence

  • Recursive definition Fn=Fn1+Fn2F_n = F_{n-1} + F_{n-2} with base cases F0=0F_0 = 0 and F1=1F_1 = 1—each term depends on the two preceding terms
  • Golden ratio connection—the ratio FnFn1\frac{F_n}{F_{n-1}} approaches ϕ1.618\phi \approx 1.618 as nn increases
  • Natural applications appear in plant growth, shell spirals, and algorithm design, making this a favorite for conceptual questions

Compare: Arithmetic vs. Geometric sequences—both have constant patterns between terms, but arithmetic uses addition (linear growth) while geometric uses multiplication (exponential growth). If an FRQ gives you a real-world growth scenario, determine whether the change is additive or multiplicative to choose the right model.


Formulas: Recursive vs. Explicit

Understanding how to express a sequence mathematically is just as important as recognizing its type. Recursive formulas show the building process; explicit formulas give you direct access to any term.

Definition of a Sequence

  • Ordered list of terms where each term ana_n corresponds to a specific position nn (a positive integer)
  • Domain restriction—unlike continuous functions, sequences only exist at integer inputs, creating discrete points
  • Finite or infinite—sequences can terminate after a set number of terms or continue indefinitely

Recursive vs. Explicit Formulas

  • Recursive formulas define ana_n in terms of previous terms—e.g., an=an1+da_n = a_{n-1} + d requires knowing an1a_{n-1} first
  • Explicit formulas calculate ana_n directly from nn—faster for finding the 100th term without computing terms 1-99
  • Conversion skill is frequently tested: given one form, can you derive the other?

Compare: Recursive vs. Explicit formulas—recursive shows how the sequence builds (great for understanding), while explicit shows where any term lands (great for computation). FRQs often give you one and ask for the other, so practice converting between them.


Long-Term Behavior: Convergence and Limits

The AP exam frequently asks what happens to a sequence "in the long run." Convergence describes whether terms settle toward a specific value; divergence means they don't.

Convergence and Divergence

  • Convergent sequences approach a specific finite value (the limit) as nn \to \infty
  • Divergent sequences either grow without bound, oscillate, or otherwise fail to approach a single value
  • Geometric test—a geometric sequence converges only when r<1|r| < 1, approaching zero

Limits of Sequences

  • Limit notation limnan=L\lim_{n \to \infty} a_n = L means terms get arbitrarily close to LL for sufficiently large nn
  • Existence requirement—not all sequences have limits; only convergent sequences do
  • Practical interpretation—the limit tells you the sequence's "destination" even if it never actually arrives

Compare: Convergent vs. Divergent sequences—convergent sequences have a finite limit (terms stabilize), while divergent sequences don't settle down. For geometric sequences, the common ratio rr is your quick test: r<1|r| < 1 means convergence to 0.


Structural Properties: Boundedness and Monotonicity

These properties help you analyze sequences without computing every term. Bounded sequences stay within limits; monotonic sequences move consistently in one direction.

Bounded Sequences

  • Upper bound exists if all terms satisfy anMa_n \leq M for some real number MM
  • Lower bound exists if all terms satisfy anma_n \geq m for some real number mm
  • Convergence connection—bounded monotonic sequences are guaranteed to converge (a key theorem)

Monotonic Sequences

  • Increasing sequences satisfy anan+1a_n \leq a_{n+1} for all nn—terms never decrease
  • Decreasing sequences satisfy anan+1a_n \geq a_{n+1} for all nn—terms never increase
  • Monotonic Convergence Theorem—if a sequence is both monotonic and bounded, it must converge

Compare: Bounded vs. Monotonic—a sequence can be bounded without being monotonic (oscillating between -1 and 1), or monotonic without being bounded (1, 2, 3, 4, ...). When a sequence has both properties, convergence is guaranteed.


Summation and Series Notation

When you add up sequence terms, you enter the world of series. Sigma notation provides a compact way to express sums, which is essential for series analysis.

Sigma Notation for Series

  • Summation symbol \sum compactly represents adding terms: i=1nai=a1+a2++an\sum_{i=1}^{n} a_i = a_1 + a_2 + \cdots + a_n
  • Index variable (often ii, kk, or nn) indicates which terms are being summed and over what range
  • Series convergence—when summing infinitely many terms, the sum may converge to a finite value or diverge

Quick Reference Table

ConceptBest Examples
Linear/Additive GrowthArithmetic sequences, common difference dd
Exponential/Multiplicative GrowthGeometric sequences, common ratio rr
Recursive DefinitionFibonacci sequence, an=an1+da_n = a_{n-1} + d
Explicit Definitionan=a1+(n1)da_n = a_1 + (n-1)d, an=a1r(n1)a_n = a_1 \cdot r^{(n-1)}
ConvergenceGeometric with $$
DivergenceArithmetic (unless d=0d = 0), geometric with $$
BoundednessConvergent sequences, oscillating sequences with fixed amplitude
MonotonicityArithmetic with d>0d > 0 (increasing), geometric with 0<r<10 < r < 1 (decreasing)

Self-Check Questions

  1. What do arithmetic and geometric sequences have in common structurally, and what is the key difference in how their terms change?

  2. Given the recursive formula an=an13a_n = a_{n-1} \cdot 3 with a1=2a_1 = 2, write the explicit formula and determine whether the sequence converges or diverges.

  3. Compare and contrast bounded sequences and monotonic sequences—can a sequence be one without being the other? Give examples.

  4. A geometric sequence has a1=100a_1 = 100 and r=0.5r = 0.5. What is limnan\lim_{n \to \infty} a_n, and why does this sequence converge while one with r=2r = 2 does not?

  5. (FRQ-style) The Fibonacci sequence is defined recursively. Explain why it cannot be easily expressed with a simple explicit formula like arithmetic or geometric sequences, and describe one mathematical property that emerges from its recursive structure.