Before you can read one line of the parent note, you need every symbol it throws at you. Below is every piece of notation, in build-order. Nothing is used before it is drawn.
The full, precise notation is
∑n=1∞an=a1+a2+a3+⋯
Read it piece by piece:
∑ — the Greek capital sigma, meaning "add these all up".
n=1 underneath — the index starts at position 1.
∞ on top — it keeps going forever (no last term).
an to the right — the general term, the rule giving the number at each position.
So n=1∑∞an says exactly: "walk n through 1,2,3,… endlessly, and add up every an." When the range is obvious we abbreviate it to just ∑an.
an = the general term = the number sitting at position n. It is a rule, e.g. an=n21 means position 1 holds 11, position 2 holds 41, position 3 holds 91, …
n = the index, a whole-number counter 1,2,3,… that walks through the positions.
Position n ::: the counting index 1, 2, 3, … that labels each term
In ∑n=1∞an, what does the ∞ on top mean
the sum never ends — you add a term for every n=1,2,3,…
In the figure above, the right panel's flattening curve is convergence; the climbing curve is divergence. The whole root test is a machine that decides which of these two fates a series meets — without you ever having to add it all up.
Why does the root test use ∣an∣ and not an? Because terms may be negative (e.g. (−1)n/2n), and the root test measures how big the terms are, not their direction. We strip the sign first.
The root's conclusion "L<1⇒ converges absolutely" is this exact idea: we tamed the sizes ∣an∣, so signs can't cause trouble.
This is the first place the symbol r appears — everything before spoke only of "a fixed fraction". The picture is a bouncing ball keeping a fixed fraction r of its height each bounce.
Let's earn this instead of just stating it. We derive the exact value of the partial sum with the classic S−rS trick.
Why this is the yardstick: geometric is the cleanest possible "shrinking" and we know its answer exactly. The root test's entire strategy is "make your series look like a geometric one, then read off r." See Geometric series for the full story.
Picture a dotted horizontal line at height L; the points bn hug that line ever tighter.
We need this because n∣an∣ usually changes with n — it's not one fixed ratio, it drifts. The limit L is the settling value, the effective geometric ratio the term approaches.
bn→L means
the terms bn get and stay arbitrarily close to L as n→∞
We only use one fact from them: they let us rewrite an awkward "variable exponent" like n1/n into e(lnn)/n, turning a hard root into an easy exponent-limit. This is the exact trick behind nn→1 and behind the parent's n1/np→1.
lnx asks
e raised to what power gives x
Why rewrite n1/n as e(lnn)/n
it converts a variable-power root into an easy exponent limit
Test yourself — reveal each only after you can say it out loud.
I can read every part of ∑n=1∞an
sigma = add up; n=1 start index; ∞ = forever; an = the term rule.
I can explain what ∑an means without the sigma symbol
It's the endless sum a1+a2+a3+⋯ of the terms given by the rule an.
I know the difference between converge and diverge
Converge = partial sums SN settle on a finite number; diverge = they don't.
I know why we use ∣an∣
The test measures term size, ignoring sign, and gives absolute convergence.
I can derive the geometric partial sum
Multiply SN by r, subtract: (1−r)SN=1−rN+1, so SN=1−r1−rN+1.
I can state exactly when ∑rn converges and its value
When ∣r∣<1; then the total is 1−r1 (since rN+1→0).
I know why the geometric sum can start at n=0 or n=1
Adding/dropping the single term r0=1 changes the total by a finite amount, never the convergence.
I can compute n2n and nn2
n2n=2; nn2=(nn)2→1.
I know why the n-th root is the right tool
It cancels an n-th power, so nrn=r pulls the hidden ratio out.
I know the value of limnn and why
1, because n1/n=e(lnn)/n and nlnn→0.
I know what a supremum is and why limsup always exists
Least upper bound; tail-ceilings TN only decrease, so they always settle.
I can outline the L<1 proof
Pick r with L<r<1; eventually ∣an∣<rn; compare to convergent ∑rn.
I can give two series with L=1 and opposite fates
∑1/n diverges, ∑1/n2 converges — both have L=1.
I know what L<1, L>1, L=1 mean
Converge, diverge, inconclusive respectively.
Recall One-line recap
Every symbol in the root test exists to answer one question: does an eventually behave like rn for some fixed r<1? The n-th root extracts that r, the limit reads its settling value L, and the geometric yardstick ∣r∣<1 (proven via S−rS) decides the fate.