4.3.9Calculus III — Sequences & Series

Limit comparison test

2,077 words9 min readdifficulty · medium2 backlinks

Tags: #calculus #series #convergence Subject: Maths — Calculus III: Sequences & Series

The big picture

We want to decide whether an\sum a_n converges or diverges, where an>0a_n > 0 (positive-term series). Comparing directly with a known series (the Direct Comparison Test) is fragile: you need an exact inequality anbna_n \le b_n that may be a pain to prove. The Limit Comparison Test (LCT) is the smoother tool — it only cares whether ana_n and bnb_n behave the same way for large nn.


WHAT it says

The "main" case is 0<L<0 < L < \infty. The other two are edge cases that still give one-directional information.


WHY it's true (derivation from scratch)

Assume the main case: L=liman/bnL = \lim a_n/b_n with 0<L<0 < L < \infty.

Step 1 — Translate the limit into a sandwich. Why this step? "Limit equals LL" means the ratio eventually lives in any small window around LL. We pick a window that keeps everything positive.

Choose ε=L/2\varepsilon = L/2. By the definition of the limit, there exists NN such that for all n>Nn > N: anbnL<L2.\left| \frac{a_n}{b_n} - L \right| < \frac{L}{2}. Unpacking the absolute value: LL2<anbn<L+L2L2<anbn<3L2.L - \frac{L}{2} < \frac{a_n}{b_n} < L + \frac{L}{2} \quad\Longrightarrow\quad \frac{L}{2} < \frac{a_n}{b_n} < \frac{3L}{2}.

Step 2 — Clear the fraction (legal because bn>0b_n>0). Why this step? Multiplying by the positive bnb_n turns a ratio statement into a direct comparison statement. L2bn  <  an  <  3L2bn(n>N).\frac{L}{2}\, b_n \;<\; a_n \;<\; \frac{3L}{2}\, b_n \qquad (n > N).

Step 3 — Feed each inequality into the Direct Comparison Test.

  • If bn\sum b_n converges: then 3L2bn\sum \frac{3L}{2} b_n converges (constant multiple). Since an<3L2bna_n < \frac{3L}{2} b_n, the right inequality gives an\sum a_n converges.
  • If bn\sum b_n diverges: then L2bn\sum \frac{L}{2} b_n diverges. Since an>L2bna_n > \frac{L}{2} b_n, the left inequality forces an\sum a_n to diverge.

So an\sum a_n and bn\sum b_n live or die together. \blacksquare

Figure — Limit comparison test

HOW to use it (the recipe)

  1. Look at ana_n for large nn. Keep only the dominant powers in numerator and denominator.
  2. Build bnb_n from those dominant terms — usually a pp-series 1/np\sum 1/n^p or a geometric series, whose fate you already know.
  3. Compute L=liman/bnL = \lim a_n / b_n.
  4. Read off the conclusion. (If you chose bnb_n well, LL is a nice finite positive number.)

Reference facts you compare against: 1np converges    p>1,rn converges    r<1.\sum \frac{1}{n^p}\ \text{converges} \iff p>1, \qquad \sum r^n\ \text{converges} \iff |r|<1.


Worked examples


Common mistakes


Forecast-then-Verify drill

Before computing, predict convergence, then confirm with LCT.

  1. 2nn3+1\displaystyle\sum \frac{2n}{n^3+1} → forecast: behaves like 1/n21/n^2converges. Verify: L=2L=2. ✔
  2. n+1n+4\displaystyle\sum \frac{\sqrt{n}+1}{n+4} → behaves like n/n=1/n1/2\sqrt n / n = 1/n^{1/2}, p=121p=\tfrac12\le1diverges. Verify: L=1L=1. ✔
  3. 12n+n\displaystyle\sum \frac{1}{2^n + n} → behaves like 1/2n1/2^n geometric → converges. Verify: L=1L=1. ✔

Flashcards

What does the Limit Comparison Test require about the terms an,bna_n,b_n?
They must be positive (for all large nn).
In the LCT, what is computed?
L=limnan/bnL=\lim_{n\to\infty} a_n/b_n.
If 0<L<0<L<\infty in the LCT, what can you conclude?
an\sum a_n and bn\sum b_n both converge or both diverge.
If L=0L=0, what extra condition gives convergence of an\sum a_n?
bn\sum b_n must converge.
If L=L=\infty, what extra condition gives divergence of an\sum a_n?
bn\sum b_n must diverge.
Why does multiplying the ratio inequality by bnb_n stay valid?
Because bn>0b_n>0, so inequality direction is preserved.
Which ε\varepsilon is chosen in the proof and why?
ε=L/2\varepsilon=L/2, so the lower bound L/2L/2 stays strictly positive.
For 3n2+5n4n+2\sum \frac{3n^2+5}{n^4-n+2}, what is the right bnb_n?
1/n21/n^2 (ratio of leading powers).
Why is an0a_n\to 0 not enough for convergence?
It's necessary not sufficient; e.g. 1/n\sum 1/n diverges though 1/n01/n\to0.
When is LCT inconclusive?
When L=0L=0 with bn\sum b_n divergent, or L=L=\infty with bn\sum b_n convergent.
pp-series 1/np\sum 1/n^p converges exactly when?
p>1p>1.

Recall Feynman: explain to a 12-year-old

Imagine two runners. We can't easily measure how far each goes alone, but we know one of them perfectly. If, after a long time, the unknown runner is always going at roughly the same speed as the runner we understand (their speed ratio settles to a steady positive number), then they'll either both reach the finish line or both run forever together. Series convergence is just "does the running total stop somewhere?" — and matching speeds means matching destinies.


Connections

  • Direct Comparison Test — LCT is built on top of it via the sandwich step.
  • p-Series — the favourite bnb_n benchmark (1/np\sum 1/n^p).
  • Geometric Series — benchmark when ana_n has rnr^n.
  • Ratio Test — better when factorials/exponentials dominate.
  • Integral Test — alternative for monotone positive terms.
  • Harmonic Series — the classic "an0a_n\to0 but diverges" counterexample.
  • Squeeze Theorem — same "trap the quantity in a window" technique as the ε=L/2\varepsilon=L/2 step.

Concept Map

fragile approach

smoother tool

defines

main branch

edge case

edge case

implies

proved via

then

feeds into

justifies

if sum bn converges

if sum bn diverges

applied by

Decide converges or diverges for positive series

Direct Comparison Test

Limit Comparison Test

Ratio limit L = lim an/bn

Main case 0 < L < infinity

L = 0

L = infinity

Both share same fate

Epsilon sandwich around L

Multiply by positive bn

Pick bn from dominant powers

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, Limit Comparison Test ka core idea simple hai: agar do positive series ke terms bade nn ke liye "same speed" se chhote hote hain, to dono ka fate ek jaisa hota hai — ya dono converge karenge ya dono diverge. Hum yeh "same speed" measure karte hain ratio ka limit lekar: L=liman/bnL = \lim a_n/b_n. Agar LL ek finite aur positive number nikla (matlab 0<L<0 < L < \infty), to bas bn\sum b_n ka behaviour dekh lo aur wahi answer an\sum a_n ka bhi hoga.

Trick yeh hai ki bnb_n chunna kaise hai. Rule: "sabse strong power rakho, baaki phenk do" — numerator aur denominator dono mein leading term le lo. Jaise 3n2+5n4n+2\frac{3n^2+5}{n^4-n+2} mein top ka strong term n2n^2, bottom ka n4n^4, to bn=1/n2b_n = 1/n^2. Ab 1/n21/n^2 to pp-series hai with p=2>1p=2>1, yeh converge karta hai, isliye original series bhi converge. Aur agar bn=1/nb_n = 1/n (harmonic) bana to woh diverge karta hai.

Proof ka magic step: limit ki definition se ratio eventually L/2L/2 aur 3L/23L/2 ke beech aa jaata hai. bnb_n positive hai isliye usse multiply karke direct comparison ban jaata hai — L2bn<an<3L2bn\frac{L}{2}b_n < a_n < \frac{3L}{2}b_n. Phir Direct Comparison Test laga do, kaam khatam.

Ek common galti se bacho: sirf an0a_n \to 0 dekh ke "converge" mat bol dena — harmonic series 1/n\sum 1/n mein bhi terms 00 pe jaate hain par series diverge karti hai. LCT decay ki rate compare karta hai, sirf "0 pe jaata hai ya nahi" nahi. Yeh test exam mein rational aur root-wale terms ke liye sabse fast tarika hai.

Go deeper — visual, from zero

Test yourself — Calculus III — Sequences & Series

Connections