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 d—every term is found by adding the same value to the previous term
- Explicit formula an=a1+(n−1)d allows direct calculation of any term without computing all previous terms
- Linear growth pattern means graphing (n,an) produces points along a straight line
Geometric Sequences
- Constant common ratio r—every term is found by multiplying the previous term by the same value
- Explicit formula an=a1⋅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 (or ∣r∣<1)
Fibonacci Sequence
- Recursive definition Fn=Fn−1+Fn−2 with base cases F0=0 and F1=1—each term depends on the two preceding terms
- Golden ratio connection—the ratio Fn−1Fn approaches ϕ≈1.618 as n 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.
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 an corresponds to a specific position n (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 formulas define an in terms of previous terms—e.g., an=an−1+d requires knowing an−1 first
- Explicit formulas calculate an directly from n—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 n→∞
- 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, approaching zero
Limits of Sequences
- Limit notation limn→∞an=L means terms get arbitrarily close to L for sufficiently large n
- 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 r is your quick test: ∣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 an≤M for some real number M
- Lower bound exists if all terms satisfy an≥m for some real number m
- Convergence connection—bounded monotonic sequences are guaranteed to converge (a key theorem)
Monotonic Sequences
- Increasing sequences satisfy an≤an+1 for all n—terms never decrease
- Decreasing sequences satisfy an≥an+1 for all n—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 ∑ compactly represents adding terms: ∑i=1nai=a1+a2+⋯+an
- Index variable (often i, k, or n) 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
|
| Linear/Additive Growth | Arithmetic sequences, common difference d |
| Exponential/Multiplicative Growth | Geometric sequences, common ratio r |
| Recursive Definition | Fibonacci sequence, an=an−1+d |
| Explicit Definition | an=a1+(n−1)d, an=a1⋅r(n−1) |
| Convergence | Geometric with $$ |
| Divergence | Arithmetic (unless d=0), geometric with $$ |
| Boundedness | Convergent sequences, oscillating sequences with fixed amplitude |
| Monotonicity | Arithmetic with d>0 (increasing), geometric with 0<r<1 (decreasing) |
Self-Check Questions
-
What do arithmetic and geometric sequences have in common structurally, and what is the key difference in how their terms change?
-
Given the recursive formula an=an−1⋅3 with a1=2, write the explicit formula and determine whether the sequence converges or diverges.
-
Compare and contrast bounded sequences and monotonic sequences—can a sequence be one without being the other? Give examples.
-
A geometric sequence has a1=100 and r=0.5. What is limn→∞an, and why does this sequence converge while one with r=2 does not?
-
(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.