Question 21 and 22, Exercise 4.7

Solutions of Question 21 and 22 of Exercise 4.7 of Unit 04: Sequence and Series. This is unit of Model Textbook of Mathematics for Class XI published by National Book Foundation (NBF) as Federal Textbook Board, Islamabad, Pakistan.

Sum the series up to n term: 1×4+2×7+3×10+

Solution.

Rough Work

Take 4+7+10+
This is A.P with kth term ak=4+(k1)(3)=4+3k3=3k+1.
Also kth term of 1+2+3+... is k. So we have required kth term k(3k+1).

Consider Tk represents the kth term of the sereies, then Tk=k(3k+1)=3k2+k.

Taking summation, we have nk=1Tk=nk=1(3k2+k)=3nk=1k2+nk=1k=3(n(n+1)(2n+1)6)+n(n+1)2=n(n+1)2(2n+1+1)=n(n+1)2(2n+2)=2n(n+1)2(n+1)=n(n+1)2

Thus, the sum of the series is nk=1Tk=n(n+1)2. GOOD m(

Sum the series up to n term: 1×3×5+3×5×7+5×7×9+ to n term.

Solution.

Rough Work

Take 1+3+5+.
This is A.P with kth term ak=1+(k1)(2)=1+2k2=2k1.
Take 3+5+7+.
This is A.P with kth term ak=3+(k1)(2)=3+2k2=2k+1.
Take 5+7+9+.
This is A.P with kth term ak=5+(k1)(2)=5+2k2=2k+3.
Thus required kth term is (2k1)(2k+1)(2k+3).

Consider Tk represents the kth term of the sereies, then Tk=(2k1)(2k+1)(2k+3)=(4k21)(2k+3)=8k3+12k22k3

Taking summation, we have nk=1Tk=nk=1(8k3+12k22k3)=8nk=1k3+12nk=1k22nk=1k3nk=11=8(n(n+1)2)3+12(n(n+1)(2n+1)6)2(n(n+1)2)3n=(n(n+1))3+2(n(n+1)(2n+1))(n(n+1))3n=n[(n2(n3+3n2+3n+1))+2(2n2+3n+1)((n+1))3]=n[n5+3n4+3n3+n2+4n2+6n+2n13]=n[n5+3n4+3n3+5n2+5n2]=n(n+2)(n4+n3+n2+3n1)FIXME

Thus, the sum of the series is nk=1Tk=n(n+2)(n4+n3+n2+3n1).