4.3.13 · D3Calculus III — Sequences & Series

Worked examples — Root test

1,824 words8 min readBack to topic

This is a child deep-dive of Root test. Here we do not re-derive the theorem; we hunt down every possible shape a root-test problem can take and work one example for each. If you meet a series in an exam, it falls into one of the rows below.


The scenario matrix

Throughout, let denote the -th term of the series — the number sitting in the -th slot of the sum (for , the term is ). Every root-test problem is decided by the single number Here ("the -th root of ") is the number that, multiplied by itself times, gives . It undoes raising to the power . That is the whole reason we use it: if a term secretly equals , then pops the hidden ratio back out. We compute , then read the verdict: converges, diverges, says nothing.

The cells below list every kind of input this machine can receive. Click the example label to jump to its full working.

Cell Situation What makes it distinct Example
A Clean , ratio root cancels power, Ex 1
B Exponential over polynomial, base divergence Ex 2
C Polynomial over exponential polynomial roots to , base survives Ex 3
D degenerate (borderline) test is silent, must switch tools Ex 4
E super-fast decay ratio effectively , converges hard Ex 5
F blow-up terms explode, diverges Ex 6
G Negative / alternating terms $ a_n
H Word problem (bouncing / physical) translate reality → series Ex 8
I Exam twist: in the exponent's exponent Ex 9

We will hit every one.


Cell A — clean power, ratio below 1


Cell B — exponential beats polynomial (divergence)


Cell C — polynomial over exponential (base below 1 survives)


Cell D — the silent case


Cell E — decay so fast that


Cell F — blow-up,


Cell G — negative / alternating terms


Cell H — the word problem

The figure below makes this competition visible: the cyan bars are the per-hop energies (they rise to an early peak, then die away), while the amber curve is the running total — watch it flatten to a finite plateau, which is exactly what guarantees.

Figure — Root test

Cell I — exam twist exponent inside an exponent


Recall Test yourself on the matrix

Which cell: ? ::: Cell A — clean power, , converges. Which cell: ? ::: Cell B — exponential over polynomial, , diverges. Which cell: (any )? ::: Cell D — , inconclusive; use p-series. Which cell: ? ::: Cell E — , converges hard. Does an alternating sign change ? ::: No — root test uses , so the sign is erased (Cell G).