This page is the drill . The parent note gave you the theory; here we walk through every kind of series that the topic can throw at you, one worked example per case. Each example makes you guess first , then reasons step by step.
Before starting, recall the single question that runs through everything:
Intuition The one question you always ask
Given ∑ a n , first form the all-positive twin ∑ ∣ a n ∣ (turn every minus into a plus). Then:
Does the twin converge? → absolutely convergent, and you're done.
Twin diverges but the original converges (usually via the Alternating Series Test )? → conditionally convergent.
Original diverges? → divergent .
Here ∣ a n ∣ means the absolute value — the size of a n ignoring its sign, e.g. ∣ − 3 1 ∣ = 3 1 .
The engine behind cells A, D, F, G, H is one named result — let us state it plainly so it is never invoked as a mystery:
The other engine — used whenever the twin fails — is the Alternating Series Test . Since we lean on it in cells B, C and I, let us state it in full so it is never a black box:
Every problem in this topic lands in one of these classes. The examples below are labelled with the class they hit, so by the end you will have seen them all.
#
Case class
What makes it tricky
Example
A
Alternating, twin is a p -series with p > 1
signs irrelevant → absolute
Ex 1
B
Alternating, twin is the harmonic series (p = 1 )
classic conditional trap
Ex 2
C
Alternating, twin is p -series with 0 < p < 1
twin diverges, but AST still saves it
Ex 3
D
Geometric with a sign, ratio test
quick absolute verdict
Ex 4
E
Terms don't go to 0
fails at the very first gate → divergent
Ex 5
F
Zero / degenerate terms mixed in
do zeros break anything?
Ex 6
G
Non-obvious signs (sin n , not pure ( − 1 ) n )
absolute test via Comparison Test
Ex 7
H
Word problem (oscillating physical sum)
translate story → series
Ex 8
I
Exam twist: value x inside a [[Power series & radius of convergence
power series]], behaviour at the endpoint
absolute vs conditional at the boundary
We take them in order.
n = 1 ∑ ∞ n 3 ( − 1 ) n
Forecast: guess now — absolutely convergent, conditionally convergent, or divergent?
Step 1. Form the all-positive twin: ∣ a n ∣ = n 3 ( − 1 ) n = n 3 1 .
Why this step? Absolute convergence is defined by the twin ∑ ∣ a n ∣ , so we build it first.
Step 2. Recognise ∑ n 3 1 as a p-series with p = 3 .
Why this step? p -series is the fastest classifier we have: it converges exactly when p > 1 .
Step 3. Since p = 3 > 1 , the twin converges . By the Absolute Convergence Theorem (stated above) the original converges too.
Why this step? Once the twin converges, that theorem hands us convergence of ∑ a n for free — no Alternating Series Test needed.
Verdict: absolutely convergent (cell A).
Verify: partial sum ∑ n = 1 6 n 3 ( − 1 ) n ≈ − 0.8971 , and the true value is − 4 3 ζ ( 3 ) ≈ − 0.9015 — the partial sums are already hugging the limit, exactly what robust convergence looks like. (Here ζ ( 3 ) = ∑ n ≥ 1 n 3 1 is just shorthand for "the value of that p = 3 sum"; you don't need any theory of the zeta function, only that it names a finite number ≈ 1.202 .)
n = 1 ∑ ∞ n ( − 1 ) n + 1
Forecast: absolute, conditional, or divergent? (This is the model conditional series — commit to a guess.)
Step 1. Twin: ∣ a n ∣ = n 1 , so ∑ ∣ a n ∣ = ∑ n 1 — the Harmonic series .
Why this step? Always test the twin first.
Step 2. The harmonic series is a p -series with p = 1 , which diverges . So the series is not absolutely convergent.
Why this step? p = 1 is the exact borderline where p -series stops converging.
Step 3. Now test the original with the Alternating Series Test . Writing b n = n 1 : (i) positive, (ii) decreasing (n + 1 1 < n 1 ), (iii) → 0 . All three AST conditions hold, so ∑ a n converges .
Why this step? The twin diverged, so we fall to the AST branch of the recipe.
Verdict: conditionally convergent (cell B). It equals ln 2 .
Verify: ∑ n = 1 8 n ( − 1 ) n + 1 ≈ 0.6345 vs ln 2 ≈ 0.6931 — converging, but slowly (the partial sums crawl), the fingerprint of fragile convergence.
n = 1 ∑ ∞ n ( − 1 ) n + 1
Forecast: the twin diverges harder than the harmonic series here — does the original still converge?
Step 1. Twin: ∣ a n ∣ = n 1 = n 1/2 1 , a p-series with p = 2 1 .
Why this step? Build the twin, classify by p .
Step 2. p = 2 1 < 1 , so the twin diverges . Not absolutely convergent.
Why this step? Any p ≤ 1 makes a p -series diverge.
Step 3. Apply the Alternating Series Test to the original with b n = n 1 : positive ✓, decreasing ✓ (bigger n → bigger n → smaller reciprocal), → 0 ✓. So ∑ a n converges .
Why this step? Twin failed; AST is the fallback and all three conditions pass.
Verdict: conditionally convergent (cell C).
Verify: ∑ n = 1 10 n ( − 1 ) n + 1 ≈ 0.6068 ; the true value is ≈ 0.6049 . The AST error bound (from the theorem above) says the error is ≤ the first omitted term 11 1 ≈ 0.3015 — and indeed ∣0.6068 − 0.6049∣ ≈ 0.0019 is well within it.
n = 1 ∑ ∞ 4 n ( − 3 ) n
Forecast: ratio 4 − 3 = 4 3 < 1 — what does that tell you?
Step 1. Twin: ∣ a n ∣ = 4 n 3 n = ( 4 3 ) n .
Why this step? We want absolute convergence, so strip the sign first.
Step 2. Apply the Ratio Test to the twin:
L = lim n → ∞ ∣ a n ∣ ∣ a n + 1 ∣ = lim n → ∞ ( 3/4 ) n ( 3/4 ) n + 1 = 4 3 .
Why this step? The Ratio Test on ∣ a n ∣ directly tests absolute convergence — and it's the natural tool when terms are powers.
Step 3. Since L = 4 3 < 1 , the twin converges → the series is absolutely convergent.
Why this step? Ratio test rule: L < 1 ⇒ convergence of ∑ ∣ a n ∣ .
Verdict: absolutely convergent (cell D). As a geometric series with first term − 4 3 and ratio − 4 3 , the sum is 1 − ( − 3/4 ) − 3/4 = − 7 3 .
Verify: 1 + 3/4 − 3/4 = 7/4 − 3/4 = − 7 3 ≈ − 0.4286 , and ∑ n = 1 12 ≈ − 0.4286 already. ✓
n = 1 ∑ ∞ ( − 1 ) n n + 1 n
Forecast: the signs alternate nicely — tempting to say "conditional". Is it a trap?
Step 1. Look at the magnitude: ∣ a n ∣ = n + 1 n . As n → ∞ , this → 1 , not 0 .
Why this step? Before any convergence test, the terms of any convergent series must go to 0 — the term test / divergence test . Check this gate first.
Step 2. Because a n oscillates between values near + 1 and − 1 and does not approach 0 , the series diverges .
Why this step? If a n → 0 , the partial sums cannot settle. This kills the series before AST or the twin are even relevant.
Step 3. Do not attempt AST here — AST requires magnitudes → 0 (condition 3), which fails, so AST does not apply.
Why this step? Reaching for AST when its hypothesis fails is a classic error; the divergence test already gave the verdict.
Verdict: divergent (cell E) — the third outcome in the recipe: neither absolutely nor conditionally convergent, it simply has no finite sum.
Verify: the odd partial sums sit near − 0.5 and even ones near 0 ; a 100 = 101 100 ≈ 0.990 = 0 , confirming terms don't vanish.
n = 1 ∑ ∞ a n , a n = ⎩ ⎨ ⎧ n 2 ( − 1 ) n + 1 0 n odd n even
Forecast: half the terms are literally 0 . Does inserting zeros change convergence or the type?
Step 1. Zeros contribute nothing to any partial sum. So ∑ a n has the same partial sums (up to constant padding) as ∑ k odd k 2 1 , a sub-sum of positive terms.
Why this step? Adding a term equal to 0 never changes a running total — degenerate terms are invisible.
Step 2. Twin: ∑ ∣ a n ∣ = ∑ k odd k 2 1 ≤ ∑ n = 1 ∞ n 2 1 , which converges (p = 2 p-series ). By the Comparison Test , the twin converges.
Why this step? Bounding a positive series by a known convergent one proves the twin converges.
Step 3. Twin converges ⇒ absolutely convergent (Absolute Convergence Theorem). The zeros neither help nor hurt.
Why this step? Absolute convergence is decided entirely by the twin, and 0 's twin is 0 .
Verdict: absolutely convergent (cell F).
Verify: ∑ k odd , k ≤ 9 k 2 1 = 1 + 9 1 + 25 1 + 49 1 + 81 1 ≈ 1.1838 ; the full odd-square sum is 8 π 2 ≈ 1.2337 — bounded and converging. ✓
n = 1 ∑ ∞ n 2 sin n
Forecast: the sign of sin n jumps around unpredictably — not a clean ( − 1 ) n . Can we still decide?
Step 1. Twin: ∣ a n ∣ = n 2 ∣ sin n ∣ . Use the bound ∣ sin n ∣ ≤ 1 for all n .
Why this step? sin is trapped in [ − 1 , 1 ] , so its absolute value never exceeds 1 — this gives a clean over-estimate.
Step 2. Therefore n 2 ∣ sin n ∣ ≤ n 2 1 . Since ∑ n 2 1 converges (p = 2 ), the Comparison Test forces ∑ ∣ a n ∣ to converge.
Why this step? When the signs are messy, the AST is useless — but the twin is bounded by a nice convergent series, so we go straight for absolute convergence.
Step 3. Twin converges ⇒ the original converges absolutely.
Why this step? Absolute Convergence Theorem applies once the twin is settled.
Verdict: absolutely convergent (cell G).
Verify: ∑ n = 1 20 n 2 s i n n ≈ 1.0121 ; every partial sum stays within the bound ∑ n 2 1 = 6 π 2 ≈ 1.6449 . ✓
A robot on a number line starts at 0 . On step n it moves a distance 2 n 1 metres, but flips direction each step : right, left, right, left, … Where does it end up, and is that final position "robust"?
The figure above is the derivation drawn out: read it left-to-right with the steps below. Each coloured arrow is one term 2 n ( − 1 ) n + 1 — the magenta arrow is step 1 (right, length 2 1 ), the violet arrow step 2 (left, length 4 1 ), the orange arrow step 3 (right, length 8 1 ), and so on. Notice two things the picture makes obvious: (a) each arrow is exactly half the length of the one before, and (b) the tips march closer and closer to the dashed navy line at x = 3 1 (the red dot) without ever crossing far past it. That "closing in" is convergence made visual.
Worked example Ex 8 — total displacement
n = 1 ∑ ∞ 2 n ( − 1 ) n + 1
Forecast: the robot zig-zags with ever-smaller steps. Absolute, conditional, or divergent displacement?
Step 1. Model: rightward is + , leftward is − , step size 2 n 1 . Total displacement = ∑ n = 1 ∞ 2 n ( − 1 ) n + 1 . This is exactly the arrow chain in the figure — trace the magenta → violet → orange arrows and watch them shrink toward the red dot.
Why this step? Translating "zig-zag of halving steps" into signs and magnitudes is the whole modelling job.
Step 2. Twin: ∣ a n ∣ = 2 n 1 = ( 2 1 ) n , a geometric series with ratio 2 1 < 1 → converges (the total path length is finite, ∑ 2 n 1 = 1 ).
Why this step? If even the total distance travelled (ignoring direction) is finite, the position is robustly pinned down.
Step 3. Twin converges ⇒ absolutely convergent (Absolute Convergence Theorem). Sum = 1 − ( − 1/2 ) 1/2 = 3/2 1/2 = 3 1 .
Why this step? Geometric-series formula with first term 2 1 , ratio − 2 1 .
Verdict: absolutely convergent (cell H). The robot settles at x = 3 1 m — precisely the red dot in the figure — and this position is order-independent: you could take the steps in any order and land at 3 1 .
Verify: ∑ n = 1 10 2 n ( − 1 ) n + 1 ≈ 0.3330 → 3 1 , and total distance ∑ n = 1 10 2 n 1 ≈ 0.999 → 1 . ✓ (Units: metres throughout.)
Worked example Ex 9 — For
n = 1 ∑ ∞ n x n , classify convergence at the two endpoints x = 1 and x = − 1 .
Forecast: the power series has radius 1 . The interesting drama is always at the endpoints — guess the type at each end.
Step 1. At x = 1 : the series becomes ∑ n 1 n = ∑ n 1 , the Harmonic series , which diverges .
Why this step? Plug the endpoint value in; here it collapses to a pure p = 1 series.
Step 2. So at x = 1 the series is divergent — neither absolute nor conditional. (Right endpoint is excluded .)
Why this step? Divergence at an endpoint means that endpoint is not part of the interval of convergence.
Step 3. At x = − 1 : the series becomes ∑ n ( − 1 ) n . Twin = ∑ n 1 diverges (not absolute), but by the Alternating Series Test (with b n = n 1 decreasing → 0 ) the series converges .
Why this step? The same endpoint machinery, but now the alternating signs rescue it.
Verdict: at x = 1 divergent ; at x = − 1 conditionally convergent (cell I). The identical magnitude series can be divergent or conditionally convergent depending purely on the sign the endpoint supplies — the essence of this whole topic.
Verify: at x = − 1 , ∑ n = 1 8 n ( − 1 ) n ≈ − 0.6345 → − ln 2 ≈ − 0.6931 ; at x = 1 the partials ∑ n = 1 8 n 1 ≈ 2.7179 keep climbing (no limit). ✓
Recall Which cell was which? (self-quiz)
Twin is p -series with p > 1 ::: absolutely convergent (cells A, F, G)
Twin is harmonic, original alternates ::: conditionally convergent (cells B, I at x = − 1 )
Twin is p -series with 0 < p < 1 , original alternates ::: conditionally convergent (cell C)
Terms fail to reach 0 ::: divergent — stop immediately (cell E)
Geometric with ratio magnitude < 1 ::: absolutely convergent (cells D, H)
Endpoint x = 1 of ∑ x n / n ::: divergent (cell I)
Mnemonic The whole page in one line
Twin first, AST second, term-test always guards the door.