Key Concepts and Formulas
- Method of Differences: Applicable to series where the differences between consecutive terms, or the differences of these differences, form an AP. If the second differences are constant, the n-th term (Tn) is a quadratic in n.
- Summation of Powers:
- ∑k=1nk=2n(n+1)
- ∑k=1nk2=6n(n+1)(2n+1)
- Sum of a Series: If Tn=An2+Bn+C, then Sn=∑k=1nTk will be a cubic polynomial in n.
Step-by-Step Solution
Step 1: Determine the General Term (Tn) of the Series
We are given the series Sn=4+11+21+34+50+…. Let the n-th term be Tn.
The first few terms are:
T1=4
T2=11
T3=21
T4=34
T5=50
We find the first differences between consecutive terms:
T2−T1=11−4=7
T3−T2=21−11=10
T4−T3=34−21=13
T5−T4=50−34=16
The sequence of first differences is 7,10,13,16,….
Now, we find the second differences:
10−7=3
13−10=3
16−13=3
Since the second differences are constant (equal to 3), the first differences form an Arithmetic Progression (AP), and the general term Tn is a quadratic polynomial of the form Tn=An2+Bn+C.
We use the first three terms to set up equations for A,B,C:
For n=1: A(1)2+B(1)+C=A+B+C=4…(1)
For n=2: A(2)2+B(2)+C=4A+2B+C=11…(2)
For n=3: A(3)2+B(3)+C=9A+3B+C=21…(3)
Subtracting (1) from (2):
(4A+2B+C)−(A+B+C)=11−4⟹3A+B=7…(4)
Subtracting (2) from (3):
(9A+3B+C)−(4A+2B+C)=21−11⟹5A+B=10…(5)
Subtracting (4) from (5):
(5A+B)−(3A+B)=10−7⟹2A=3⟹A=23
Substitute A=23 into (4):
3(23)+B=7⟹29+B=7⟹B=7−29=214−9=25
Substitute A=23 and B=25 into (1):
23+25+C=4⟹28+C=4⟹4+C=4⟹C=0
So, the general term is Tn=23n2+25n=2n(3n+5).
Step 2: Find the Sum of the Series (Sn)
The sum Sn is the sum of the first n terms:
Sn=∑k=1nTk=∑k=1n(23k2+25k)
We can split the summation and factor out constants:
Sn=23∑k=1nk2+25∑k=1nk
Using the standard summation formulas:
Sn=23(6n(n+1)(2n+1))+25(2n(n+1))
Sn=4n(n+1)(2n+1)+45n(n+1)
Factor out the common term 4n(n+1):
Sn=4n(n+1)((2n+1)+5)
Sn=4n(n+1)(2n+6)
Sn=4n(n+1)⋅2(n+3)
Sn=2n(n+1)(n+3)
Step 3: Calculate S29−S9
We need to calculate S29 and S9 using the formula Sn=2n(n+1)(n+3).
For n=29:
S29=229(29+1)(29+3)=229×30×32
S29=29×15×32=29×480
S29=13920
For n=9:
S9=29(9+1)(9+3)=29×10×12
S9=9×5×12=9×60
S9=540
Now, we find the difference:
S29−S9=13920−540=13380
Step 4: Calculate the Final Expression
We are asked to find 601(S29−S9).
601(S29−S9)=601(13380)
6013380=61338
Performing the division:
1338÷6=223
The value of 601(S29−S9) is 223.
Common Mistakes & Tips
- Arithmetic Errors: Be extremely careful with calculations, especially multiplications and subtractions involving larger numbers.
- Incorrect General Term: Ensure that the method of differences is applied correctly and that the derived Tn matches the initial terms of the series.
- Formula Application: Double-check the standard summation formulas for k and k2.
Summary
This problem required identifying the pattern in the series using the method of differences to find the general term Tn. Since the second differences were constant, Tn was a quadratic in n. We then used the standard formulas for the sum of powers of integers to derive the sum of the series Sn. Finally, we substituted the required values of n into the formula for Sn, calculated the difference S29−S9, and then divided by 60 to obtain the final answer.
The final answer is 223.