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.

A sequence is an ordered list of numbers, and a series is the sum of the terms in a sequence. These ideas matter because they describe patterns that continue step by step and help mathematicians model growth, decay, approximation, and infinite processes. In calculus, sequences and series connect algebraic patterns to limits, which makes them essential for understanding advanced functions and approximations.

A sequence approaches a limit LL if the terms get arbitrarily close to LL as nn becomes large. A series is written as a n=1\sum_{n=1}^{\infty}, and its behavior depends on the partial sums. If the partial sums approach a finite number, the series converges; otherwise it diverges.

Important tools include geometric series formulas, convergence tests, and the idea that an infinite sum can still have a finite value.

Understanding Sequences and Series

The key object for an infinite sum is not the finished total, because there is no final term. Instead, mathematicians inspect a running total after one term, then two terms, then three terms. Each running total is an ordinary finite calculation.

If these totals settle closer and closer to one fixed value, the infinite process has a usable result. This is why a series can be studied with limits even though nobody literally adds infinitely many numbers. A graph of partial sums often makes the behavior clear.

A flattening graph suggests convergence. A graph that keeps rising, falling, or jumping between values shows divergence.

Terms becoming small is important, but it does not settle the whole problem. A series whose terms fail to approach zero must diverge, since each new addition remains noticeably large. The reverse claim is false.

For example, the terms one over n become tiny, yet their sum grows without a bound. The growth is slow, which can make the series seem harmless in a table or calculator display. Students should separate these two ideas carefully.

The size of individual terms describes the sequence. The accumulated effect of all terms describes the series.

Geometric series are especially useful because every term is made by multiplying by the same ratio. When the ratio has magnitude less than one, each new contribution is a fixed fraction of the previous one. The leftover amount shrinks repeatedly, so the total can settle at a finite value.

A ratio of one half gives pieces such as one half, one fourth, one eighth, and smaller pieces. This model appears in repeating decimals, bouncing objects that lose energy, and digital images that are refined in stages.

If the ratio is negative, the terms switch signs. The partial sums may zigzag, yet they can still settle if the magnitudes shrink fast enough.

Most series are not geometric, so calculus uses tests that compare an unfamiliar series with one whose behavior is already known. Positive terms can often be compared by size. If they are no larger than terms from a convergent benchmark, their total is controlled.

If they are no smaller than terms from a divergent benchmark, their total cannot stay finite. Alternating signs need extra care because cancellation can hide large contributions. In class, write several partial sums before choosing a test.

Check whether all terms are positive, whether signs alternate, and how quickly the terms decrease. These observations guide the method and prevent treating every infinite sum as the same kind of problem.

Key Facts

  • A sequence converges to LL if limnan=L\lim_{n\to\infty} a_n = L.
  • The nnth partial sum of a series is SN=a1+a2++aNS_N = a_1 + a_2 + \ldots + a_N.
  • An infinite series converges if lim(N to infinity) S_N exists and is finite.
  • Geometric sequence: an=a1×rn1a_n = a_1 \times r^{n-1}.
  • Infinite geometric series: n=0arn=a1r\sum_{n=0}^{\infty} a r^n = \frac{a}{1 - r}, for r<1|r| < 1.
  • If n=1an\sum_{n=1}^{\infty} a_n converges, then limnan=0\lim_{n\to\infty} a_n = 0.

Vocabulary

Sequence
A sequence is an ordered list of terms, usually written as a_1, a_2, a_3, and so on.
Series
A series is the sum of the terms of a sequence.
Limit
A limit is the value that a sequence or partial sum approaches as the index grows without bound.
Partial sum
A partial sum is the sum of the first N terms of a series.
Convergence
Convergence means that a sequence or series approaches a finite value as the number of terms increases.

Common Mistakes to Avoid

  • Assuming a_n to 0 guarantees that the series sum of a_n converges, which is wrong because many series with terms going to zero still diverge, such as the harmonic series.
  • Using the geometric series formula when |r| >= 1, which is wrong because the infinite geometric series only converges for |r| < 1.
  • Confusing the sequence a_n with the series sum of a_n, which is wrong because one is a list of terms and the other is the accumulation of those terms.
  • Stopping after checking only a few terms numerically, which is wrong because convergence depends on long term behavior as n becomes very large.

Practice Questions

  1. 1 Find the limit of the sequence a_n = (3n + 2) / (n + 5) as n approaches infinity.
  2. 2 Determine whether the series n=05(13)n\sum_{n=0}^{\infty} 5\left(\frac{1}{3}\right)^n converges, and if it does, find its sum.
  3. 3 A sequence has terms that get closer and closer to 4 as n increases. Explain what this means in terms of the limit, and state whether this alone tells you that the series sum of a_n converges.