1. What a series is
A series is the sum of the terms of a sequence.
If $(a_n)$ is a sequence, the associated infinite series is
More generally, any expression of the form
is a series. The important question is not just what the terms are, but whether the partial sums approach a finite limit.
Partial sums
The $n$th partial sum is
The series converges if the sequence of partial sums converges:
If the partial sums do not approach a finite limit, the series diverges.
Interactive visual
Geometric partial sums
Adjust the ratio and term count to see how a geometric series approaches its limit.
Why series matter
Series are used to:
Approximate functions
Model repeated accumulation
Analyze signals, errors, and differential equations
Build numerical methods
Represent functions with polynomials
2. Core vocabulary
Convergent and divergent
A series is convergent if its partial sums approach a finite value.
A series is divergent if it does not.
Necessary condition for convergence
If
converges, then
This condition is necessary but not sufficient.
For example,
diverges even though the terms go to $0$.
Absolute and conditional convergence
A series $\sum a_n$ is:
Absolutely convergent if $\sum |a_n|$ converges
Conditionally convergent if $\sum a_n$ converges but $\sum |a_n|$ diverges
Absolute convergence is stronger and easier to work with. If a series converges absolutely, it converges.
Rearrangement warning
For absolutely convergent series, rearranging terms does not change the sum.
For conditionally convergent series, rearranging terms can change the sum. This is one reason absolute convergence is preferred when possible.
3. Geometric and telescoping series
Geometric series
The standard geometric series is
It converges when
and its sum is
If the index starts at $n=1$, adjust the first term accordingly.
Finite geometric sum
For $N \ge 1$,
Telescoping series
A telescoping series is one where successive terms cancel after rewriting.
Example:
The partial sums are
so the series converges to $1$.
Strategy for telescoping
Rewrite the term using partial fractions or algebra.
Expand the first few partial sums.
Identify cancellation.
Take the limit of the remaining terms.
4. Convergence tests
No single test works best in every case. Choose the test that matches the structure of the series.
Divergence test
If
or the limit does not exist, then
diverges.
If the limit is $0$, the test is inconclusive.
$p$-series
The $p$-series
converges if and only if
and diverges for $p \le 1$.
Comparison test
For series with nonnegative terms, compare to a known benchmark series.
If $0 \le a_n \le b_n$ and $\sum b_n$ converges, then $\sum a_n$ converges.
If $0 \le b_n \le a_n$ and $\sum b_n$ diverges, then $\sum a_n$ diverges.
Use this when the terms look like a familiar rational or root expression.
Limit comparison test
If $a_n, b_n > 0$ and
with $0 < c < \infty$, then $\sum a_n$ and $\sum b_n$ behave the same way.
This is useful when the terms have the same dominant growth rate.
Integral test
If $a_n = f(n)$ where $f$ is positive, continuous, and decreasing on $[N,\infty)$, then
and
either both converge or both diverge.
This is especially useful for $p$-series-like terms and logarithmic modifications.
Ratio test
For a series $\sum a_n$, consider
If $L < 1$, the series converges absolutely.
If $L > 1$ or $L = \infty$, the series diverges.
If $L = 1$, the test is inconclusive.
Use this when factorials, exponentials, or powers of $n$ are present.
Root test
Consider
with the same conclusions as the ratio test.
Use this when the $n$th power is built into the term.
Alternating series test
For
if:
$b_n \ge 0$
$b_n$ is eventually decreasing
$b_n \to 0$
then the series converges.
This test does not guarantee absolute convergence.
Absolute convergence check
If a series alternates or has mixed signs, first test
If the absolute series converges, the original series converges absolutely.
5. Power series
A power series centered at $c$ has the form
It behaves like an infinite polynomial within its interval of convergence.
Radius and interval of convergence
A power series converges:
Absolutely for $|x-c| < R$
Diverges for $|x-c| > R$
Must be checked separately at the endpoints $x = c \pm R$
The number $R$ is the radius of convergence.
Finding the radius
The ratio test is the standard tool. Compute
and solve for the values of $x$ that make the limit less than $1$.
Differentiation and integration
Within the interval of convergence, a power series may be differentiated and integrated term by term.
If
then
and
as long as $x$ stays within the interval of convergence.
Why power series are powerful
They convert difficult functions into algebraic objects that can be:
Differentiated and integrated term by term
Used for approximation
Compared by coefficients
Inserted into differential equations
6. Taylor and Maclaurin series
The Taylor series of a function $f$ centered at $a$ is
If $a=0$, it is called a Maclaurin series.
Common expansions
Exponential
Sine
Cosine
Binomial-type expansion
For $|x|<1$,
and more generally, for real exponent $\alpha$,
where
Remainder and approximation
The Taylor polynomial of degree $N$ is
The remainder is
For many problems, a low-degree Taylor polynomial gives a useful local approximation.
Error thinking
When approximating with a Taylor polynomial, ask:
How many terms are enough?
Is the next omitted term a good error estimate?
Is the point $x$ close enough to the center $a$?
7. Manipulating series
Index shifting
Series are often easier to compare after rewriting them with the same index.
Example:
Let $k=n-1$. Then the series becomes
Splitting and combining
Linearity holds where the series converge appropriately:
Use this carefully. If the series are only conditionally convergent, rearrangement issues can matter.
Termwise operations on power series
Within their interval of convergence, power series can be:
Differentiated term by term
Integrated term by term
Shifted and reindexed
Multiplied with care
This is the main route to deriving new series from known ones.
Matching coefficients
If two power series are equal on an interval, then the coefficients of matching powers must be equal.
This method is useful for:
Solving identities
Deriving recurrence relations
Extracting unknown coefficients
8. Common examples to know
Harmonic series
diverges.
Alternating harmonic series
converges conditionally.
$p$-series template
converges if $p>1$.
Geometric template
Exponential, sine, cosine
These three are the most important Maclaurin series to memorize. Many other expansions come from differentiating or integrating them.
Logarithm from geometric series
Starting from
integrating term by term gives
This is a common derivation pattern.
9. Problem-solving workflow
For convergence questions
Check the term limit: if $a_n \not\to 0$, stop and declare divergence.
Identify the shape:
Geometric
$p$-series
Alternating
Rational comparison
Factorial/exponential
Choose the most natural test.
If alternating, check absolute convergence first if possible.
If a power series is involved, find the interval first, then test endpoints separately.
For Taylor/power series problems
Write the known base series.
Shift, differentiate, integrate, or substitute as needed.
Keep track of the center and radius.
Verify the final form by checking the first few terms.
For approximation questions
Choose the center close to the evaluation point.
Use the lowest degree that gives acceptable accuracy.
Estimate the remainder or next term.
State the approximation clearly with its error context.
10. Pitfalls
Confusing the term test with a convergence test. Terms going to $0$ are necessary, not sufficient.
Forgetting to test endpoints of a power series interval.
Using a ratio test and stopping at $L=1$ without another plan.
Assuming alternating automatically means convergent absolutely.
Dropping absolute values inside ratio or root tests.
Reindexing incorrectly and changing the first few terms.
Treating conditional convergence like absolute convergence when rearranging terms.
Forgetting that termwise differentiation and integration are valid only inside the interval of convergence.
11. Formula sheet
Core definitions
Geometric series
$p$-series
Ratio test
Root test
Alternating series test
If $b_n \downarrow 0$, then
converges.
Taylor series
Maclaurin series
Standard Maclaurin series
Sources
Stewart, Calculus: Early Transcendentals
Lay, Linear Algebra and Its Applications
Rosen, Discrete Mathematics and Its Applications
Boyce and DiPrima, Elementary Differential Equations and Boundary Value Problems
Blitzstein and Hwang, Introduction to Probability