Key Concepts and Formulas
- Method of Differences: If the first differences of a sequence are in an arithmetic progression, the general term is a quadratic in n.
- Summation Formulas:
- ∑k=1nk=2n(n+1)
- ∑k=1nk2=6n(n+1)(2n+1)
Step-by-Step Solution
Step 1: Find the general term an of the series.
We are given the series 5,8,14,23,35,50,….
Let's find the differences between consecutive terms:
First differences: 8−5=3, 14−8=6, 23−14=9, 35−23=12, 50−35=15.
The first differences are 3,6,9,12,15,…. This is an arithmetic progression with a common difference of 3.
Since the first differences form an AP, the general term an is a quadratic in n, i.e., an=An2+Bn+C.
We use the first three terms to find the coefficients A,B,C:
For n=1: a1=A(1)2+B(1)+C=A+B+C=5 (Equation 1)
For n=2: a2=A(2)2+B(2)+C=4A+2B+C=8 (Equation 2)
For n=3: a3=A(3)2+B(3)+C=9A+3B+C=14 (Equation 3)
Subtracting Equation 1 from Equation 2:
(4A+2B+C)−(A+B+C)=8−5⇒3A+B=3 (Equation 4)
Subtracting Equation 2 from Equation 3:
(9A+3B+C)−(4A+2B+C)=14−8⇒5A+B=6 (Equation 5)
Subtracting Equation 4 from Equation 5:
(5A+B)−(3A+B)=6−3⇒2A=3⇒A=23.
Substitute A=23 into Equation 4:
3(23)+B=3⇒29+B=3⇒B=3−29=26−9=−23.
Substitute A=23 and B=−23 into Equation 1:
23−23+C=5⇒C=5.
Thus, the general term is an=23n2−23n+5=23n2−3n+10.
Step 2: Calculate a40.
Substitute n=40 into the general term an:
a40=23(40)2−3(40)+10=23(1600)−120+10=24800−120+10=24690=2345
Step 3: Calculate S30.
S30=∑k=130ak.
We have ak=23k2−3k+10.
S30=∑k=13023k2−3k+10=21∑k=130(3k2−3k+10)
S30=21(3∑k=130k2−3∑k=130k+∑k=13010)
Using the summation formulas:
∑k=130k=230(30+1)=230×31=15×31=465.
∑k=130k2=630(30+1)(2×30+1)=630×31×61=5×31×61=155×61=9455.
∑k=13010=10×30=300.
Substitute these values back into the expression for S30:
S30=21(3×9455−3×465+300)
S30=21(28365−1395+300)
S30=21(26970+300)
S30=21(27270)=13635
Step 4: Calculate S30−a40.
S30−a40=13635−2345=11290
Common Mistakes & Tips
- Arithmetic Errors: Double-check all calculations, especially when dealing with large numbers and fractions. A single mistake can lead to an incorrect final answer.
- Formula Application: Ensure the correct summation formulas for ∑k and ∑k2 are used and applied with the correct upper limit n.
- General Term Derivation: Be meticulous when solving for the coefficients A,B,C of the quadratic general term. Errors here will propagate.
Summary
We first determined the general term an of the given series by analyzing the differences between consecutive terms. Since the second differences were constant, we identified an as a quadratic in n and solved for its coefficients. Subsequently, we calculated the specific term a40 by substituting n=40 into the general term. We then computed the sum of the first 30 terms, S30, using the standard summation formulas for powers of n. Finally, we subtracted a40 from S30 to obtain the required value.
The final answer is 11290.