Series Basics

Theory

A series is the sum of the terms of a sequence.
If {an}\{a_n\} is a sequence, then the corresponding series is

n=1an=a1+a2+a3+\sum_{n=1}^{\infty} a_n = a_1 + a_2 + a_3 + \cdots

Partial Sums

The nn-th partial sum of a series is

Sn=k=1nak.S_n = \sum_{k=1}^{n} a_k.

The series an\sum a_n converges if

limnSn=S(finite).\lim_{n\to\infty} S_n = S \quad (\text{finite}).

Otherwise, the series diverges.

Divergence Test (Term Test)

If

limnan0,\lim_{n\to\infty} a_n \neq 0,

then the series an\sum a_n diverges.

Important:
If liman=0\lim a_n = 0, the test is inconclusive.

Geometric Series

A series is geometric if

n=1arn1\sum_{n=1}^{\infty} ar^{\,n-1}

for constants aa and rr.

  • If |r|<1, the series converges to
S=a1r.S=\frac{a}{1-r}.
  • If r1|r|\ge1 and a0a\neq0, the series diverges.

Telescoping Series

A series is telescoping if its partial sums cancel:

Sn=(a1a2)+(a2a3)++(anan+1).S_n = (a_1-a_2)+(a_2-a_3)+\cdots+(a_n-a_{n+1}).

Most terms cancel, leaving only a few boundary terms.
Take the limit of SnS_n to determine convergence.

Logarithmic Series

If

ln(an),\sum \ln(a_n),

then

Sn=ln ⁣(an).S_n = \ln\!\left(\prod a_n\right).

If SnS_n \to -\infty, the series diverges.

Series with Powers and Roots

For rational expressions involving nn:

  • Compare highest powers of nn
  • If liman0\lim a_n \neq 0, the series diverges

For expressions of the form

(1+cn)n,\left(1+\frac{c}{n}\right)^n,

use the limit

limn(1+cn)n=ec.\lim_{n\to\infty}\left(1+\frac{c}{n}\right)^n = e^{c}.

Harmonic Series

The harmonic series is

n=11n=1+12+13+14+\sum_{n=1}^{\infty} \frac{1}{n} = 1 + \frac12 + \frac13 + \frac14 + \cdots

Fact:
The harmonic series diverges.

P-Series

A p-series is a series of the form

n=11np,\sum_{n=1}^{\infty} \frac{1}{n^p},

where pp is a real number.

  • If p > 1, the series converges
  • If 0 < p \le 1, the series diverges

Examples:

1n2converges,1ndiverges\sum \frac{1}{n^2} \quad \text{converges}, \qquad \sum \frac{1}{n} \quad \text{diverges}

Why Harmonic Series Is Special

The harmonic series is the boundary case of the p-series when p=1p=1. Even though

limn1n=0,\lim_{n\to\infty} \frac{1}{n} = 0,

the series still diverges.

Quick Decision Guide

  1. Compute liman\lim a_n
  2. If 0\neq 0 \Rightarrow divergent
  3. If geometric, check r|r|
  4. If telescoping, compute SnS_n
  5. Otherwise, analyze partial sums or limits