Exercise 4.4 — Question 8
Find the sum of the series using sigma notation and standard summation formulas:
∑r=1nr(r+1)(r+2)
Expand the general term Tr=r(r+1)(r+2):
Tr=r(r2+3r+2)=r3+3r2+2r
Now sum both sides from r=1 to n:
Sn=∑r=1nTr=∑r=1nr3+3∑r=1nr2+2∑r=1nr
Apply the standard summation formulas:
| Formula | Closed Form |
|---|
| r=1∑nr | 2n(n+1) |
| r=1∑nr2 | 6n(n+1)(2n+1) |
| r=1∑nr3 | [2n(n+1)]2 |
Substituting:
Sn=[2n(n+1)]2+3⋅6n(n+1)(2n+1)+2⋅2n(n+1)
Sn=4n2(n+1)2+2n(n+1)(2n+1)+n(n+1)
Factor out 4n(n+1):
Sn=4n(n+1)[n(n+1)+2(2n+1)+4]
Sn=4n(n+1)[n2+n+4n+2+4]
Sn=4n(n+1)[n2+5n+6]
Sn=4n(n+1)(n+2)(n+3)
∑r=1nr=2n(n+1)
∑r=1nr2=6n(n+1)(2n+1)
∑r=1nr3=4n2(n+1)2