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 and series form the backbone of understanding patterns in mathematics—and they show up everywhere on exams. You're being tested on your ability to recognize how numbers grow (linearly vs. exponentially), predict future terms, and calculate sums efficiently. These concepts connect directly to functions, exponential growth models, and even calculus-readiness topics like limits and convergence.
Don't just memorize formulas—know why each formula works and when to apply it. Can you tell the difference between a recursive and explicit formula at a glance? Do you know which series converge and which blow up to infinity? Master the underlying logic, and you'll handle any problem they throw at you.
Defining Sequences: How Terms Are Generated
Every sequence has a rule that determines its terms. The key distinction is how that rule is expressed—either by relating each term to the previous one, or by giving a direct formula for any term.
- Defines each term using previous terms—you need the term before to find the next one
- Arithmetic example: an=an−1+d builds each term by adding the common difference
- Best for: generating terms step-by-step or when the pattern is easier to describe relationally
- Calculates any term directly without needing previous terms—plug in n and get your answer
- Arithmetic: an=a1+(n−1)d; Geometric: an=a1⋅r(n−1)
- Best for: finding the 100th term without calculating the first 99
Compare: Recursive vs. Explicit formulas—both describe the same sequence, but recursive builds term-by-term while explicit jumps straight to any position. If an exam asks "find the 50th term," reach for the explicit formula every time.
Arithmetic Patterns: Constant Addition
Arithmetic sequences grow by adding the same value repeatedly. This creates linear growth—graph the terms and you'll see a straight line.
Arithmetic Sequences
- Common difference (d) is added to each term to get the next: an=a1+(n−1)d
- Linear growth pattern—the sequence increases (or decreases) at a constant rate
- Identify by: subtracting consecutive terms; if the difference is always the same, it's arithmetic
Arithmetic Series
- Sum of arithmetic sequence terms using Sn=2n(a1+an) or Sn=2n(2a1+(n−1)d)
- Two formula versions—use the first when you know the last term, the second when you don't
- Visual interpretation: the sum equals the average of first and last terms, multiplied by the number of terms
Compare: The two arithmetic series formulas give identical results—choose based on what information you have. Know both so you're never stuck.
Geometric Patterns: Constant Multiplication
Geometric sequences grow by multiplying by the same value repeatedly. This creates exponential growth (or decay), which behaves very differently from arithmetic patterns.
Geometric Sequences
- Common ratio (r) multiplies each term to get the next: an=a1⋅r(n−1)
- Exponential behavior—grows rapidly if ∣r∣>1, shrinks toward zero if ∣r∣<1
- Identify by: dividing consecutive terms; if the ratio is constant, it's geometric
Geometric Series
- Sum of geometric sequence terms using Sn=a1⋅1−r1−rn (when r=1)
- The formula fails when r=1—in that case, every term equals a1, so Sn=n⋅a1
- Watch the signs: when r is negative, terms alternate positive and negative
Compare: Arithmetic vs. Geometric sequences—arithmetic adds a constant (linear growth), geometric multiplies by a constant (exponential growth). The sequence 2, 4, 6, 8 is arithmetic (d=2); the sequence 2, 4, 8, 16 is geometric (r=2).
Infinite Series: When Sums Have Limits
What happens when a series continues forever? Sometimes the sum approaches a finite value (converges), and sometimes it doesn't (diverges). The common ratio determines everything.
Convergent and Divergent Series
- Convergent series approach a finite sum as n→∞—the terms shrink fast enough to "settle down"
- Divergent series have no finite sum—they either grow without bound or oscillate indefinitely
- Key test: for geometric series, convergence depends entirely on whether ∣r∣<1
Infinite Geometric Series
- Converges to S=1−ra1 when ∣r∣<1—the terms become negligibly small
- Diverges when ∣r∣≥1—terms don't shrink, so the sum keeps growing or oscillating
- Classic example: 21+41+81+⋯=1 (here a1=21, r=21)
Compare: Finite vs. Infinite geometric series—finite series always have a calculable sum using Sn, but infinite series only have a sum when ∣r∣<1. If you see "sum to infinity," immediately check the ratio.
Notation and Partial Sums: The Language of Series
Efficient notation lets you express complex sums compactly. Mastering sigma notation and understanding partial sums is essential for reading and writing series problems fluently.
Sigma Notation
- Compact representation of sums: ∑i=1nai means a1+a2+⋯+an
- Index variable (i) counts through terms; the bottom shows where to start, the top shows where to stop
- Translating is key: practice converting between expanded form and sigma notation in both directions
Partial Sums
- The sum of the first n terms, denoted Sn—a "snapshot" of the series at term n
- Tracks series behavior: watching how Sn changes as n increases reveals convergence or divergence
- Foundation for limits: if Sn approaches a fixed value as n→∞, the series converges to that value
Compare: Sigma notation vs. partial sums—sigma notation writes the sum compactly, while partial sums evaluate the sum up to a certain point. You need both skills: translating notation and computing values.
Quick Reference Table
|
| Linear growth patterns | Arithmetic sequences, Arithmetic series |
| Exponential growth patterns | Geometric sequences, Geometric series |
| Term-by-term generation | Recursive formulas |
| Direct term calculation | Explicit formulas |
| Finite sums | Arithmetic series (Sn), Geometric series (Sn) |
| Infinite sums | Infinite geometric series (when ∥r∥<1) |
| Series behavior analysis | Convergent/divergent series, Partial sums |
| Compact sum notation | Sigma notation |
Self-Check Questions
-
What is the key difference between arithmetic and geometric sequences, and how can you identify each from a list of terms?
-
Given the sequence 3, 6, 12, 24, ..., write both the recursive formula and the explicit formula. Which would you use to find the 20th term?
-
Compare the formulas for finite geometric series and infinite geometric series. Under what condition can you use the infinite series formula?
-
If a geometric series has a1=10 and r=−0.5, does the series converge or diverge? If it converges, what is the sum?
-
Translate ∑k=15(2k+1) into expanded form and calculate the sum. Then verify using the arithmetic series formula.