1.3 Summation of series
- Syllabus
- 9231–2028–2029
- Topic
- 1.3
- Level
- AS
\sum_{r=1}^{n}r=\frac{n(n+1)}2,\qquad \sum_{r=1}^{n}r^2=\frac{n(n+1)(2n+1)}6,\qquad \sum_{r=1}^{n}r^3=\left[\frac{n(n+1)}2\right]^2.
Expand and collect the general term as ar3+br2+cr+d. Use sigma linearity, replace each power sum by its standard result, and remember ∑r=1nd=dn. Factor or simplify only after all four contributions are present.
\sum_{r=1}^{n}(2r-3)(r+4)=\sum_{r=1}^{n}(2r^2+5r-12)=\frac{n(n+1)(2n+1)}3+\frac{5n(n+1)}2-12n=\frac{n(4n^2+21n-55)}6.
If the lower limit is not 1, adjust it explicitly: for example, ∑r=3ng(r)=∑r=1ng(r)−g(1)−g(2). If the upper limit is a number, substitute it only after obtaining the correct finite formula.
The required standard results are for r, r2 and r3, not the geometric-series formula. Never square or cube ∑r to obtain ∑r2 or ∑r3; only the displayed identities are valid.
Rewrite the general term as ur−ur+k (or the reverse), often by partial fractions. Write at least the first k+1 terms and the last k+1 terms. Cancel identical interior terms with their signs visible. What remains is determined by the initial and final boundaries, not by a guessed pattern.
\frac1{(r+1)(r+3)}=\frac12\left(\frac1{r+1}-\frac1{r+3}\right).
\sum_{r=1}^{n}\frac1{(r+1)(r+3)}=\frac12\left(\frac12+\frac13-\frac1{n+2}-\frac1{n+3}\right).Theshiftis2,sotwoinitialandtwofinalfractionssurvive.
Check the formula at n=1: the right side must equal 1/(2⋅4)=1/8. This catches an incorrect final index or a missing boundary term. If a denominator is zero at an index, the original sum is undefined there; do not telescope across that index.
Cancellation happens only between equal terms with opposite signs after the sum is expanded. A lag-one example leaves one term at each end, but a lag-k difference generally leaves k terms at each end.
For $S_n=\sum_{r=1}^{n}a_r$, the infinite series converges to $L$ exactly when\lim_{n\to\infty}S_n=Lexists and is finite. Then $\sum_{r=1}^{\infty}a_r=L$.
FromthefiniteresultS_n=\frac12\left(\frac12+\frac13-\frac1{n+2}-\frac1{n+3}\right),bothfinalfractionstendto0,so\sum_{r=1}^{\infty}\frac1{(r+1)(r+3)}=\frac12\left(\frac12+\frac13\right)=\frac5{12}.
If Sn contains a parameter power such as xn, first find the values of x for which every n-dependent part has a limit. Usually xn→0 for ∣x∣<1; test x=1 and x=−1 separately in the exact Sn, because a cancellation may make an endpoint converge even when the generic rule does not.
Convergence forces an=Sn−Sn−1→0, but an→0 alone does not prove that Sn settles. The required argument here is direct: derive Sn, take its limit, state the parameter conditions, and only then give the sum to infinity.