Sequences & Series
Patterns that march in step, multiply, or converge — and the means and sums that tie them together
- The \(n\)th term and sum of an arithmetic and a geometric progression.
- When an infinite geometric series converges, and what it sums to.
- Harmonic progressions, and the three means — AM, GM, HM — with the inequality that orders them.
- To sum an arithmetico-geometric series using the shift-and-subtract trick.
- The power sums \(\sum n,\ \sum n^{2},\ \sum n^{3}\) and how to combine them.
- The method of differences (telescoping) for sums that collapse.
Sequences & Series: The Setup
A sequence is an ordered list of numbers following a rule — formally, a function whose domain is the natural numbers. We write its terms \(a_1,a_2,a_3,\dots\) and call \(a_n\) the general term. A series is what you get when you add the terms of a sequence:
Arithmetic Progressions (AP)
An arithmetic progression adds a constant common difference \(d\) at each step. The terms sit at equal spacings on the number line:
Here \(l=a_n\) is the last term. The second form — half the count times (first + last) — is the famous trick young Gauss used to add \(1+2+\dots+100\) in seconds.
Arithmetic Mean & Inserting Means
The arithmetic mean of \(a\) and \(b\) is \(A=\dfrac{a+b}{2}\) — the single number that sits between them in AP. To insert \(n\) arithmetic means between \(a\) and \(b\), build an AP with \(n+2\) terms:
Geometric Progressions (GP)
A geometric progression multiplies by a constant common ratio \(r\) at each step. Growth (or decay) compounds:
Use the first form when \(r>1\), the second when \(r<1\) — they are identical, just arranged to keep things positive.
Infinite Geometric Series
If the ratio is small enough that terms shrink toward zero, an endless sum can still land on a finite value. The partial sums creep up to a limit:
If \(|r|\ge1\) the terms do not shrink and the series diverges — there is no finite sum. This single formula converts recurring decimals to fractions: \(0.\overline{3}=\tfrac{3/10}{1-1/10}=\tfrac13\).
Geometric Mean & Inserting Means
The geometric mean of two positive numbers is \(G=\sqrt{ab}\). To insert \(n\) geometric means between \(a\) and \(b\), build a GP of \(n+2\) terms:
Harmonic Progressions (HP)
A harmonic progression is a sequence whose reciprocals form an AP. There is no tidy closed form for its sum; instead, you flip to the AP, work there, and flip back.
That value \(\dfrac{2ac}{a+c}\) is the harmonic mean of \(a\) and \(c\). The \(n\)th term of an HP is just the reciprocal of the corresponding AP's \(n\)th term.
The AM–GM–HM Inequality
For two positive numbers the three means are always ordered the same way, and the semicircle below proves it at a glance: build a semicircle on a diameter of length \(a+b\). The radius is the AM, a half-chord is the GM, and a projected segment is the HM.
For two numbers the means also satisfy \(\text{GM}^{2}=\text{AM}\cdot\text{HM}\). The general AM–GM states \(\dfrac{a_1+\dots+a_n}{n}\ge\sqrt[n]{a_1\cdots a_n}\) — one of the most useful inequalities in all of optimisation.
Arithmetico-Geometric Series
Multiply an AP term-by-term with a GP and you get an arithmetico-geometric progression (AGP), with general term \([a+(n-1)d]\,r^{\,n-1}\). To sum it, use the shift-and-subtract trick: write \(S\), multiply by \(r\) to get \(rS\), line them up shifted by one place, and subtract.
The first piece is the GP-style term; the second captures the steadily growing AP factor. For a finite sum, run the same \(S-rS\) subtraction and keep the boundary terms.
Sums of Powers: Σn, Σn², Σn³
Three power sums appear constantly; memorise them and most "find the sum of the series" problems reduce to plugging in.
| Series | Closed form |
|---|---|
| \(\displaystyle\sum_{k=1}^{n}k\) | \(\dfrac{n(n+1)}{2}\) |
| \(\displaystyle\sum_{k=1}^{n}k^{2}\) | \(\dfrac{n(n+1)(2n+1)}{6}\) |
| \(\displaystyle\sum_{k=1}^{n}k^{3}\) | \(\left[\dfrac{n(n+1)}{2}\right]^{2}=\Big(\sum k\Big)^{2}\) |
Method of Differences (Telescoping)
If each term can be written as a difference of consecutive values of some function — \(a_k=f(k)-f(k+1)\) — almost everything cancels and only the boundary survives. This is the method of differences, or telescoping.
When a term is a product of an AP-style chain in the denominator (like \(\tfrac{1}{k(k+1)(k+2)}\)), try partial fractions to split it into a difference. If the pieces line up shifted by one or two places, the sum collapses.
Putting It to Work
Problem. The 7th term of an AP is 34 and the 13th is 64. Find the first term, the common difference, and the sum of the first 20 terms.
Solution. \(a+6d=34\) and \(a+12d=64\). Subtracting: \(6d=30\Rightarrow d=5\), so \(a=34-30=4\). Then
Problem. Find the sum of \(9+3+1+\tfrac13+\cdots\), and express \(0.\overline{45}\) as a fraction.
Solution. The series has \(a=9,\ r=\tfrac13\), so \(S_\infty=\dfrac{9}{1-1/3}=\dfrac{9}{2/3}=\dfrac{27}{2}\). For the decimal, \(0.\overline{45}=\dfrac{45/100}{1-1/100}=\dfrac{45}{99}=\dfrac{5}{11}\).
Problem. For positive \(x\), find the minimum value of \(x+\dfrac{4}{x}\).
Solution. By AM–GM on the two positive terms, \(\dfrac{x+4/x}{2}\ge\sqrt{x\cdot\tfrac4x}=2\), so \(x+\dfrac4x\ge4\). Equality holds when \(x=\tfrac4x\), i.e. \(x=2\). The minimum is 4.
Problem. Find \(S=1+\dfrac{2}{3}+\dfrac{3}{3^{2}}+\dfrac{4}{3^{3}}+\cdots\) to infinity.
Solution. This is an AGP with \(a=1,\ d=1,\ r=\tfrac13\). Using \(S_\infty=\dfrac{a}{1-r}+\dfrac{dr}{(1-r)^2}\):
Problem. Find \(\displaystyle\sum_{k=1}^{n}k(k+2)\).
Solution. Expand and split: \(\sum k(k+2)=\sum k^{2}+2\sum k\). Substitute the standard sums:
Problem. Evaluate \(\displaystyle\sum_{k=1}^{n}\frac{1}{(2k-1)(2k+1)}\).
Solution. Partial fractions: \(\dfrac{1}{(2k-1)(2k+1)}=\dfrac12\left(\dfrac{1}{2k-1}-\dfrac{1}{2k+1}\right)\). The sum telescopes:
Chapter Summary
\(a_n=a+(n-1)d\), \(S_n=\tfrac n2(a+l)\). Three terms in AP iff \(2b=a+c\).
\(a_n=ar^{n-1}\), \(S_n=a\tfrac{r^n-1}{r-1}\); for \(|r|<1\), \(S_\infty=\tfrac{a}{1-r}\). GP iff \(b^2=ac\).
Reciprocals of an AP. \(\text{AM}=\tfrac{a+b}{2}\), \(\text{GM}=\sqrt{ab}\), \(\text{HM}=\tfrac{2ab}{a+b}\).
\(\text{AM}\ge\text{GM}\ge\text{HM}\), equality iff all equal; and \(\text{GM}^2=\text{AM}\cdot\text{HM}\).
Shift-and-subtract for AGPs; \(\sum k,\ \sum k^2,\ \sum k^3\) by standard formulas (and \(\sum k^3=(\sum k)^2\)).
Write \(a_k=f(k)-f(k+1)\) (often via partial fractions); the middle cancels, leaving the endpoints.
Problems
Identify the progression first, then reach for its formula. Difficulty rises down the list.
- How many terms of the AP \(3,7,11,\dots\) add up to 210?
- The sum of the first \(n\) terms of a series is \(S_n=3n^{2}+2n\). Find the \(n\)th term and show the series is an AP.
- Insert three arithmetic means between 7 and 23.
- Find the sum to infinity of \(\dfrac{2}{5}+\dfrac{4}{25}+\dfrac{6}{125}+\cdots\).
- The 3rd term of a GP is 24 and the 6th is 192. Find the GP and the sum of its first 8 terms.
- If \(a,b,c\) are in HP, prove that \(\dfrac{a}{b+c},\ \dfrac{b}{c+a},\ \dfrac{c}{a+b}\) are in HP.
- If the AM of two positive numbers is 10 and their GM is 8, find the numbers.
- Prove that for positive \(a,b,c\), \((a+b+c)\left(\dfrac1a+\dfrac1b+\dfrac1c\right)\ge9\).
- Sum the series \(1\cdot2+2\cdot3+3\cdot4+\cdots\) to \(n\) terms.
- Find \(\displaystyle\sum_{k=1}^{n}\dfrac{1}{k(k+1)(k+2)}\) using partial fractions.
- Sum the AGP \(1+3x+5x^{2}+7x^{3}+\cdots\) to \(n\) terms \((x\neq1)\).
- If \(a,b,c\) are in AP, \(b,c,d\) in GP, and \(c,d,e\) in HP, show that \(a,c,e\) are in GP.