Key Concepts and Formulas
- Method of Differences: For a sequence where the differences between consecutive terms form a simpler sequence, this method helps determine the general term. If the second differences are constant, the general term is a quadratic polynomial of the form Tr=Ar2+Br+C.
- Summation Formulas:
- Sum of first n natural numbers: ∑r=1nr=2n(n+1)
- Sum of squares of first n natural numbers: ∑r=1nr2=6n(n+1)(2n+1)
- Sum of a constant: ∑r=1nc=nc
- Linearity of Summation: ∑r=1n(a⋅f(r)+b⋅g(r))=a∑r=1nf(r)+b∑r=1ng(r)
Step-by-Step Solution
Step 1: Analyze the Sequence and Find the General Term (Tr)
The given series is S=1+3+11+25+45+71+…. To find the sum, we first need to determine the general term Tr. We examine the differences between consecutive terms:
Terms: 1,3,11,25,45,71,…
First Differences: 3−1=2,11−3=8,25−11=14,45−25=20,71−45=26,…
Second Differences: 8−2=6,14−8=6,20−14=6,26−20=6,…
Since the second differences are constant (equal to 6), the general term Tr is a quadratic in r, i.e., Tr=Ar2+Br+C.
We can relate the coefficients A,B,C to the terms and differences. For a quadratic sequence Tr=Ar2+Br+C:
The first term (r=1) is T1=A+B+C.
The first difference between T1 and T2 is T2−T1=(4A+2B+C)−(A+B+C)=3A+B.
The second difference is (T3−T2)−(T2−T1)=(5A+B)−(3A+B)=2A.
From our sequence:
T1=1
First difference for r=1 (i.e., T2−T1) is 2.
Second difference is 6.
Equating these with the general formulas:
2A=6⟹A=3.
3A+B=2⟹3(3)+B=2⟹9+B=2⟹B=−7.
A+B+C=1⟹3+(−7)+C=1⟹−4+C=1⟹C=5.
Therefore, the general term is Tr=3r2−7r+5.
Let's verify for r=1,2,3:
T1=3(1)2−7(1)+5=3−7+5=1 (Correct)
T2=3(2)2−7(2)+5=12−14+5=3 (Correct)
T3=3(3)2−7(3)+5=27−21+5=11 (Correct)
Step 2: Calculate the Sum of the Series up to 20 Terms
We need to find S20=∑r=120Tr.
S20=∑r=120(3r2−7r+5)
Using the linearity of summation:
S20=3∑r=120r2−7∑r=120r+5∑r=1201
Now, we apply the standard summation formulas with n=20:
- ∑r=120r2=620(20+1)(2⋅20+1)=620⋅21⋅41=6420⋅41=70⋅41=2870.
- ∑r=120r=220(20+1)=220⋅21=10⋅21=210.
- ∑r=1201=20.
Substitute these values back into the expression for S20:
S20=3(2870)−7(210)+5(20)
S20=8610−1470+100
S20=7140+100
S20=7240
Common Mistakes & Tips
- Incorrectly identifying the type of sequence: Always start by calculating differences to determine if the sequence is arithmetic, geometric, quadratic, etc.
- Errors in solving for coefficients: Carefully solve the system of linear equations for A,B,C. A quick check of the general term with the first few terms is highly recommended.
- Calculation errors in summation formulas: Ensure you correctly substitute n into the summation formulas and perform the arithmetic accurately.
Summary
The given series has a general term that is a quadratic in r, determined by analyzing the differences between consecutive terms. After finding the general term Tr=3r2−7r+5, the sum of the series up to 20 terms was calculated by applying standard summation formulas for powers of r and using the linearity property of summation. The computed sum is 7240.
The final answer is 7240.