4.3.1 · D3Calculus III — Sequences & Series

Worked examples — Sequences — convergence, divergence, boundedness, monotonicity

2,735 words12 min readBack to topic

The scenario matrix

Every sequence you meet falls into one of these case classes. Each row is a distinct trap or technique; the worked examples below are tagged with the cell they cover so you can see the whole space is filled.

# Case class What makes it tricky Weapon of choice Example
A Rational in (polynomial over polynomial) which power dominates? divide by top power of Ex 1
B Difference of two things that both is undefined rationalise / rewrite Ex 2
C Trapped oscillation (, in numerator) numerator never settles Squeeze Theorem Ex 3
D Pure oscillation (no shrinking) no limit at all contradiction Ex 4
E Factorial / exponential race which grows faster? ratio Ex 5
F Recursive (defined by itself) limit hidden in a fixed point MCT + solve Ex 6
G The number shape looks like known -limit + logs Ex 7
H Zero / degenerate & sign cases ?, negative terms, ? check every value of a parameter Ex 8
I Real-world word problem translate words → sequence model then take limit Ex 9
J Exam twist (piecewise / hidden divergence) a "nice" formula that still diverges split into subsequences Ex 10

We now walk every cell.


Case A — rational in


Case B — difference of two infinities ()


Case C — oscillation trapped by a shrinking envelope


Case D — pure oscillation, no shrinking


Case E — factorial vs power race


Case F — recursive sequence


Case G — the shape


Case H — zero / degenerate & sign cases


Case I — real-world word problem


Case J — exam twist (hidden divergence)


The matrix, revisited

Recall Which weapon for which cell? (test yourself)

Rational ::: divide by highest power of ; compare degrees. Difference (an ) ::: multiply by the conjugate to kill the roots. or trapped oscillation ::: Squeeze between . Pure oscillation , ::: diverges — contradiction (fixed gap). Factorial vs power ::: bound one term, then squeeze; or term-ratio shrink factor. Recursive ::: prove monotone + bounded (MCT), then solve . shape ::: it is by the defining limit. Geometric ::: converges iff ; check separately. Word problem "decay + dose" ::: model as , fixed point . Rational ::: split into even/odd subsequences; different limits ⟹ diverges.


See also the Bolzano–Weierstrass Theorem (every bounded sequence has a convergent subsequence — the escape hatch when monotonicity fails), Cauchy Sequences (convergence without naming the limit), Limits of functions (the continuous cousin of these ideas), and Series — convergence tests (where these term-limits become the first thing you check).