Analyzing the Hidden Pattern
Welcome, fellow traveler on the path to JEE mastery. Today, we are going to dissect a sequence that, at first glance, seems to defy the standard rules of Arithmetic or Geometric Progressions.
Look at the series: 5,8,14,23,35,50,…. It is not an A.P., because the difference between 8 and 5 is 3, while the difference between 14 and 8 is 6. It is not a G.P. either.
Let us look at the differences between consecutive terms: 8−5=3, 14−8=6, 23−14=9, 35−23=12, and 50−35=15. The differences are 3,6,9,12,15,….
These differences form a perfect Arithmetic Progression with a first term a=3 and a common difference d=3. We have identified a sequence of the second order, and we have the perfect tool to solve it: the Method of Differences.
The Method of Differences
A Mathematical Dance
To find the general term an, we employ a beautiful algebraic technique. We write the sum of the series up to n terms as S=a1+a2+⋯+an.
Then, we write the same sum again, but shifted by one position: S=a1+a2+⋯+an−1+an. When we subtract the second equation from the first, the terms align in a way that creates a telescoping effect.
The left side becomes zero, and on the right, we are left with the first term a1 plus the sum of all the differences. Specifically:
an=a1+k=1∑n−1(differencek)
Remember, because we are looking for the nth term, we only sum the first n−1 differences. This is a critical detail where many students stumble, so keep it locked in your memory!
Deriving the General Term
Now, let us do the heavy lifting. We know a1=5. The differences form an A.P. where the kth difference is 3k.
So, an=5+∑k=1n−13k. Using the sum formula for an A.P., we have:
Thus, an=5+23n(n−1). Simplifying this, we get:
an=210+3n2−3n=21(3n2−3n+10)
This is the engine of our problem. For a40, we simply plug in n=40:
a40=21(3(40)2−3(40)+10)=21(4800−120+10)=2345
The Grand Summation: S30
The final phase of our journey is to find S30, the sum of the first 30 terms. We apply the summation operator to our general term:
S30=n=1∑3021(3n2−3n+10)
By the linearity of summation, this becomes:
S30=21[3n=1∑30n2−3n=1∑30n+n=1∑3010]
We use our standard formulas: ∑n2=6n(n+1)(2n+1) and ∑n=2n(n+1). For n=30:
n=1∑30n2=630×31×61=9455,n=1∑30n=230×31=465
Substituting these back:
S30=21[3(9455)−3(465)+300]=21[28365−1395+300]=13635
The Final Victory
We have reached the summit. The question asks for S30−a40.
We have S30=13635 and a40=2345. Subtracting them gives:
We have navigated the pattern, derived the general term, performed the summation, and arrived at the answer. The final result is 11290.