Question 19 and 20, Exercise 4.7

Solutions of Question 19 and 20 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: 13+33+53+

Solution.

Rough Work

Take 1+3+5+.
This is A.P with kth term ak=1+(k1)(2)=1+2k2=2k1.
Now consider this to make kth term of given series by just taking square.

Consider Tk represents the kth term of the sereies, then Tk=(2k1)3=(2k)3+3(2k)2(1)+3(2k)(1)2+(1)3=8k312k2+6k+1

Taking summation, we have FIXME nk=1Tk=nk=1(8k312k2+6k+1)=2nk=1knk=11=2(n(n+1)2)n=n(n+1)=n=n2

Thus, the sum of the series is nk=1Tk=n2. FIXME

Sum the series up to n term: 2+5+10+17+ to n terms.

Solution.

Given: 2+5+10+17=(12+1)+(22+1)+(32+1)+(42+1)+

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

Taking summation, we have nk=1Tk=nk=1(k2+1)=nk=1k2+nk=11=n(n+1)(2n+1)6+n=n6((n+1)(2n+1)+6)=n6(2n2+2n+n+1+6)=n6(2n2+3n+7)

Thus, the sum of the series is nk=1Tk=n6(2n2+3n+7). GOOD