Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

An infinite series adds the terms of a sequence one after another, such as a1 + a2 + a3 + .... Some infinite sums settle toward a finite number, while others grow without bound. This matters because series are used to approximate functions, model repeated processes, and measure accumulated effects in physics, engineering, and probability.

The central idea is that infinitely many small pieces can have a finite total only if they shrink fast enough.

Understanding Calculus: Why Some Series Converge

The most useful way to judge a series is to watch its running totals. Each new term changes the total by some amount. If, after enough terms, every later change can be made smaller than any chosen tolerance, the total has a stable target.

This is stronger than merely noticing that individual terms become tiny. A term can approach zero so slowly that the accumulated additions still keep pushing the total upward.

When solving problems, focus on the tail of the series. The first ten or even one thousand terms may look important, but convergence is decided by the long-term pattern.

Geometric series provide a clear model for fast enough shrinking. Imagine adding one half, then one quarter, then one eighth, and continuing. Each piece is a fixed fraction of the previous piece, so the remaining amount shrinks in the same controlled way.

If that fixed fraction has size less than one, the leftover tail becomes very small. This idea leads to the ratio test. It examines how one term compares with the term before it far along in the sequence.

A limiting ratio below one suggests geometric-like decay. A ratio above one means the terms fail to shrink enough, so the sum cannot settle. A ratio exactly equal to one gives no answer and requires another test.

Comparison works because positive quantities cannot cancel each other. If a series stays below a known finite total, it has no way to grow past that bound. If it stays above a pattern that keeps growing, it must grow too.

The integral test gives a related picture. For a positive decreasing function, series terms can be drawn as rectangle areas. The total of the rectangles is linked to the area under a curve.

This explains why powers matter so much. A curve of one over a power of n falls steeply enough only when the power is greater than one. Near the boundary value of one, the fall is too slow, even though the terms eventually look very small.

Signs can change the story. With alternating positive and negative terms, cancellation may produce a stable total even when the matching positive-term series grows without limit. If the magnitudes decrease steadily toward zero, alternating terms often trap the true value between two nearby partial sums.

The error after stopping is no larger than the next omitted term. This is useful in calculator methods, Taylor polynomial approximations, and numerical models in physics. Students should always check whether terms are positive, whether signs alternate, whether sizes decrease, and which test actually matches the pattern.

A test is not a ritual. Its conditions explain why its conclusion is trustworthy.

Key Facts

  • An infinite series is a sum of sequence terms: Σ a_n = a_1 + a_2 + a_3 + ...
  • A series converges if its partial sums S_N = a_1 + a_2 + ... + a_N approach a finite limit as N increases.
  • A necessary condition for convergence is lim n→∞ a_n = 0, but this condition alone is not enough.
  • The harmonic series diverges: Σ 1/n = 1 + 1/2 + 1/3 + ... grows without bound.
  • A p-series Σ 1/n^p converges if p > 1 and diverges if p ≤ 1.
  • For positive-term series, comparison tests show convergence when terms are smaller than a known convergent series and divergence when terms are larger than a known divergent series.

Vocabulary

Infinite series
An infinite series is the sum of all terms in an infinite sequence.
Partial sum
A partial sum is the sum of the first N terms of a series, written S_N.
Convergence
Convergence means the partial sums of a series approach one finite number.
Divergence
Divergence means the partial sums do not approach a finite limit.
p-series
A p-series is a series of the form Σ 1/n^p, whose convergence depends on the value of p.

Common Mistakes to Avoid

  • Thinking terms going to zero guarantees convergence. This is wrong because the harmonic series has terms 1/n that approach zero, yet its total sum still diverges.
  • Confusing a sequence with a series. A sequence lists values, while a series adds those values and studies the behavior of the partial sums.
  • Using the p-series rule with the wrong exponent. The series Σ 1/n^p converges only when p > 1, so p = 1 is still divergent.
  • Comparing only the first few terms of two series. Convergence depends on long-term behavior, so a valid comparison must work for sufficiently large n.

Practice Questions

  1. 1 Find the first four partial sums of the series Σ 1/2^n starting at n = 1, then predict whether the series converges and state its sum.
  2. 2 Decide whether each p-series converges or diverges: Σ 1/n^2, Σ 1/n, and Σ 1/n^0.5.
  3. 3 A series has positive terms that shrink toward zero, but each term is still larger than 1/n for all large n. Explain what this suggests about convergence or divergence.