Intuition What this page is for
The parent note gave you the tools : the ε –N definition, boundedness, monotonicity, the Monotone Convergence Theorem (MCT), and the Squeeze Theorem. This page throws every kind of sequence at you and works each one fully. The promise: after this page, no exam sequence should surprise you — you will have already seen its shape .
A quick reminder of two words we lean on. The limit L is the single number the terms home in on. A sequence converges if such an L exists and diverges if it does not. If you are shaky on either, re-read the parent before continuing.
Definition Two tools we will lean on (one-line reminders)
==ε –N definition==: a n → L means for every tolerance ε > 0 there is a cutoff N such that n > N ⇒ ∣ a n − L ∣ < ε — i.e. every band around L eventually swallows the whole tail.
Algebra of limits : if a n → A and b n → B , then a n ± b n → A ± B , a n b n → A B , and a n / b n → A / B provided B = 0 . This is what lets us take limits piece by piece .
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 n (polynomial over polynomial)
which power dominates?
divide by top power of n
Ex 1
B
Difference of two things that both → ∞
∞ − ∞ is undefined
rationalise / rewrite
Ex 2
C
Trapped oscillation (sin , cos in numerator)
numerator never settles
Squeeze Theorem
Ex 3
D
Pure oscillation (no shrinking)
no limit at all
ε –N contradiction
Ex 4
E
Factorial / exponential race
which grows faster?
ratio a n + 1 / a n
Ex 5
F
Recursive (defined by itself)
limit hidden in a fixed point
MCT + solve L = f ( L )
Ex 6
G
The number e shape ( 1 + x / n ) n
looks like 1 ∞
known e -limit + logs
Ex 7
H
Zero / degenerate & sign cases
n = 0 ?, negative terms, r = 1 ?
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.
(Cell A) Find n → ∞ lim n 2 − 5 3 n 2 + 1 .
Forecast: Both top and bottom blow up. Do they blow up at the same rate ? Guess a finite number before reading on.
Divide top and bottom by n 2 (the highest power present).
n 2 − 5 3 n 2 + 1 = 1 − n 2 5 3 + n 2 1 .
Why this step? Dividing by the dominant power turns every "runaway" term into a shrinking 1/ n 2 term whose limit we already know is 0 .
Apply the algebra of limits. As n → ∞ , n 2 1 → 0 and n 2 5 → 0 , so the fraction → 1 − 0 3 + 0 = 3 .
Why this step? Sums, quotients and constants of convergent sequences converge to the sum/quotient of their limits (algebra of limits from the parent).
Verify: Plug n = 1000 : 999 995 3 000 001 ≈ 3.00002 — already hugging 3 . ✓
n rule
Compare the top degree and bottom degree : equal ⟹ ratio of leading coefficients; top smaller ⟹ 0 ; top larger ⟹ diverges to ± ∞ .
(Cell B) Find n → ∞ lim ( n + 1 − n ) .
Forecast: n + 1 and n both march to ∞ . Their difference could be ∞ , a constant, or 0 . Guess.
Multiply by the conjugate over itself — a form of 1 that costs nothing:
n + 1 − n = ( n + 1 − n ) ⋅ n + 1 + n n + 1 + n = n + 1 + n ( n + 1 ) − n = n + 1 + n 1 .
Why this step? ( a − b ) ( a + b ) = a 2 − b 2 kills the square roots in the numerator, turning an undefined ∞ − ∞ into a clean "small over big".
Read off the limit. The denominator → ∞ , so the whole fraction → 0 .
Why this step? Constant over "runaway" always tends to 0 .
Verify: n = 100 : 101 − 100 = 10.0499 − 10 = 0.0499 , and 101 + 100 1 = 20.0499 1 = 0.0499 . ✓ Both give the same shrinking value.
(Cell C) Find n → ∞ lim n sin n .
Forecast: sin n wobbles forever between − 1 and 1 . Dividing by a growing n — does the wobble survive?
Bound the wobble. For every n , − 1 ≤ sin n ≤ 1 , so dividing by the positive number n :
− n 1 ≤ n s i n n ≤ n 1 .
Why this step? We cannot compute sin n term by term, but we CAN cage it between two sequences we understand. Look at the figure: the sequence lives at isolated dots (there is no term "between" n = 3 and n = 4 ), each magenta dot sitting inside the violet–orange funnel ± n 1 .
Squeeze. Both − n 1 → 0 and n 1 → 0 . By the Squeeze Theorem, n s i n n → 0 .
Why this step? If both walls of the funnel close on 0 , whatever is trapped inside has nowhere to go but 0 . See Squeeze Theorem .
Verify: n = 50 : 50 s i n 50 = 50 − 0.2624 = − 0.00525 , well within ± 50 1 = ± 0.02 . ✓
(Cell D) Show a n = cos ( nπ ) diverges.
Forecast: cos ( nπ ) equals... what for n = 1 , 2 , 3 , 4 ? Work it out, then guess.
Simplify. cos ( 0 ) = 1 , cos ( π ) = − 1 , cos ( 2 π ) = 1 , … so a n = ( − 1 ) n : the sequence − 1 , 1 , − 1 , 1 , …
Why this step? Recognising the disguise (cos ( nπ ) = ( − 1 ) n ) reduces a "trig mystery" to the classic oscillator.
ε –N contradiction. Suppose it converged to some L . Take the tolerance ε = 1 . Convergence demands all terms past some N sit inside the band ( L − 1 , L + 1 ) , which has width 2 . But consecutive terms are 1 and − 1 — a distance of exactly 2 apart. Two points distance 2 apart cannot both lie strictly inside a band of width 2 . Contradiction.
Why this step? Convergence forces the tail to cluster; a fixed gap of 2 forbids clustering. No L can work, so it diverges.
Verify: The set of values is exactly { − 1 , 1 } — two accumulation points, so no single limit. ✓
(Cell E) Find n → ∞ lim n n n ! .
Forecast: n ! is a giant. But n n is n copies of n multiplied, while n ! = 1 ⋅ 2 ⋯ n uses many small factors. Who wins?
Look at ONE typical term.
n n n ! = n ⋅ n ⋅ n ⋯ n 1 ⋅ 2 ⋅ 3 ⋯ n = n 1 ⋅ n 2 ⋯ n n ≤ n 1 ⋅ 1 ⋅ 1 ⋯ 1 = n 1 .
Why this step? Every factor n k ≤ 1 , and the very first factor n 1 already drags the whole product down. So 0 < n n n ! ≤ n 1 .
Squeeze. 0 → 0 and n 1 → 0 , so the sequence → 0 .
Why this step? Same funnel logic as Cell C — caged between 0 and n 1 .
Cross-check with the term-ratio shrink factor. Look at a n a n + 1 = ( n + 1 n ) n → e − 1 < 1 . (This is NOT the series ratio test — we are only asking how each term compares to the previous one.) When a n a n + 1 eventually stays below a fixed number < 1 , the terms shrink at least geometrically, so they must tend to 0 . See The number e .
Verify: n = 10 : 1 0 10 10 ! = 1 0 10 3 628 800 = 0.00036288 , and 10 1 = 0.1 — safely trapped and tiny. ✓
(Cell F) Let a 1 = 2 , a n + 1 = 2 1 ( a n + a n 2 ) . Find lim a n .
Forecast: This is Newton's iteration in disguise. Compute a 2 by hand and guess where it heads.
Bounded below by 2 . By AM–GM, 2 1 ( a n + a n 2 ) ≥ a n ⋅ a n 2 = 2 , so a n + 1 ≥ 2 for all n ≥ 1 .
Why this step? MCT needs a floor . AM–GM (2 1 ( x + y ) ≥ x y ) supplies it because the product a n ⋅ a n 2 = 2 is constant.
Decreasing. a n − a n + 1 = a n − 2 1 ( a n + a n 2 ) = 2 a n a n 2 − 2 ≥ 0 since a n ≥ 2 ⇒ a n 2 ≥ 2 .
Why this step? MCT needs monotonicity; the sign of the difference gives it.
Apply MCT and solve the fixed point. Decreasing + bounded below ⟹ converges to some L . Both a n and a n + 1 tend to the same L , so L = 2 1 ( L + L 2 ) ⇒ 2 L 2 = L 2 + 2 ⇒ L 2 = 2 ⇒ L = 2 (positive branch, since terms are > 0 ).
Why this step? The limit must satisfy the same relation the sequence obeys — that is the fixed-point equation. Rests on Completeness of the Real Numbers (which guarantees the inf exists).
Verify: a 2 = 2 1 ( 2 + 1 ) = 1.5 , a 3 = 2 1 ( 1.5 + 1.5 2 ) = 1.41 6 , a 4 ≈ 1.414216 . Indeed → 2 ≈ 1.414214 . ✓
(Cell G) Find n → ∞ lim ( 1 + n 3 ) n .
Forecast: The base 1 + n 3 → 1 but the exponent n → ∞ . That is the indeterminate 1 ∞ — could be 1 , could be ∞ . Guess.
Recall the defining e -limit. From The number e , ( 1 + n x ) n → e x .
Why this step? The whole difficulty is 1 ∞ ; the e -limit is the only tool that resolves it cleanly, because e is defined as exactly this kind of limit.
Match x = 3 . Directly, ( 1 + n 3 ) n → e 3 .
Why this step? Our expression is the template with x = 3 — no algebra needed once you recognise the shape.
(Optional log proof, done rigorously) Take logs: ln a n = n ln ( 1 + n 3 ) . Write t = n 3 , so t → 0 as n → ∞ , and ln a n = 3 ⋅ t l n ( 1 + t ) . The key fact is the standard limit t → 0 lim t ln ( 1 + t ) = 1 (it is the derivative of ln at 1 , since d x d ln x x = 1 = 1 — see Limits of functions ). Therefore ln a n → 3 ⋅ 1 = 3 , and since exp is continuous, a n = e l n a n → e 3 .
Why this step? Taking logs turns the scary exponent into a product 3 ⋅ t l n ( 1 + t ) ; we then lean on ONE rigorously-established limit rather than an unjustified series truncation.
Verify: n = 1000 : ( 1 + 1000 3 ) 1000 ≈ 20.06 , and e 3 ≈ 20.09 . ✓ Closing in from below (convergence to e x is slow, so a small gap at n = 1000 is expected).
(Cell H) For the geometric sequence a n = r n , classify convergence for every real value of r .
Forecast: You know r = 2 1 shrinks to 0 and r = 2 blows up. But what about r = − 1 ? r = 1 ? r = 0 ? r = − 2 ? Enumerate before reading.
Work through every region of the number line (the figure colours each region):
∣ r ∣ < 1 (e.g. r = 2 1 or r = − 2 1 ): ∣ r n ∣ = ∣ r ∣ n → 0 , so a n → 0 . The negative case still → 0 because the magnitude shrinks even though signs alternate.
Why: a magnitude below 1 , multiplied by itself repeatedly, vanishes.
r = 1 : every term is 1 , so a n → 1 (converges — the degenerate constant case).
Why this matters: r = 1 is the knife-edge; the formula 1 − r a for sums would divide by zero here, so it's a special value you must call out.
r = 0 : 0 n = 0 for all n ≥ 1 , so a n → 0 (the zero input — trivially convergent).
r = − 1 : ( − 1 ) n oscillates − 1 , 1 , − 1 , … — diverges (Cell D).
r > 1 (e.g. r = 2 ): r n → + ∞ — diverges to infinity.
r < − 1 (e.g. r = − 2 ): magnitude → ∞ AND sign alternates, giving − 2 , 4 , − 8 , 16 , … — diverges (unbounded oscillation).
Summary: r n converges exactly when − 1 < r ≤ 1 (limit 0 if ∣ r ∣ < 1 , limit 1 if r = 1 ); diverges otherwise.
Verify: ( 0.5 ) 20 = 0.00000095 (→0), ( − 0.5 ) 20 = + 0.00000095 (→0), 1 20 = 1 , ( − 1 ) 20 = 1 but ( − 1 ) 21 = − 1 (no limit), 2 20 = 1 048 576 (→∞). ✓
Common mistake Forgetting the endpoints
Feels right: "∣ r ∣ < 1 converges, else diverges." Fix: that skips r = 1 (converges to 1 !) and lumps r = − 1 (diverges) with r = 1 . Always test the two endpoints r = ± 1 separately.
(Cell I) A drug leaves the body such that each hour 30% of the amount present is cleared, and a fresh 10 mg dose is added. If a n is the mg present just after the n -th dose (with a 1 = 10 ), does the drug level stabilise, and at what value?
Forecast: Add-then-decay repeatedly — does it climb forever, or settle at a steady "therapeutic" level? Guess a ceiling.
Model it. After a dose, 70% survives to the next hour, then 10 mg is added: a n + 1 = 0.7 a n + 10 .
Why this step? "30% cleared" means 70% = 0.7 remains; the + 10 is the new dose. Words → recurrence.
Guess the steady state (fixed point). If it stabilises at L , then L = 0.7 L + 10 ⇒ 0.3 L = 10 ⇒ L = 0.3 10 = 33. 3 mg.
Why this step? At equilibrium the level stops changing, so a n + 1 = a n = L — the same fixed-point trick as Cell F.
Confirm convergence. Subtract the fixed point: a n + 1 − L = 0.7 ( a n − L ) , so the gap shrinks by factor 0.7 each step: a n − L = ( 0.7 ) n − 1 ( a 1 − L ) → 0 since ∣0.7∣ < 1 (Cell H). Hence a n → L .
Why this step? The distance to the ceiling is itself a geometric sequence with ratio 0.7 — and we proved those converge to 0 .
Verify: a 1 = 10 , a 2 = 0.7 ( 10 ) + 10 = 17 , a 3 = 0.7 ( 17 ) + 10 = 21.9 , a 4 = 25.33 , climbing toward 33. 3 mg. Units: mg throughout — consistent. ✓
(Cell J) Does a n = n + 1 ( − 1 ) n n converge?
Forecast: n + 1 n → 1 , which is nice and settled. Tempting to say the whole thing converges. Look harder before you commit.
Strip the magnitude. ∣ a n ∣ = n + 1 n = 1 + n 1 1 → 1 , so the size of the terms settles near 1 — they do not shrink.
Why this step? Before hunting for a limit, check whether the terms even get small. Here they hover near size 1 , which is a red flag: a term-magnitude that stays near 1 can only converge if the sign also settles.
Split into subsequences by parity. Look at even and odd indices separately, because the factor ( − 1 ) n is + 1 on evens and − 1 on odds:
even n : a n = + n + 1 n → + 1 , odd n : a n = − n + 1 n → − 1.
Why this step? A convergent sequence forces every subsequence to share its one limit. If we exhibit two subsequences with different limits, no single L can exist.
Seal it with an ε –N argument. Suppose a n → L . Take ε = 2 1 . Past some N all terms lie in ( L − 2 1 , L + 2 1 ) , a band of width 1 . But for large n an even term is near + 1 and the next (odd) term is near − 1 — a distance close to 2 apart, which cannot fit in a width-1 band. Contradiction.
Why this step? This is the same clustering argument as Cell D, now dressed in a rational disguise — it converts "two subsequence limits" into a hard contradiction.
Conclude: the two limit points + 1 and − 1 mean a n diverges by oscillation.
Verify: a 100 = + 101 100 = 0.9901 , a 101 = − 102 101 = − 0.9902 — consecutive terms nearly 2 apart, forever, so no single limit. ✓
∣ a n ∣ → L so a n → L "
Feels right: if the size settles, surely the value does too. Fix: the sign can keep flipping. ∣ a n ∣ → L only forces a n → L when the terms are eventually one sign .
Recall Which weapon for which cell? (test yourself)
Rational q ( n ) p ( n ) ::: divide by highest power of n ; compare degrees.
Difference n + 1 − n (an ∞ − ∞ ) ::: multiply by the conjugate to kill the roots.
n s i n n or trapped oscillation ::: Squeeze between ± n 1 .
Pure oscillation ( − 1 ) n , cos ( nπ ) ::: diverges — ε –N contradiction (fixed gap).
Factorial vs power n n n ! ::: bound one term, then squeeze; or term-ratio shrink factor.
Recursive a n + 1 = f ( a n ) ::: prove monotone + bounded (MCT), then solve L = f ( L ) .
( 1 + n x ) n shape ::: it is e x by the defining limit.
Geometric r n ::: converges iff − 1 < r ≤ 1 ; check r = ± 1 , 0 separately.
Word problem "decay + dose" ::: model as a n + 1 = r a n + c , fixed point L = 1 − r c .
Rational × ( − 1 ) n ::: split into even/odd subsequences; different limits ⟹ diverges.
Mnemonic The master question
For every sequence, ask in order: (1) Do the terms shrink in magnitude? (2) If not, do they oscillate between fixed values? (3) If they grow, how fast? Answering these three routes you to the right cell of the matrix.
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).