Key Concepts and Formulas
- Method of Differences: If the first differences of a series do not form an AP or GP, but the second differences are constant, the general term (Tn) of the series is a quadratic polynomial of the form Tn=an2+bn+c.
- Summation Formulas:
- ∑n=1N1=N
- ∑n=1Nn=2N(N+1)
- ∑n=1Nn2=6N(N+1)(2N+1)
- Linearity of Summation: ∑n=1N(c1f(n)+c2g(n))=c1∑n=1Nf(n)+c2∑n=1Ng(n)
Step-by-Step Solution
Step 1: Determine the General Term (Tn) of the Series
We are given the series 5+11+19+29+41+…. To find the general term, we will use the method of differences.
First, let's list the terms of the series and calculate the differences between consecutive terms.
The terms are: T1=5,T2=11,T3=19,T4=29,T5=41.
Calculate the first differences:
D1=T2−T1=11−5=6
D2=T3−T2=19−11=8
D3=T4−T3=29−19=10
D4=T5−T4=41−29=12
The sequence of first differences is 6,8,10,12,….
Now, calculate the second differences (differences between consecutive first differences):
D1′=D2−D1=8−6=2
D2′=D3−D2=10−8=2
D3′=D4−D3=12−10=2
The sequence of second differences is 2,2,2,…. Since the second differences are constant, the general term (Tn) of the series is a quadratic polynomial of the form Tn=an2+bn+c.
We can find the coefficients a,b,c by setting up a system of equations using the first three terms of the series:
For n=1: T1=a(1)2+b(1)+c=a+b+c=5…(1)
For n=2: T2=a(2)2+b(2)+c=4a+2b+c=11…(2)
For n=3: T3=a(3)2+b(3)+c=9a+3b+c=19…(3)
Subtract equation (1) from equation (2):
(4a+2b+c)−(a+b+c)=11−5
3a+b=6…(4)
Subtract equation (2) from equation (3):
(9a+3b+c)−(4a+2b+c)=19−11
5a+b=8…(5)
Subtract equation (4) from equation (5):
(5a+b)−(3a+b)=8−6
2a=2
a=1
Substitute a=1 into equation (4):
3(1)+b=6
3+b=6
b=3
Substitute a=1 and b=3 into equation (1):
1+3+c=5
4+c=5
c=1
Therefore, the general term of the series is Tn=n2+3n+1.
We can verify this formula with the given terms:
T1=12+3(1)+1=1+3+1=5
T2=22+3(2)+1=4+6+1=11
T3=32+3(3)+1=9+9+1=19
The formula is correct.
Step 2: Calculate the Sum of the First 20 Terms (S20)
The sum of the first N terms of the series is given by SN=∑n=1NTn.
Substituting the general term Tn=n2+3n+1, we get:
SN=∑n=1N(n2+3n+1)
Using the linearity of summation, we can split this into three separate summations:
SN=∑n=1Nn2+3∑n=1Nn+∑n=1N1
Now, we apply the standard summation formulas:
∑n=1Nn2=6N(N+1)(2N+1)
∑n=1Nn=2N(N+1)
∑n=1N1=N
Substitute these formulas into the expression for SN:
SN=6N(N+1)(2N+1)+3(2N(N+1))+N
We need to find the sum of the first 20 terms, so we set N=20:
S20=620(20+1)(2⋅20+1)+3(220(20+1))+20
S20=620(21)(41)+3(220(21))+20
Now, we calculate each part:
- The first term:
620⋅21⋅41=6420⋅41=70⋅41=2870
- The second term:
3⋅220⋅21=3⋅(10⋅21)=3⋅210=630
- The third term:
20
Add these values together to find S20:
S20=2870+630+20
S20=3500+20
S20=3520
Common Mistakes & Tips
- Accuracy in Differences: Errors in calculating the first or second differences will lead to an incorrect general term (Tn). Always double-check these calculations.
- Correct Summation Formulas: Ensure you are using the correct standard formulas for the sum of the first N integers and the sum of the first N squares.
- Algebraic Simplification: Be meticulous when substituting N into the sum formula and performing the arithmetic. Factoring common terms before substitution can sometimes reduce errors, but direct calculation is also valid if done carefully.
Summary
The given series is not an arithmetic or geometric progression. By applying the method of differences, we found that the second differences are constant, indicating that the general term Tn is a quadratic polynomial. We determined Tn=n2+3n+1. To find the sum of the first 20 terms, S20, we used the linearity of summation and the standard formulas for ∑n2, ∑n, and ∑1. Substituting N=20 into the derived sum formula, we calculated S20 to be 3520.
The final answer is \boxed{3520}, which corresponds to option (D).