Infinite Sequences and Series
What does it mean to add up infinitely many numbers and get a finite answer? That single question — half sane, half paradoxical — is the doorway into one of the most powerful ideas in all of calculus. When you write , or when your calculator computes or , you are quietly relying on infinite series. They let us build complicated functions out of nothing but additions and multiplications, and they let us tame infinity with precise, checkable rules.
The catch is that infinity does not play fair. Some infinite sums settle down to a number (they converge); others grow without bound or oscillate forever (they diverge). Learning this topic means learning to tell the two apart with confidence, and then learning to use the convergent ones to represent functions. This is the machinery behind polynomial approximation, numerical computing, physics, and much of higher mathematics.
Learning Objectives
- Distinguish a sequence from a series, and define convergence for each precisely.
- Compute sums of geometric series and identify when they converge.
- Apply the core convergence tests: th-term (divergence) test, geometric, -series, comparison, limit comparison, ratio, and integral tests.
- Determine the radius and interval of convergence of a power series.
- Construct Taylor and Maclaurin series and use them to approximate functions.
- Appreciate why rigor — Cauchy's definition of a limit — was historically necessary.
Quick Answer
A sequence is an ordered list of numbers ; a series is what you get by adding a sequence's terms, . A series converges if its partial sums approach a finite limit as . The geometric series converges to exactly when . The -series converges when . To test a general series, choose a tool: the th-term test rules out obvious divergence, while the comparison, ratio, and integral tests handle the subtler cases. Finally, a power series turns a function into an "infinite polynomial," and its most important instance is the Taylor series, which reconstructs a function from its derivatives at a single point.
Where It Came From
The paradox of infinite sums is ancient. Around 450 BC, Zeno of Elea argued that motion is impossible: to cross a room you must first cross half, then half of what remains, then half again — infinitely many steps that (he claimed) could never be completed. Buried in that puzzle is the geometric series . The Greeks lacked the language to say that infinitely many positive terms could sum to something finite, so the paradox stood for two millennia.
The real motivation for developing series arrived with the scientific revolution. In the 1660s, Isaac Newton needed to compute areas, roots, and values of functions like and for which no simple formula existed. His breakthrough was to treat these functions as infinite polynomials — expand them into series and integrate or evaluate term by term. This made previously intractable calculations routine and became a foundation of his calculus.
A generation later, Leonhard Euler (1700s) turned series into an art form. He summed the notorious Basel problem, proving , and discovered the stunning identity by manipulating power series. Euler's results were correct and dazzling — but his methods were often bold to the point of recklessness, treating divergent series as if they had ordinary sums.
That looseness eventually caused contradictions, and the 1800s brought a demand for rigor. Augustin-Louis Cauchy gave the modern definition of convergence in terms of partial sums and -precision limits, cleanly separating series that genuinely converge from those that merely look tidy. His work — later sharpened by Weierstrass — is why we now test convergence instead of assuming it. The lesson of this history is baked into the topic: infinite processes reward you enormously, but only if you check the rules first.
Sequences, Series, and What Convergence Means
A sequence is a function whose domain is the positive integers: gives . It converges to if the terms get arbitrarily close to ; here .
A series sums a sequence. The key idea is the sequence of partial sums:
The infinite series is said to converge to if . Convergence of a series is defined entirely through the sequence of its partial sums — this is Cauchy's crucial move.
The th-term test (divergence test). If , the series must diverge. Reason: for a sum to settle, the pieces being added must shrink to nothing. Warning — this is a one-way test. If , the series might converge or might not; the test says nothing.
Worked example. Does converge? Look at the terms: . Since the terms do not go to zero, the series diverges. Done — no deeper test needed.
The Two Series You Must Know Cold
Geometric series. . Using the identity , we see that if then and
If the terms do not shrink to zero, so it diverges.
Worked example. Zeno, resolved: . Here first term and ratio , so the sum is . You do finish crossing the room.
-series. converges if and only if . Two landmark cases: the harmonic series () diverges even though its terms go to zero — the classic trap — while () converges (to , Euler's result).
Choosing and Using a Convergence Test
For series that aren't obviously geometric or -series, pick the right tool.
Integral test. If is positive, continuous, and decreasing with , then and converge or diverge together.
Worked example. Test . Let . Then
The integral diverges, so the series diverges.
Comparison and limit comparison tests. If and converges, then converges (a smaller positive series can't misbehave under a well-behaved one). The limit comparison test is often easier: if with , then and share the same fate.
Worked example. Test . Compare with . Then . Since converges (), the original series converges.
Ratio test. Compute . If the series converges (absolutely); if it diverges; if the test is inconclusive. This is the workhorse for factorials and exponentials.
Worked example. Test .
So the series converges (in fact its sum is ).
Power Series, Taylor, and Maclaurin
A power series centered at is . For each it is just a number-series, so it converges for some and diverges for others. The set of where it converges is an interval centered at , described by the radius of convergence . The ratio test usually finds .
Worked example (radius of convergence). For , apply the ratio test to the terms:
So : it converges everywhere. (It equals .)
Taylor series. The deepest use of power series is representing a known function. If has derivatives of all orders at , its Taylor series is
When this is called a Maclaurin series. The intuition: match the function's value, slope, curvature, and every higher derivative at one point, and the resulting infinite polynomial reproduces the whole function (within its radius of convergence).
Worked example. Build the Maclaurin series of . Every derivative of is , and , so for all :
To estimate , take the first three terms: . The true value is — accurate to four decimals with almost no work. Two other essentials worth memorizing:
Real-World Applications
- Calculators and computers evaluate , , , and using truncated Taylor series (or close relatives) — polynomials are all a CPU can really compute.
- Physics relies on approximations like (the first Taylor term), which linearizes the pendulum equation and makes small-oscillation analysis solvable.
- Engineering signal processing decomposes waveforms into series (Fourier series), a direct descendant of the idea that functions can be built from infinite sums.
- Finance uses geometric series for the present value of perpetuities and annuities: a payment stream discounted at rate sums geometrically.
- Numerical error control: the remainder term of a Taylor series tells engineers exactly how many terms guarantee a required precision.
Common Mistakes
1. Believing guarantees convergence. Why it's wrong: The harmonic series has terms shrinking to zero yet diverges to infinity. Correction: is necessary but not sufficient. Use it only to prove divergence (when the limit isn't zero), never to conclude convergence.
2. Applying the geometric formula when . Why it's wrong: is derived assuming , which fails when . Writing is nonsense — the sum is infinite. Correction: Always check before using the sum formula.
3. Forgetting to check the endpoints of a power series' interval. Why it's wrong: The ratio test gives the radius but is inconclusive at . The series may converge at one endpoint, both, or neither. Correction: After finding , substitute each endpoint separately and test those number-series directly.
Comparison and Connections
Sequences and series are constantly confused, and so are the tests. This table keeps them straight.
| Concept | What it is | Converges when |
|---|---|---|
| Sequence | Ordered list of terms | Terms approach a single limit |
| Series | Sum of the terms | Partial sums approach a limit |
| Geometric | Constant ratio | |
| -series | Power of in denominator | |
| Ratio test | Uses | Limit |
A subtle connection: absolute vs. conditional convergence. If converges, so does (absolute convergence). But some series like converge only because of sign cancellation — the absolute version diverges. These are conditionally convergent, and reordering their terms can change the sum (Riemann's rearrangement theorem).
Practice Questions
Recall
State the condition under which the geometric series converges, and give its sum. Answer: It converges iff , with sum .
Understanding
Explain why the harmonic series diverges even though . Guidance: The th-term test only rules out convergence when terms don't vanish; vanishing terms prove nothing. Group terms: , , and so on — infinitely many blocks each exceeding , so the partial sums grow without bound.
Application
Find the radius of convergence of . Answer: Ratio test: . Converges when , so (centered at ).
Analysis
Determine whether converges. Answer: Ratio test: . It converges.
FAQ
Is really equal to 1? Yes, exactly. It is the geometric series with , , summing to . Not "almost" — equal.
How do I choose which test to use? Scan the terms first. Terms not going to zero? Use the th-term test. Factorials or th powers? Ratio test. Looks like a -series or a rational function of ? Comparison or limit comparison. Involves a function you can integrate? Integral test. Geometric shape? Geometric formula.
What's the difference between a Taylor and a Maclaurin series? None in kind — a Maclaurin series is just a Taylor series centered at . Center elsewhere when you want accuracy near a different point.
Why does the interval of convergence matter? A power series only equals the function it represents inside its interval. Using at gives garbage, because fails there.
Can rearranging the terms of a series change its sum? For absolutely convergent series, no — order never matters. For conditionally convergent ones, yes: Riemann proved you can rearrange them to sum to any value you like. This is exactly why Cauchy's rigor was needed.
Quick Revision
- Series converges partial sums have a finite limit.
- th-term test: diverges (but proves nothing).
- Geometric: converges iff ; sum .
- -series: converges iff ; harmonic () diverges.
- Ratio test: converge, diverge, inconclusive.
- Integral test: series and agree, for positive decreasing .
- Taylor: ; Maclaurin is .
- Memorize: , .
Related Topics
Prerequisites
- Limits — convergence is defined through limits.
- Derivatives — Taylor coefficients are built from derivatives.
Related Topics
- Integrals — the integral test and term-by-term integration.
- Calculus overview — where series fit in the broader subject.
Next Topics
- Fourier series and advanced approximation (building functions from infinite sums of waves).
- Differential equations solved via power series methods.