We need to find individual terms from their cumulative sums.
We're told that t1+t2+⋯+tn=2n2+9n+13 for every n≥2.
Let's call this sum Sn, so:
Sn=t1+t2+⋯+tn=2n2+9n+13
Here's the key insight: If we know the sum of the first n terms and the sum of the first (n−1) terms, we can find the n-th term by subtraction.
tn=Sn−Sn−1
Let's calculate a few terms:
For n=2: S2=2(22)+9(2)+13=8+18+13=39
For n=3: S3=2(32)+9(3)+13=18+27+13=58
Therefore: t3=S3−S2=58−39=19
For n=4: S4=2(42)+9(4)+13=32+36+13=81
Therefore: t4=S4−S3=81−58=23
For n=5: S5=2(52)+9(5)+13=50+45+13=108
Therefore: t5=S5−S4=108−81=27
We look at the terms we found: t3=19, t4=23, t5=27
The differences are: 23−19=4 and 27−23=4
This means the terms form an arithmetic progression (AP) starting from t3!
An arithmetic progression is a sequence where each term differs from the previous by a constant value (called the common difference).
For an AP with first term a and common difference d, the n-th term is: a+(n−1)d
In our case, starting from t3:
First term: t3=19
Common difference: d=4
For the n-th term where n≥3: tn=19+(n−3)×4
Simplifying: tn=19+4n−12=4n+7
We need to find k such that tk=103.
Since our formula works for n≥3, and 103>19=t3, we know k≥3.
Using our formula: tk=4k+7=103
4k=103−7=96
Therefore: k=24
Let's check: t24=4(24)+7=96+7=103
Answer: k=24