Intuition The ONE core idea
If you keep taking steps that switch direction every time and get smaller and smaller toward zero , you cannot wander forever — you must settle onto a single spot. The whole alternating series test is just this "hopping toward a flag" picture made exact, and everything below is the vocabulary you need to say it precisely.
This page assumes you know nothing . Every symbol the parent proof uses is built here, one on top of the last, with a picture attached to each.
Before signs and limits, we need the raw object: a sum that never ends .
Definition Sequence vs. series
A sequence is an ordered list of numbers, one for each counting number: a 1 , a 2 , a 3 , …
A series is what you get when you add the terms of a sequence: a 1 + a 2 + a 3 + ⋯
The picture: a sequence is dots on a number line (one per step); a series is the running total as you walk through those dots.
Intuition Why we can't just "add them all"
You can't literally add infinitely many numbers in finite time. So we cheat: we add the first N , watch that running total, and ask "where is it heading?" That heading is the whole game. See Convergence of Series — overview .
n (the index)
n is just a counter : it takes the values 1 , 2 , 3 , … and labels which term we mean. a n reads "the n -th term."
Picture: n is the step number on your walk. a 5 = whatever happens on step 5.
Why the topic needs it: without a counter we can't say "the term after this one" (a n + 1 ) or "as we walk forever" (n → ∞ ). Every condition in the test is a statement about how terms change as n grows .
Definition Sigma notation
n = 1 ∑ N a n is shorthand for ==a 1 + a 2 + ⋯ + a N ==. The letter ∑ (Greek capital S, for "Sum") says add ; the n = 1 below says start counting at 1 ; the N above says stop at N .
When the top is ∞ , we mean "keep going forever" — but really it's a limit (Section 6).
Picture: ∑ is a machine with a start dial (bottom) and stop dial (top) that pours every term into one running total.
∑ is not a number yet
n = 1 ∑ ∞ is a process , not automatically a value. Whether it becomes a number is exactly what "converges" means.
This is the single most important object in the proof, so we give it a picture of its own.
s N
s N = ∑ n = 1 N a n = a 1 + a 2 + ⋯ + a N .
It is the total after N steps — a normal, finite sum. s 1 = a 1 , s 2 = a 1 + a 2 , and so on.
Picture: mark your position after each step on a number line. s 1 , s 2 , s 3 , … are those positions — a new sequence made of running totals .
Why the topic needs it: the parent proof never studies the infinite sum directly. It studies the sequence of partial sums s N and asks whether those positions settle down. Convergence of the series is defined as convergence of s N .
− 1
( − 1 ) raised to a whole number flips between + 1 and − 1 :
( − 1 ) 0 = + 1 , ( − 1 ) 1 = − 1 , ( − 1 ) 2 = + 1 , ( − 1 ) 3 = − 1 , …
Even power ⟹ + 1 , odd power ⟹ − 1 . (Multiplying by − 1 an even number of times returns you home.)
Now ( − 1 ) n − 1 :
n
n − 1
( − 1 ) n − 1
1
0
+ 1
2
1
− 1
3
2
+ 1
4
3
− 1
So ( − 1 ) n − 1 makes the pattern + , − , + , − , … starting positive . That is why the parent writes
∑ ( − 1 ) n − 1 b n = b 1 − b 2 + b 3 − b 4 + ⋯
Intuition Why separate the sign from the size
Splitting each term into a sign ( − 1 ) n − 1 times a positive size b n lets us put all the conditions on the sizes b n and none on the signs. Clean division of labour: the signs make it hop back-and-forth, the sizes make the hops shrink.
Definition Absolute value
∣ x ∣
∣ x ∣ is the ==distance of x from 0 == — always ≥ 0 . It strips the sign: ∣ − 3 ∣ = 3 , ∣3∣ = 3 .
Picture: ∣ x ∣ = how far the point x sits from the origin, forgetting which side.
Definition The size sequence
b n
b n = ∣ a n ∣ > 0 is the magnitude of the n -th term — the length of the hop , ignoring direction. In an alternating series a n = ( − 1 ) n − 1 b n .
Why the topic needs it: the two test conditions ("decreasing" and "goes to zero") are both about hop lengths , so we need a name for those lengths alone: that name is b n .
Definition Monotone decreasing
A sequence is decreasing (monotone non-increasing) if each term is no bigger than the one before : b n + 1 ≤ b n for every n .
Picture: the dots step downhill (or flat), never uphill . Each hop in the walk is shorter than or equal to the last.
Intuition Why "decreasing" is one of the two conditions
In the proof, grouping terms as ( b 1 − b 2 ) + ( b 3 − b 4 ) + ⋯ needs each bracket ≥ 0 . That is true precisely because b 1 ≥ b 2 , b 3 ≥ b 4 , etc. No decrease ⟹ some bracket could be negative ⟹ the "always increasing" partial-sum argument collapses. See Monotone Convergence Theorem .
Common mistake "Eventually decreasing" is enough
The condition only needs to hold for large n (after some finite point). A few early wiggles don't matter — the tail is what determines convergence.
This is the other condition, and it's the meaning behind ∞ .
Definition Limit equals zero (plain words)
n → ∞ lim b n = 0 means: as n grows without bound, b n gets and stays as close to 0 as you like. Pick any tiny target distance; eventually every b n is within it.
Picture: the hop lengths shrink toward zero — squeezed into a shrinking band around 0 , never to climb back out.
Intuition Why "goes to zero" is the second condition
In Step 4 the proof writes s 2 m + 1 = s 2 m + b 2 m + 1 . If b 2 m + 1 → 0 , the odd totals and even totals are forced to meet at the same spot . If the hops did not shrink to zero, even and odd totals could stay a permanent gap apart — no single limit, no convergence.
Common mistake "Goes to zero" alone is not enough (in general)
The Harmonic Series ∑ 1/ n has terms → 0 yet diverges . Vanishing terms are necessary but not sufficient — you also need the alternation and the decrease. This is exactly what the nth-Term Test for Divergence and Mistake A in the parent warn about.
Definition Series converges
The series ∑ a n ==converges to s == if its partial sums approach a fixed number: N → ∞ lim s N = s . That single number s is called the sum . If no such number exists, the series diverges .
Picture: the running-total dots s 1 , s 2 , s 3 , … home in on one point s — the flag you were hopping toward.
Why the topic needs it: the Leibniz test's entire conclusion is one word — converges . Now you know it means "the partial-sum positions settle onto a single spot," and you'll meet the stronger cousin in Absolute vs Conditional Convergence .
Converges means sN settles
Read each question, answer out loud, then reveal.
What does a n mean and what does the subscript n do? a n is the n -th term of a sequence; n is a counter labelling which term (step) we mean.
What does n = 1 ∑ N a n stand for, in full? a 1 + a 2 + ⋯ + a N — add every term from n = 1 up to n = N .
Define the partial sum s N and say why the proof studies it. s N = a 1 + ⋯ + a N , the finite total after N steps; convergence of the series is defined as the sequence s N settling to a limit.
Compute ( − 1 ) n − 1 for n = 1 , 2 , 3 , 4 . + 1 , − 1 , + 1 , − 1 — the pattern starts positive.
What is ∣ − 7 ∣ and what does ∣ x ∣ measure? 7 ; the distance of x from 0 , always non-negative.
Write "the sizes are decreasing" as an inequality. b n + 1 ≤ b n for all (large) n .
State in plain words what n → ∞ lim b n = 0 means. As n grows without bound, b n gets and stays arbitrarily close to 0 .
Does "terms go to 0 " by itself guarantee a series converges? No — e.g. the harmonic series ∑ 1/ n diverges though 1/ n → 0 .
What does it mean for a series to converge to s ? Its partial sums satisfy lim N → ∞ s N = s ; the positions home in on one point s .