upgrade
upgrade

Key Concepts of Sequences and Series

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.

Recursive Formulas

  • Defines each term using previous terms—you need the term before to find the next one
  • Arithmetic example: an=an1+da_n = a_{n-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

Explicit Formulas

  • Calculates any term directly without needing previous terms—plug in nn and get your answer
  • Arithmetic: an=a1+(n1)da_n = a_1 + (n-1)d; Geometric: an=a1r(n1)a_n = a_1 \cdot 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 (dd) is added to each term to get the next: an=a1+(n1)da_n = a_1 + (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=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n) or Sn=n2(2a1+(n1)d)S_n = \frac{n}{2}(2a_1 + (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 (rr) multiplies each term to get the next: an=a1r(n1)a_n = a_1 \cdot r^{(n-1)}
  • Exponential behavior—grows rapidly if r>1|r| > 1, shrinks toward zero if r<1|r| < 1
  • Identify by: dividing consecutive terms; if the ratio is constant, it's geometric

Geometric Series

  • Sum of geometric sequence terms using Sn=a11rn1rS_n = a_1 \cdot \frac{1 - r^n}{1 - r} (when r1r \neq 1)
  • The formula fails when r=1r = 1—in that case, every term equals a1a_1, so Sn=na1S_n = n \cdot a_1
  • Watch the signs: when rr 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=2d = 2); the sequence 2, 4, 8, 16 is geometric (r=2r = 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 nn \to \infty—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|r| < 1

Infinite Geometric Series

  • Converges to S=a11rS = \frac{a_1}{1 - r} when r<1|r| < 1—the terms become negligibly small
  • Diverges when r1|r| \geq 1—terms don't shrink, so the sum keeps growing or oscillating
  • Classic example: 12+14+18+=1\frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \cdots = 1 (here a1=12a_1 = \frac{1}{2}, r=12r = \frac{1}{2})

Compare: Finite vs. Infinite geometric series—finite series always have a calculable sum using SnS_n, but infinite series only have a sum when r<1|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\sum_{i=1}^{n} a_i means a1+a2++ana_1 + a_2 + \cdots + a_n
  • Index variable (ii) 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 nn terms, denoted SnS_n—a "snapshot" of the series at term nn
  • Tracks series behavior: watching how SnS_n changes as nn increases reveals convergence or divergence
  • Foundation for limits: if SnS_n approaches a fixed value as nn \to \infty, 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

ConceptBest Examples
Linear growth patternsArithmetic sequences, Arithmetic series
Exponential growth patternsGeometric sequences, Geometric series
Term-by-term generationRecursive formulas
Direct term calculationExplicit formulas
Finite sumsArithmetic series (SnS_n), Geometric series (SnS_n)
Infinite sumsInfinite geometric series (when r<1\|r\| < 1)
Series behavior analysisConvergent/divergent series, Partial sums
Compact sum notationSigma notation

Self-Check Questions

  1. What is the key difference between arithmetic and geometric sequences, and how can you identify each from a list of terms?

  2. 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?

  3. Compare the formulas for finite geometric series and infinite geometric series. Under what condition can you use the infinite series formula?

  4. If a geometric series has a1=10a_1 = 10 and r=0.5r = -0.5, does the series converge or diverge? If it converges, what is the sum?

  5. Translate k=15(2k+1)\sum_{k=1}^{5} (2k + 1) into expanded form and calculate the sum. Then verify using the arithmetic series formula.