Exercises — Series — partial sums, convergence definition
Quick reminder of the vocabulary (all built in the parent note):
- = the term (the -th number in the list you're adding).
- = the partial sum (add only the first terms).
- Converges to means , a finite number.
- Diverges means has no finite limit (blows up, or bounces forever).
Level 1 — Recognition
L1·Q1 — Read off a geometric series
State (first term) and (common ratio) for then decide whether it converges, and if so, to what.
Recall Solution
WHAT is and ? The template is . Matching term by term: the constant multiplying the powers is ; the base being raised to is .
WHY does the sign/size of matter? The geometric series converges exactly when , because the partial sum is and only depends on . When , ; the running total stops moving.
Here , so it converges to
L1·Q2 — Recognise a telescoping form
Without summing, explain why is telescoping, and identify which pieces survive in .
Recall Solution
WHAT makes it telescoping? Each term is a difference of two pieces of the same shape evaluated at shifted indices ( and ). When you add consecutive terms, the subtracted piece of one term reappears as the positive piece two terms later, so it cancels.
WHICH pieces survive? Because the gap is (not ), the cancellation leaves two leading positives and two trailing negatives: The middle all cancels. (We compute the actual value in L3·Q2.)
Level 2 — Application
L2·Q1 — Sum a geometric series
Find the sum of .
Recall Solution
Rewrite into form. . So , . (Check by : ✓.)
Test convergence. , so it converges.
L2·Q2 — Apply the -th Term Test
Decide (with reason) whether converges or diverges.
Recall Solution
WHY reach for the -th Term Test? It answers one cheap question first: do the terms even shrink to ? If they don't, the series can't converge (a necessary condition), and we're done.
Compute the limit of the term. Divide top and bottom by : Since , by the n-th Term Test for Divergence the series diverges.
L2·Q3 — A repeating decimal as a series
Write as a geometric series and find its exact value.
Recall Solution
Set it up as a sum. , so , .
Sum it. : So — repeating decimals are just convergent geometric series in disguise.
Level 3 — Analysis
L3·Q1 — Which values of make it converge?
For which real does converge, and what is the sum there?
Recall Solution
Identify the ratio. This is geometric with and .
Convergence condition. We need , i.e. , i.e. , i.e. Look at Figure 1: the shaded interval is exactly the strip where the ratio stays inside . Outside it the powers don't shrink and has no limit.

Endpoint check (never skip these!):
- : , diverges.
- : bounces , no limit, diverges.
Sum inside the interval. for . (This is a first taste of Power series and radius of convergence.)
L3·Q2 — Finish the telescope from L1·Q2
Evaluate .
Recall Solution
Write out carefully. Line up the two shifted lists:
=\left(1+\tfrac12+\underbrace{\tfrac13+\cdots+\tfrac1N}_{\text{cancels}}\right)-\left(\underbrace{\tfrac13+\cdots+\tfrac1N}_{\text{cancels}}+\tfrac1{N+1}+\tfrac1{N+2}\right).$$ The overlap $\tfrac13+\cdots+\tfrac1N$ appears in both sums and cancels, leaving $$s_N=1+\frac12-\frac1{N+1}-\frac1{N+2}.$$ **Take the limit.** As $N\to\infty$, $\tfrac1{N+1}\to0$ and $\tfrac1{N+2}\to0$: $$S=1+\frac12=\frac32.$$ See [[Telescoping series]] for the general pattern.L3·Q3 — Bounded but divergent
Show that diverges even though its partial sums stay bounded.
Recall Solution
Compute the partial sums. Terms are So for odd and for even .
Look at Figure 2: the running total forever hops between and . It never approaches a single value, so does not exist.

Conclusion. Divergence does not require blowing up to infinity — bouncing between two heights without settling is also divergence. (Consistent with the -th Term Test too: .)
Level 4 — Synthesis
L4·Q1 — Split a mixed series
Determine whether converges, and find its sum if it does.
Recall Solution
WHY may we split it? If two series and both converge, then converges to the sum of the two limits — because the partial sums add: , and the limit of a sum is the sum of the limits.
Piece 1 — geometric. , , : converges to .
Piece 2 — telescoping. : from the parent note this telescopes to .
Combine. Both converge, so the total converges to
L4·Q2 — Diverges when only one piece fails
Does converge?
Recall Solution
Analyse each piece. is geometric with : converges (to ). But is the Harmonic series: diverges.
WHY the whole thing diverges. Write where (bounded) and . A convergent-plus-divergent sum is divergent: if converged, then would be a difference of two convergent sequences, hence convergent — contradicting that diverges. So the series diverges.
(Moral: one bad apple spoils the sum. You can only add limits when both exist.)
Level 5 — Mastery
L5·Q1 — Build and sum a custom telescope
Find a closed form for and the sum of
Recall Solution
Step 1 — partial fractions (WHY: to force a difference that cancels). Solve . Multiply out: . Setting gives ; setting gives . So
Step 2 — partial sum telescopes.
Step 3 — limit. . The series converges to .
L5·Q2 — Reverse-engineer a series from its partial sums
A series has partial sums . (a) Does the series converge, and to what? (b) Find a formula for the term .
Recall Solution
(a) WHY the sum equals . By definition the series' value is the limit of its partial sums. Divide top and bottom by : So it converges to .
(b) Recover the terms. From the parent note, (the running total's jump). For :
=\frac{3N(N+1)-3(N-1)(N+2)}{(N+2)(N+1)}.$$ Expand the numerator: $3(N^2+N)-3(N^2+N-2)=3\cdot 2=6$. Hence $$a_N=\frac{6}{(N+1)(N+2)}\quad(N\ge2).$$ **Check the first term separately:** $a_1=s_1=\dfrac{3\cdot1}{1+2}=1$. And the formula at $N=1$ gives $\dfrac{6}{2\cdot3}=1$ too — so in fact $a_n=\dfrac{6}{(n+1)(n+2)}$ holds for **all** $n\ge1$.L5·Q3 — A convergence with a parameter
For which real does the geometric-looking series converge, and what is the sum?
Recall Solution
Identify . With and first term (at ) , it's geometric.
When does ? Since , we have always (numerator smaller than denominator, both positive). So it converges for every .
Sum. A clean result: the whole series sums to exactly .
Connections
- Parent: 4.3.3 Series
- Geometric series · Telescoping series · Harmonic series
- n-th Term Test for Divergence · p-series and the Integral Test
- Comparison Test · Ratio & Root Tests · Power series and radius of convergence
- Sequences — limits and convergence