Sequences are ordered lists of numbers, and series are their sums. The fundamental question of this entire topic: when you add up infinitely many numbers, can you get a finite answer?
Series are not just theoretical: they underpin how computers calculate , , and . Taylor series let you approximate any smooth function with a polynomial. Power series extend calculus into the realm of infinite-degree polynomials.
This module covers convergence tests (the toolkit for determining if a series converges), power series, and Taylor/Maclaurin series. Master the tests systematically and you'll always know which tool to reach for.
Sequences and their limits
A sequence is an ordered list: The sequence converges if for some finite . If no such exists, the sequence diverges.
Common sequences: , (the definition of ), diverges (oscillates between and , never settling), diverges to .
Tools for evaluating sequence limits: L'Hôpital's Rule (treat as a continuous variable and apply to ), the Squeeze Theorem (trap the sequence between two that converge to the same limit), and the growth-rate hierarchy: for , . This hierarchy means, for example, that — any exponential eventually crushes any polynomial.
A sequence is monotonic if it is always increasing () or always decreasing (). A bounded monotonic sequence always converges (Monotone Convergence Theorem). This is useful for proving convergence when you can't find the limit directly.
A sequence is bounded if there exist numbers and such that for all . Bounded alone doesn't guarantee convergence ( is bounded but divergent). You need bounded plus monotonic.
💡Explain it simply
A sequence is just a list of numbers generated by a pattern. The question is: does the list settle down to a single value as you go further and further? If , the list is — it's getting closer and closer to . The limit is .
Some sequences never settle: bounces between and forever. That's divergence. A sequence can also diverge by growing without bound, like
Series: partial sums and convergence
A series is the limit of its partial sums: . If exists and is finite, the series converges.
Key distinction: a sequence converging to is necessary for the series to converge, but not sufficient. , yet diverges.
The harmonic series diverges. This is one of the most important facts in the theory of series. It shows that terms going to zero isn't enough.
💡Explain it simply
Imagine stacking blocks. Each block is thinner than the last. The question is: does the tower reach a finite height, or does it grow forever?
If each block is half as thick as the previous one (like ), the tower settles at height 2. That's a convergent series. But if each block is (harmonic series), the blocks get thinner but not fast enough — the tower grows forever, just very slowly.
So 'the pieces get smaller' isn't enough. They have to get smaller fast enough. The convergence tests are all about measuring whether 'fast enough' is satisfied.
Geometric series
A geometric series has the form where is the first term and is the common ratio.
It converges if and only if , and the sum is .
Example: .
This is the only common series where we can easily compute the exact sum. Many convergence tests compare other series to geometric ones.
Summing a geometric series
- Compute .
- Rewrite: this is . So and .
- Check: , so it converges.
- Apply the formula: .
- The sum is . Note: even though terms alternate sign, the geometric series formula handles this perfectly.
Telescoping series
A telescoping series is one where consecutive terms in the partial sum cancel, leaving only a few surviving terms — like a collapsing telescope.
The classic example: . Use partial fractions: .
Write out the partial sum: . Almost everything cancels! What survives: . As , .
To recognize telescoping: use partial fractions to split the general term into a difference (or for wider telescoping). If consecutive terms cancel, the partial sum collapses to a simple expression.
Telescoping series are one of the few types where you can find the exact sum, not just determine convergence. Always check for this pattern when partial fractions reveal a clean difference.
💡Explain it simply
Imagine a row of dominoes where each one knocks down the next, but also picks up the previous one. After all the dominoes have fallen, only the first and last are still standing. That's telescoping — massive cancellation leaves only the endpoints.
Telescoping with a shifted difference
- Compute .
- Partial fractions: .
- This is a 'step-2' telescope. Write out terms: .
- After cancellation, only and survive from the positive terms. .
The Divergence Test (nth-term test)
If , then diverges. Full stop. If the terms don't approach zero, they can't possibly add up to a finite sum — the partial sums keep jumping by non-negligible amounts.
This should always be your first check for any series. It's quick and catches obvious divergence. Example: diverges because .
Critical limitation: if , the test tells you nothing. The series might converge ( converges) or diverge ( diverges). Terms going to zero is necessary for convergence but not sufficient. You need another test to decide.
Think of this test as a 'quick rejection filter.' It can rule out convergence (if terms don't go to zero), but it can never confirm convergence.
💡Explain it simply
If you keep adding amounts that don't shrink to zero, the total will keep growing forever — it can never settle at a finite number. That's the divergence test: 'Are the terms even getting small?' If not, don't bother — the series diverges.
But terms getting small doesn't guarantee the sum is finite. You can add smaller and smaller amounts and still accumulate an infinite total (). So '' just means 'we need to investigate further.'
p-series and the harmonic series
A p-series has the form where is a positive constant. These are the most important benchmark series in all of convergence testing.
The rule: converges if , diverges if . The critical boundary is .
Key examples: : the harmonic series diverges (this is the most important single fact about series). : (Euler proved this in 1734 — a celebrated result). : diverges (the terms shrink, but too slowly).
Why diverges: group terms in powers of 2. . Each group contributes at least .
p-series serve as the go-to comparison: when you encounter a series with terms that 'look like' for large , use the limit comparison test against the appropriate p-series.
💡Explain it simply
The harmonic series is the ultimate counterexample in mathematics: the terms clearly shrink to zero, yet their sum is infinite! It grows incredibly slowly (you need about terms to reach a partial sum of ), but it does grow forever. The p-series rule tells you exactly how fast the terms need to shrink: faster than (meaning ) to get a finite sum.
The Integral Test
If is positive, continuous, and decreasing for , and , then and either both converge or both diverge. The series and the integral live or die together.
Why it works: the sum is a left Riemann sum for (or a right Riemann sum, depending on the direction). Since is decreasing, these Riemann sums sandwich the integral. If one is finite, the other must be too.
The integral test does not give the exact sum — just convergence or divergence. The integral's value is related to but not equal to the series sum.
Example: does converge? Let . It's positive, continuous, and decreasing for . : substitute , giving . The integral converges, so the series converges.
Remainder estimate: where is the error from truncating at terms. This gives concrete error bounds.
💡Explain it simply
Drawing rectangles under a curve approximates the area (integral). Each rectangle's height is , and its width is . Since the function is decreasing, the rectangles' total area is close to the integral's area. If the area under the infinite curve is finite, the total rectangle area is finite too — and vice versa.
Comparison and Limit Comparison Tests
Direct comparison: if for all sufficiently large and converges, then converges (a smaller series is forced to converge if a larger one does). Conversely, if diverges, then diverges.
Direct comparison requires an inequality that holds term by term. This can be tricky to establish. The limit comparison test removes that difficulty.
Limit comparison: if where , then and either both converge or both diverge. The series behave the same because their terms are proportional for large .
Strategy: look at your series for large and simplify by dropping lower-order terms. behaves like for large . Use in the limit comparison test. Since converges (), the original series converges.
Choosing : almost always a p-series or geometric series. Keep only the highest-power terms in the numerator and denominator, cancel, and you'll get for some . Then the p-series rule tells you the answer.
💡Explain it simply
Direct comparison: 'I earn less than my neighbor, and my neighbor can afford rent, so I can too.' (If a bigger series converges, a smaller one must as well.)
Limit comparison: 'For large , my series and a known series look practically the same — they differ by just a constant multiple. So if one converges, the other must too.' You're comparing behavior, not individual terms.
Ratio and Root Tests
Ratio test: compute . If : converges absolutely. : diverges. : inconclusive.
Root test: compute . Same criteria as the ratio test.
The ratio test excels for series with factorials (like ) or products. The root test is ideal for terms raised to the th power (like ).
Warning: both tests are inconclusive when . This happens for all p-series, so you can't use ratio/root tests on .
Ratio test on a factorial series
- Does converge or diverge?
- Use the ratio test. Compute .
- Simplify: and .
- So .
- Take the limit: .
- Since (in fact ), the series diverges. The factorial grows so much faster than that the terms blow up.
Alternating Series Test
An alternating series has terms that switch sign: or where . The positive and negative terms partially cancel each other.
The Alternating Series Test (Leibniz's test): the series converges if two conditions hold: (1) is eventually decreasing ( for large enough ), and (2) .
Example: the alternating harmonic series . The regular harmonic series diverges, but the alternation saves it — the positive and negative terms cancel just enough to give a finite sum.
Alternating series estimation theorem: the error from truncating after terms satisfies (the first omitted term). This is an exceptionally convenient error bound — you know exactly how accurate your partial sum is. If , your approximation is within of the true sum.
This estimation theorem is why alternating series are 'friendly' — they come with a built-in accuracy guarantee, unlike most other convergent series.
💡Explain it simply
An alternating series is like a pendulum. First you overshoot (positive), then you overcorrect (negative), then you overshoot again, but less. Each swing is smaller than the last. As long as the swings shrink to zero, the pendulum settles — the series converges.
The error bound says: the pendulum is never more than one swing away from its final resting place. So after swings, the farthest you could be off is the size of the next swing ().
Absolute vs. conditional convergence
A series converges absolutely if converges. It converges conditionally if converges but diverges.
Absolute convergence implies convergence. So if the absolute value series converges, you're done.
Example: converges absolutely because converges.
Example: converges conditionally. It converges by the alternating series test, but diverges.
Why it matters: absolutely convergent series can be rearranged freely without changing the sum. Conditionally convergent series cannot (Riemann rearrangement theorem).
💡Explain it simply
Think of absolute convergence like having money in the bank. Even if some terms are positive and some are negative, if the total amount of money moving around (ignoring direction) is finite, you're safe. The sum is solid and reliable.
Conditional convergence is like balancing on a tightrope. The positive and negative terms cancel each other out just right to give a finite sum, but it's fragile. If you rearrange the order you add them, you can get a completely different answer (or no answer at all). It only works because of the specific order.
Power series
A power series centered at is . It's an 'infinite polynomial' with infinitely many terms.
The radius of convergence determines where it converges: (converges absolutely), (diverges). At (the endpoints), you must check separately — the series may converge at one, both, or neither endpoint.
Three possible scenarios: (converges only at ), (converges on a finite interval), or (converges for all , like the series for ).
Find using the ratio test: (or equivalently, ). The root test also works: .
Inside the radius, power series behave like polynomials: you can differentiate and integrate them term by term, and the radius of convergence stays the same (endpoints may change).
The simplest power series: for (). From this, many other series can be derived by substitution, differentiation, or integration.
💡Explain it simply
A power series is like a polynomial that never ends. Regular polynomials have a fixed number of terms. Power series keep going: . The question is: for which values of does this infinite sum make sense (converge)?
The radius of convergence is the 'safe zone.' Inside the radius, the terms shrink fast enough to give a finite sum. Outside, they blow up. At the boundary, it's a coin flip — you have to check by hand.
Taylor and Maclaurin series
The Taylor series of centered at is: .
A Maclaurin series is a Taylor series centered at .
Essential Maclaurin series to memorize:
for all .
for all .
for all .
for .
for .
💡Explain it simply
A Taylor series is like building a copy of a function out of simple polynomial building blocks ().
Imagine you want to recreate a complicated curve. First, you match the value at one point (constant term). Then you match the slope (linear term). Then the curvature ( term). Each new term makes your copy more accurate, like adding more detail to a sketch.
With enough terms, your polynomial copy becomes indistinguishable from the original function. That's how your calculator computes — it's not drawing a circle, it's evaluating a polynomial like that happens to equal to many decimal places.
Computing a Taylor series from scratch
- Find the Maclaurin series for (centered at ).
- We need for each . Since , every derivative of is .
- So , , , , and so on. Every derivative at equals .
- Plug into the Taylor formula: .
- Written out:
- This converges for all . For example, .
Deriving a series by substitution
- Find the Maclaurin series for .
- Instead of computing derivatives (which get very messy), use the known series for and substitute for .
- We know: .
- Replace with : .
- Written out:
- This is the Gaussian function used in probability and statistics. Its integral has no closed form — but we can integrate the series term by term!
Taylor remainder and error bounds
The th degree Taylor polynomial approximates near . The error (remainder) is — the difference between the true function and the polynomial approximation.
Taylor's inequality (Lagrange error bound): , where is an upper bound for on the interval between and . The in the denominator grows extremely fast, which is why Taylor polynomials get accurate quickly.
For alternating Taylor series (like , , ), the alternating series estimation applies: (the first omitted term). This is usually easier to use than the Lagrange bound.
Practical use: 'How many terms of the Maclaurin series for do I need to approximate to within ?' Find the smallest such that . With : . So 6 terms suffice (through the term).
This is how calculators and computers evaluate functions like , , and — they use Taylor polynomials with enough terms to guarantee the desired precision.
💡Explain it simply
When you approximate a function with a Taylor polynomial, you're sketching it with a limited number of pencil strokes. The error bound tells you: 'your sketch is at most this far from the real thing.' Add more terms (more pencil strokes), and the bound shrinks — your sketch gets closer to the original.
The in the denominator is your best friend here. Factorials grow so fast that even a few extra terms dramatically improve accuracy. That's why Taylor series work so well in practice.
Building new series from known ones
Instead of computing Taylor coefficients from scratch (which requires evaluating derivatives), you can derive new series from known ones using three operations: substitution, differentiation, and integration.
Substitution: replace in a known series with an expression. ? Start with and substitute : . No derivatives needed.
Term-by-term differentiation: differentiate a known series to get a new one. for . Differentiate both sides: . The radius of convergence is preserved.
Term-by-term integration: integrate a known series. for . Integrate from to : . This gives the series for without ever differentiating .
Multiplication and addition: you can add or multiply series. .
These techniques are immensely powerful. In practice, almost every Taylor series you encounter can be derived from the five basic series (, , , , ) using these operations.
💡Explain it simply
You've memorized five basic series. From those five, you can build hundreds of others — just by plugging in different expressions, differentiating, or integrating. It's like having five LEGO base plates and building anything on top of them.
Choosing the right convergence test (strategy)
1. Divergence test first: if , done (diverges).
2. Is it geometric? Check if .
3. Is it a p-series? Check if .
4. Does it telescope? Try partial fractions.
5. Are there factorials or th powers? Try ratio or root test.
6. Does it look like a known series? Try comparison or limit comparison.
7. Is it alternating? Try the alternating series test.
8. Is easy to integrate? Try the integral test.
Common Mistakes to Avoid
- Using the divergence test to 'prove' convergence. If , the test tells you nothing. It can only prove divergence.
- Applying the ratio or root test to a p-series. These tests always give (inconclusive) for .
- Forgetting to check the endpoints of a power series interval. The series may converge at one endpoint, both, or neither.
- Confusing absolute and conditional convergence. Absolute convergence ( converges) is strictly stronger than conditional convergence.
- Computing Taylor coefficients incorrectly: the th coefficient is , not . Don't forget the in the denominator.
- Trying to determine the sum of a series when the question only asks about convergence. Most convergent series don't have nice closed-form sums.
- Not simplifying before choosing a test. Algebra can often reveal the right comparison or simplify the ratio test calculation.