Exercise 4.7 — Question 6
Before solving, recall the three standard summation formulas:
∑k=1nk=2n(n+1)
∑k=1nk2=6n(n+1)(2n+1)
∑k=1nk3=[2n(n+1)]2
Find the sum of the series: k=1∑n(2k3−k2+3k−1)
Split the summation using linearity:
S=2∑k=1nk3−∑k=1nk2+3∑k=1nk−∑k=1n1
Substitute the standard formulas:
S=2[2n(n+1)]2−6n(n+1)(2n+1)+3⋅2n(n+1)−n
Simplify each term:
S=2n2(n+1)2−6n(n+1)(2n+1)+23n(n+1)−n
Factor out n from all terms:
S=n[2n(n+1)2−6(n+1)(2n+1)+23(n+1)−1]
Take LCM = 6 inside the bracket:
S=6n[3n(n+1)2−(n+1)(2n+1)+9(n+1)−6]
Expand and collect:
=6n[3n(n2+2n+1)−(2n2+3n+1)+9n+9−6]
=6n[3n3+6n2+3n−2n2−3n−1+9n+9−6]
=6n[3n3+4n2+9n+2]
S=6n(3n3+4n2+9n+2)
Direct: 2(1)3−(1)2+3(1)−1=2−1+3−1=3
Formula: 61(3+4+9+2)=618=3 ✓