This question typically involves evaluating series using standard summation formulas or working with arithmetic-geometric sequences.
Sum of first n natural numbers:
∑k=1nk=2n(n+1)
Sum of squares of first n natural numbers:
∑k=1nk2=6n(n+1)(2n+1)
Sum of cubes of first n natural numbers:
∑k=1nk3=[2n(n+1)]2
Arithmetic-Geometric Series:
A series of the form a+(a+d)r+(a+2d)r2+⋯ is called an arithmetic-geometric series.
- General term: Tn=[a+(n−1)d]rn−1
- Sum to n terms is found using the subtraction method (multiply by r and subtract).
- Sum to infinity (when ∣r∣<1):
S∞=1−ra+(1−r)2dr
To evaluate a series using sigma notation:
- Identify whether the series is a pure summation (∑n, ∑n², ∑n³) or an arithmetic-geometric type.
- Apply the appropriate closed-form formula.
- Substitute the value of n and simplify.
Example: Evaluate k=1∑n(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