This question involves evaluating series using the standard summation formulas for natural numbers, their squares, and their cubes.
∑k=1nk=2n(n+1)
∑k=1nk2=6n(n+1)(2n+1)
∑k=1nk3=[2n(n+1)]2
Note: The sum of cubes equals the square of the sum of natural numbers: ∑k3=(∑k)2.
Evaluate k=1∑n(2k2+3k+1).
Solution:
∑k=1n(2k2+3k+1)=2∑k=1nk2+3∑k=1nk+∑k=1n1
=2⋅6n(n+1)(2n+1)+3⋅2n(n+1)+n
=3n(n+1)(2n+1)+23n(n+1)+n
Take n as common factor and simplify over a common denominator of 6:
=6n[2(n+1)(2n+1)+9(n+1)+6]
=6n[2(2n2+3n+1)+9n+9+6]
=6n[4n2+6n+2+9n+15]
=6n(4n2+15n+17)
- Expand the general term Tk algebraically.
- Split the sigma over each term using linearity: ∑(af(k)+bg(k))=a∑f(k)+b∑g(k).
- Substitute the appropriate formula (∑k, ∑k2, or ∑k3).
- Simplify by factoring out n and combining fractions.