Intuition What this page is
The parent note proved why the ratio test works.
Here we drill the doing : we build a map of every kind of series the test can meet — every sign
pattern, the tricky L = 1 boundary, degenerate inputs, a word problem, and an exam trap — then work
one example per cell so no scenario surprises you.
Reminder of the one tool: define the shrink-ratio
ρ n = a n a n + 1 L = lim n → ∞ ρ n .
Read ρ n as "how big is the next term compared to this one, ignoring sign". L is its long-run value.
L < 1 → converges absolutely (meaning the all-positive series ∑ ∣ a n ∣ itself converges,
which is stronger than ordinary convergence), L > 1 → diverges, L = 1 → the test shrugs.
Definition What "absolutely converges" means
∑ a n converges absolutely when ∑ ∣ a n ∣ (strip every minus sign, add the sizes)
is itself a finite number. This automatically forces ∑ a n to converge too. The ratio test's
L < 1 verdict always delivers this stronger form, because the whole proof runs on ∣ a n ∣ .
Every series you can feed the ratio test falls into one of these cells. We will hit all of them .
Cell
What makes it special
L outcome
Example #
A
Exponential ÷ factorial (clean cancellation)
L = 0 < 1 → converges
Ex 1
B
Factorial ÷ exponential (factorial wins)
L = ∞ > 1 → diverges
Ex 2
C
Sign-changing / alternating terms (must use ∣ ⋅ ∣ )
L < 1 → abs. converges
Ex 3
D
Two exponentials, finite 0 < L < 1
L = r < 1 → converges
Ex 4
E
Power-law 1/ n p — the blind spot
L = 1 → inconclusive
Ex 5
F
Power series → radius of convergence, endpoints
L = ∣ x ∣ , then L = 1 boundary
Ex 6
G
Degenerate: a term is zero / ratio undefined
test doesn't apply — patch it
Ex 7
H
Real-world word problem (drug dosing)
L = r < 1 → finite build-up
Ex 8
I
Exam twist: L = 1 but Raabe rescues it
ratio fails, sharper tool needed
Ex 9
J
The limit L doesn't exist (ratio oscillates)
no single L → ratio test silent
Ex 10
Prerequisites we lean on: Geometric Series , Comparison Test , Term Test (nth-term divergence) ,
Root Test , p-Series and Integral Test , Radius of Convergence , Raabe's Test .
Worked example Example 1 ·
n = 1 ∑ ∞ n ! 3 n
Forecast: factorials in the denominator grow faster than any exponential. Guess: converges, L = 0 .
Step 1. Write the ratio.
ρ n = a n a n + 1 = 3 n / n ! 3 n + 1 / ( n + 1 )! = 3 n 3 n + 1 ⋅ ( n + 1 )! n ! .
Why this step? Dividing a fraction by a fraction is multiplying by the reciprocal; splitting into the
power part and the factorial part lets each simplify on its own.
Step 2. Simplify each piece: 3 n 3 n + 1 = 3 and ( n + 1 )! n ! = n + 1 1 (because
( n + 1 )! = ( n + 1 ) ⋅ n ! , the n ! cancels).
ρ n = n + 1 3 .
Why this step? The advancing factorial contributes just a single new factor ( n + 1 ) , so the huge n ! cancels cleanly — that clean cancellation is exactly why the ratio test loves factorials.
Step 3. Take the limit.
L = lim n → ∞ n + 1 3 = 0 < 1 ⇒ converges absolutely.
Why this step? A fixed numerator over a growing denominator collapses to 0 .
Verify: This is the exponential series minus its n = 0 term: ∑ n = 1 ∞ 3 n / n ! = e 3 − 1 ≈ 19.09 — a finite number, consistent with convergence.
Worked example Example 2 ·
n = 1 ∑ ∞ 5 n n !
Forecast: now the factorial is on top. Guess: diverges, L = ∞ .
Step 1. Ratio:
ρ n = 5 n + 1 ( n + 1 )! ⋅ n ! 5 n = n ! ( n + 1 )! ⋅ 5 n + 1 5 n = ( n + 1 ) ⋅ 5 1 .
Why this step? Same split as before; here n ! ( n + 1 )! = n + 1 grows, and 5 n + 1 5 n = 5 1 is a constant brake — but a constant can't stop a growing factor.
Step 2. Limit:
L = lim n → ∞ 5 n + 1 = ∞ > 1 ⇒ diverges.
Why this step? L = ∞ falls in the divergence case; terms eventually blow up.
Verify: Argue growth from the ratio itself , not from one lucky term. For n ≥ 5 we have ρ n = 5 n + 1 ≥ 5 6 > 1 , so every later term is strictly bigger than the one before: a n + 1 > a n for all n ≥ 5 . A strictly increasing positive sequence cannot tend to 0 , so a n → 0 and the Term Test (nth-term divergence) forces divergence. (A single value like a 20 ≈ 2.5 × 1 0 4 only illustrates this; the reason is the ratio staying above 1 .) ✓
Worked example Example 3 ·
n = 1 ∑ ∞ ( 2 n )! ( − 1 ) n 4 n
Forecast: the ( − 1 ) n makes signs flip, but the ratio test uses ∣ ⋅ ∣ which erases sign. The ( 2 n )! crushes 4 n . Guess: absolutely converges, L = 0 .
Step 1. Absolute ratio (sign vanishes inside ∣ ⋅ ∣ ):
ρ n = ( − 1 ) n 4 n / ( 2 n )! ( − 1 ) n + 1 4 n + 1 / ( 2 n + 2 )! = 4 n 4 n + 1 ⋅ ( 2 n + 2 )! ( 2 n )! .
Why this step? ∣( − 1 ) n + 1 / ( − 1 ) n ∣ = 1 , so keeping absolute values lets us treat the series like a positive one. Never drop the ∣ ⋅ ∣ on a sign-changing series: without it the raw ratio a n + 1 / a n would be negative , and a negative "ratio" cannot be compared to a geometric bound (which needs a positive r < 1 ). The whole geometric-domination argument silently breaks. That is why the definition insists on ∣ a n + 1 / a n ∣ .
Step 2. Simplify: 4 n 4 n + 1 = 4 , and ( 2 n + 2 )! = ( 2 n + 2 ) ( 2 n + 1 ) ( 2 n )! so ( 2 n + 2 )! ( 2 n )! = ( 2 n + 2 ) ( 2 n + 1 ) 1 .
ρ n = ( 2 n + 2 ) ( 2 n + 1 ) 4 .
Why this step? Expanding the factorial two steps down exposes exactly which factors cancel.
Step 3. Limit:
L = lim n → ∞ ( 2 n + 2 ) ( 2 n + 1 ) 4 = 0 < 1 ⇒ converges absolutely.
Verify (two checks).
(i) The signed sum is cos ( 2 ) − 1 (cos x = ∑ ( − 1 ) n x 2 n / ( 2 n )! at x = 2 ): cos 2 − 1 ≈ − 1.416 , finite → the series converges.
(ii) The absolute sum ∑ ( 2 n )! 4 n = cosh ( 2 ) − 1 ≈ 2.762 (since cosh x = ∑ x 2 n / ( 2 n )! at x = 2 ) is also finite — this is the check that actually confirms absolute convergence, exactly the claim the ratio test made. ✓
Worked example Example 4 ·
n = 1 ∑ ∞ 4 n + n 3 n (geometric figure)
Forecast: for large n the + n is negligible next to 4 n , so terms behave like ( 3/4 ) n . Guess: converges with L = 3/4 .
Step 1. Ratio:
ρ n = 4 n + 1 + ( n + 1 ) 3 n + 1 ⋅ 3 n 4 n + n = 3 ⋅ 4 n + 1 + n + 1 4 n + n .
Why this step? Standard split; the messy denominators stay for now — we clean them by dividing.
Step 2. Divide top and bottom of the fraction by 4 n :
ρ n = 3 ⋅ 4 + ( n + 1 ) / 4 n 1 + n / 4 n .
Why this step? Dividing by the dominant term 4 n makes the sub-dominant n / 4 n → 0 visible, isolating the true long-run ratio.
Step 3. Limit: n / 4 n → 0 , so
L = 3 ⋅ 4 + 0 1 + 0 = 4 3 < 1 ⇒ converges.
Figure — Cell D (log-scale term plot). The horizontal axis is the term index n = 1 … 12 ; the vertical axis (logarithmic) is the term value a n . The blue curve is the pure geometric sequence ( 3/4 ) n ; the orange curve is our actual terms 3 n / ( 4 n + n ) . The two curves lie almost on top of each other and both fall in a straight line on the log scale (the signature of geometric decay), with a thin green band marking the small gap where the geometric curve sits just above ours. Because our terms are dominated by a convergent Geometric Series of ratio 3/4 < 1 , the Comparison Test finishes the proof — matching the algebraic result L = 3/4 .
Verify: compute ρ n numerically at n = 15 : it should sit very close to 0.75 . ✓
Worked example Example 5 ·
n = 1 ∑ ∞ n 3 1
Forecast: power-law terms 1/ n p always give L = 1 . The ratio test will tell us nothing even though this series clearly converges.
Step 1. Ratio:
ρ n = 1/ n 3 1/ ( n + 1 ) 3 = ( n + 1 ) 3 n 3 = ( n + 1 n ) 3 .
Why this step? Same power on top and bottom → the ratio is a pure fraction raised to that power.
Step 2. Limit: n + 1 n → 1 , so
L = 1 3 = 1 ⇒ inconclusive.
Why this step? This is the crowded boundary — no fixed r < 1 traps the tail.
Step 3. Reach for the right tool. By the p-Series and Integral Test , ∑ 1/ n p converges iff p > 1 . Here p = 3 > 1 → converges .
Verify: ∑ 1/ n 3 = ζ ( 3 ) ≈ 1.202 , finite — the correct tool confirms convergence that the ratio test couldn't see. ✓
Worked example Example 6 ·
n = 1 ∑ ∞ n 2 x n
Forecast: the ratio test on a power series produces L = ∣ x ∣ , giving a Radius of Convergence . Then both endpoints x = ± 1 hit L = 1 and need separate checks.
Step 1. Ratio (keep ∣ ⋅ ∣ since x may be negative):
ρ n = ( n + 1 ) 2 ∣ x ∣ n + 1 ⋅ ∣ x ∣ n n 2 = ∣ x ∣ ⋅ ( n + 1 ) 2 n 2 .
Why this step? The x -powers give ∣ x ∣ ; the polynomial part is a → 1 factor.
Step 2. Limit: n 2 / ( n + 1 ) 2 → 1 , so L = ∣ x ∣ . Converges for ∣ x ∣ < 1 , diverges for ∣ x ∣ > 1 → radius R = 1 .
Why this step? L < 1 is exactly ∣ x ∣ < 1 ; the boundary ∣ x ∣ = 1 is left open.
Step 3 — endpoints (L = 1 , test blind).
x = 1 : ∑ 1/ n 2 = ζ ( 2 ) = π 2 /6 ≈ 1.645 → converges (p-series, p = 2 ).
x = − 1 : ∑ ( − 1 ) n / n 2 → absolutely convergent (its absolute version is the same ∑ 1/ n 2 ) → converges .
Why this step? At L = 1 you must abandon the ratio test and inspect each endpoint directly.
Interval of convergence: [ − 1 , 1 ] .
Verify: at x = 1 the value is π 2 /6 ≈ 1.645 ; at x = − 1 the sum is − π 2 /12 ≈ − 0.822 — both finite. ✓
Worked example Example 7 ·
n = 1 ∑ ∞ a n , a n = 2 1 − cos ( nπ ) ⋅ 2 n 1
Forecast: 1 − cos ( nπ ) is 0 for even n and 2 for odd n . So every even term is zero — the ratio a n + 1 / a n divides by 0 and is undefined . The ratio test needs eventually-nonzero terms; here they never settle. We must patch it.
Step 1. Spot the zeros. cos ( nπ ) = ( − 1 ) n , so 2 1 − ( − 1 ) n is 1 (odd n ) or 0 (even n ). Thus
a n = { 1/ 2 n , 0 , n odd n even.
Why this step? Before blindly forming a ratio, always check whether terms vanish — a zero denominator kills the formula.
Step 2. Keep only nonzero terms. The nonzero terms are exactly the odd indices, which we can list as n = 1 , 3 , 5 , … Introduce a new counter k by setting n = 2 k + 1 ; as k = 0 , 1 , 2 , … this walks through every odd n (k = 0 → n = 1 , k = 1 → n = 3 , …). Then 2 n = 2 2 k + 1 and the surviving series is
∑ k = 0 ∞ 2 2 k + 1 1 = ∑ k = 0 ∞ 2 1 ⋅ 4 k 1 .
Why this step? Re-indexing to the nonzero terms (with the explicit substitution n = 2 k + 1 ) turns a degenerate case into a clean Geometric Series .
Step 3. This is geometric with first term 1/2 and ratio 1/4 < 1 → converges to
1 − 1/4 1/2 = 3/4 1/2 = 3 2 .
Why this step? Geometric sum 1 − r a ; ratio < 1 guarantees convergence — no ratio test needed.
Verify: 3 2 ≈ 0.6667 ; partial sum 1/2 + 1/8 + 1/32 + … climbs toward it. ✓
Takeaway: when terms hit zero, the ratio test's formula is undefined — strip zeros, or use the Comparison Test /Root Test (the root test tolerates zero terms because it uses n ∣ a n ∣ , no division).
Worked example Example 8 · Steady-state medicine
A patient takes a pill each day. The body clears a fraction so that only 70% of each dose
remains after one day. If each pill delivers 200 mg, how much drug is present in the body in the
long run (just after the n -th dose, as n → ∞ )? Does the total build-up stay finite?
Forecast: doses stack but each old dose decays by × 0.7 per day — a geometric pile-up. Ratio 0.7 < 1 → finite.
Step 1. Model the amount from the dose taken k days ago: it has decayed to 200 ⋅ ( 0.7 ) k mg.
Just after today's dose, total is A = k = 0 ∑ ∞ 200 ( 0.7 ) k .
Why this step? Each dose ages independently; summing over all past doses gives the current load.
Step 2. Ratio test the series ∑ 200 ( 0.7 ) k :
ρ k = 200 ( 0.7 ) k 200 ( 0.7 ) k + 1 = 0.7 = L < 1 ⇒ converges.
Why this step? A pure geometric series has constant ratio equal to its common ratio — the cleanest possible ratio test.
Step 3. Sum it:
A = 1 − 0.7 200 = 0.3 200 ≈ 666.7 mg (steady state).
Why this step? Convergence (ratio < 1 ) lets us use the geometric closed form.
Verify: units are mg throughout; 200/0.3 = 666. 6 mg — a bounded steady-state, so the drug does not accumulate to dangerous infinity. ✓
Definition Raabe's Test (the sharper ruler)
When the ratio test gives L = 1 it is blind because it only sees whether ρ n → 1 , not how fast .
Raabe's Test measures that finer speed. Hypothesis: the terms are eventually positive and the
quantity below has a limit. Form
R = lim n → ∞ n ( a n + 1 a n − 1 ) .
Read a n + 1 a n − 1 as "the small excess of this term over the next, as a fraction"; multiplying
by n magnifies that vanishing excess to a finite size. Verdict: if R > 1 the series converges, if
R < 1 it diverges, if R = 1 Raabe too is inconclusive. It applies here because our terms are positive
and, as we'll see, this limit exists.
Worked example Example 9 ·
n = 1 ∑ ∞ 2 ⋅ 4 ⋅ 6 ⋯ ( 2 n ) 1 ⋅ 3 ⋅ 5 ⋯ ( 2 n − 1 ) ⋅ n 1
Forecast: the double-product ratio simplifies to something → 1 , so the ratio test will give L = 1 (inconclusive). This is the classic exam trap — you're expected to escalate to Raabe.
Step 1. Call the double product c n = 2 ⋅ 4 ⋯ ( 2 n ) 1 ⋅ 3 ⋯ ( 2 n − 1 ) , so a n = c n / n . Its ratio:
c n c n + 1 = 2 n + 2 2 n + 1 , a n a n + 1 = 2 n + 2 2 n + 1 ⋅ n + 1 n .
Why this step? Advancing the product by one step multiplies by the new numerator/denominator factor ( 2 n + 1 ) / ( 2 n + 2 ) ; the extra 1/ n contributes n / ( n + 1 ) .
Step 2. Limit:
L = lim n → ∞ 2 n + 2 2 n + 1 ⋅ n + 1 n = 1 ⋅ 1 = 1 ⇒ ratio test inconclusive.
Why this step? Both factors approach 1 — the crowded boundary strikes again.
Step 3 — escalate to Raabe. The terms are positive, so Raabe's hypothesis holds. Using the definition above,
a n + 1 a n = ( 2 n + 1 ) n ( 2 n + 2 ) ( n + 1 ) = 2 n 2 + n 2 n 2 + 4 n + 2 ,
a n + 1 a n − 1 = 2 n 2 + n 3 n + 2 , R = lim n → ∞ n ⋅ 2 n 2 + n 3 n + 2 = 2 3 .
Since R = 2 3 > 1 → converges .
Why this step? Raabe zooms into the rate at which the ratio approaches 1 — the finer ruler the parent note promised when the ratio test is blind.
Verify: R = 3/2 = 1.5 > 1 , and the leading behaviour a n ∼ n 3/2 C (a p = 3/2 > 1 series) independently confirms convergence via p-Series and Integral Test . ✓
Intuition The ratio test needs a
single long-run number
The definition assumes ρ n = ∣ a n + 1 / a n ∣ settles to one value L . If instead ρ n
keeps jumping between different values forever, there is no L , and the plain ratio test simply
does not apply — it cannot conclude anything. (A stronger version using lim sup ρ n , the largest
value the ratios cluster near, can sometimes still decide it, but that is beyond the basic test.)
Worked example Example 10 ·
n = 1 ∑ ∞ a n with a n = { 1/ 2 n , 1/ 3 n , n even n odd
Forecast: the ratios will alternate between two very different values, so no single L exists — the ratio test goes silent and we finish another way.
Step 1. Look at consecutive ratios. Going from an odd n to an even n + 1 and vice versa gives wildly different sizes, e.g.
a 1 a 2 = 1/3 1/4 = 4 3 , a 2 a 3 = 1/4 1/27 = 27 4 ≈ 0.148 ,
and this pattern of two alternating values repeats forever.
Why this step? We compute a few ρ n to see that they do not approach a single number.
Step 2. Conclude the ratio test is inapplicable: lim n → ∞ ρ n does not exist , so the L < 1/ L > 1/ L = 1 trichotomy has nothing to feed on.
Why this step? No limit ⇒ no verdict; recognizing this saves you from writing a meaningless "L ".
Step 3 — finish by comparison. Every term satisfies 0 ≤ a n ≤ 1/ 2 n , and ∑ 1/ 2 n is a convergent Geometric Series . By the Comparison Test the series converges .
Why this step? When the ratio test is silent, a direct geometric bound still settles it.
Verify: split by parity and sum two geometric series — even part ∑ m ≥ 1 1/ 4 m = 1/3 , odd part ∑ m ≥ 0 1/ 3 2 m + 1 = 3/8 ; total = 1/3 + 3/8 = 17/24 ≈ 0.708 , finite. ✓
Recall Which cell needs which tool?
Exponential-vs-factorial (Cells A–D) → ::: ratio test wins cleanly.
Pure power law 1/ n p (Cell E) → ::: p-series / integral test.
Power series endpoints where L = 1 (Cell F) → ::: check each endpoint by hand.
A term equals zero, ratio undefined (Cell G) → ::: strip the zeros / use the root test.
Real-world geometric pile-up (Cell H) → ::: ratio equals the common ratio; use geometric sum.
L = 1 from a factorial-product ratio (Cell I) → ::: Raabe's test.
The ratio oscillates and L doesn't exist (Cell J) → ::: ratio test is silent; use comparison (or limsup root test).
Ratio test — proof, limitations (index 4.3.12) — the parent: proof and theory.
Geometric Series — Cells D, G, H, J are geometric at heart.
Comparison Test — finishes Cells D, G and J.
Term Test (nth-term divergence) — the sanity check in Cell B.
p-Series and Integral Test — the correct tool for Cells E and F endpoints.
Radius of Convergence — what Cell F computes.
Root Test — the zero-tolerant sibling for Cell G and the limsup rescue for Cell J.
Raabe's Test — the sharper ruler for Cell I.