4.3.13 · D1Calculus III — Sequences & Series

Foundations — Root test

3,190 words15 min readBack to topic

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.


1. A series: what "" even means

The full, precise notation is Read it piece by piece:

  • — the Greek capital sigma, meaning "add these all up".
  • underneath — the index starts at position .
  • on top — it keeps going forever (no last term).
  • to the right — the general term, the rule giving the number at each position.

So says exactly: "walk through endlessly, and add up every ." When the range is obvious we abbreviate it to just .

  • = the general term = the number sitting at position . It is a rule, e.g. means position 1 holds , position 2 holds , position 3 holds , …
  • = the index, a whole-number counter that walks through the positions.
Figure — Root test

Position n ::: the counting index 1, 2, 3, … that labels each term

In , what does the on top mean
the sum never ends — you add a term for every
The symbol means
add up all the terms forever

2. "Converges" and "diverges" — the two fates

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.


3. Absolute value and "absolute convergence"

Why does the root test use and not ? Because terms may be negative (e.g. ), and the root test measures how big the terms are, not their direction. We strip the sign first.

The root's conclusion " converges absolutely" is this exact idea: we tamed the sizes , so signs can't cause trouble.


4. The geometric series — the yardstick everything is measured against

This is the first place the symbol appears — everything before spoke only of "a fixed fraction". The picture is a bouncing ball keeping a fixed fraction of its height each bounce.

Figure — Root test

Let's earn this instead of just stating it. We derive the exact value of the partial sum with the classic trick.

Figure — Root test

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 ." See Geometric series for the full story.

Common ratio in
each term is times the previous one
equals
(empty product convention)
The closed form of
(for )
converges exactly when
, and then the total is

5. Powers and the -th root — the star of the show

They are inverse operations, like a lock and its key:

Figure — Root test
answers the question
which number raised to the power equals
equals
(the root cancels the -th power)

6. Limits: the arrow and

Picture a dotted horizontal line at height ; the points hug that line ever tighter.

We need this because usually changes with — it's not one fixed ratio, it drifts. The limit is the settling value, the effective geometric ratio the term approaches.

Figure — Root test
means
the terms get and stay arbitrarily close to as
tends to

7. and — the machinery inside that limit

We only use one fact from them: they let us rewrite an awkward "variable exponent" like into , turning a hard root into an easy exponent-limit. This is the exact trick behind and behind the parent's .

asks
raised to what power gives
Why rewrite as
it converts a variable-power root into an easy exponent limit

8. and — the "always-has-an-answer" limit

Picture a ceiling pressed down as low as it can go while still sitting on or above every point of .

is
the least upper bound — smallest number every element of
as grows
never rises (each tail is a subset), so it settles
always exists because
the tail-ceilings only decrease, so they always converge

9. Putting the symbol together — and proving the test

Now every piece of is earned:

  • — sizes of the terms, signs removed (§3),
  • — the un-do button for a geometric power, extracting the ratio (§5),
  • — the settling value of those extracted ratios (§6, §8).

So is the effective geometric ratio your series behaves like. Compare it to the yardstick (§4).


Prerequisite map

Sequence a_n a rule per position

Series sum a_n add forever

Converge or diverge partial sums settle or not

Absolute value strip the sign

Absolute convergence

Geometric series sum r^n

S minus rS gives closed form

Yardstick converges iff mod r below 1

Powers and nth root undo each other

nth root extracts ratio r

Limit settling value

L the effective ratio

e and ln rewrite variable powers

supremum least upper bound

limsup tail ceilings decrease

Root test compare L to 1


Equipment checklist

Test yourself — reveal each only after you can say it out loud.

I can read every part of
sigma = add up; start index; = forever; = the term rule.
I can explain what means without the sigma symbol
It's the endless sum of the terms given by the rule .
I know the difference between converge and diverge
Converge = partial sums settle on a finite number; diverge = they don't.
I know why we use
The test measures term size, ignoring sign, and gives absolute convergence.
I can derive the geometric partial sum
Multiply by , subtract: , so .
I can state exactly when converges and its value
When ; then the total is (since ).
I know why the geometric sum can start at or
Adding/dropping the single term changes the total by a finite amount, never the convergence.
I can compute and
; .
I know why the -th root is the right tool
It cancels an -th power, so pulls the hidden ratio out.
I know the value of and why
, because and .
I know what a supremum is and why always exists
Least upper bound; tail-ceilings only decrease, so they always settle.
I can outline the proof
Pick with ; eventually ; compare to convergent .
I can give two series with and opposite fates
diverges, converges — both have .
I know what , , mean
Converge, diverge, inconclusive respectively.

Recall One-line recap

Every symbol in the root test exists to answer one question: does eventually behave like for some fixed ? The -th root extracts that , the limit reads its settling value , and the geometric yardstick (proven via ) decides the fate.

Back to the parent: 4.3.13 Root test · Hinglish: 4.3.13 Root test (Hinglish)