Theory of EquationsmediumFree

Telescoping Recurrence a(n) - a(n-1) = n^2 with a(k) = 205 | JEE Advanced

JEE Maths question with a full step-by-step solution.

Question
Let a1,a2,,ana_1, a_2, \ldots, a_n be a sequence such that a1=2a_1 = 2 and
anan1=n2 n2.a_n - a_{n-1} = n^{2} \quad \forall\ n \ge 2 .
If ak=205a_k = 205, then kk is equal to
A55
B88correct
C1111
D1515
Solution
Step 1: Write the recurrence out for every index from 22 up to kk.
a2a1=22,a3a2=32,,akak1=k2.a_2 - a_1 = 2^{2}, \quad a_3 - a_2 = 3^{2}, \quad \ldots, \quad a_k - a_{k-1} = k^{2} .
Step 2: Add all these equations. Everything on the left cancels in pairs except the ends (a telescoping sum):
aka1=22+32++k2.a_k - a_1 = 2^{2} + 3^{2} + \cdots + k^{2} .
Step 3: Complete the square-sum by putting back the missing 121^{2}:
aka1=(12+22++k2)1.a_k - a_1 = \left(1^{2}+2^{2}+\cdots+k^{2}\right) - 1 .
Step 4: Substitute a1=2a_1 = 2 and use the standard formula i=1ki2=k(k+1)(2k+1)6\sum_{i=1}^{k} i^{2} = \dfrac{k(k+1)(2k+1)}{6}:
ak=2+k(k+1)(2k+1)61=1+k(k+1)(2k+1)6.a_k = 2 + \frac{k(k+1)(2k+1)}{6} - 1 = 1 + \frac{k(k+1)(2k+1)}{6} .
Step 5: Set ak=205a_k = 205.
1+k(k+1)(2k+1)6=205    k(k+1)(2k+1)6=204    k(k+1)(2k+1)=1224.1 + \frac{k(k+1)(2k+1)}{6} = 205 \implies \frac{k(k+1)(2k+1)}{6} = 204 \implies k(k+1)(2k+1) = 1224 .
Step 6: Solve by trying the given options. Since k(k+1)(2k+1)k(k+1)(2k+1) grows fast, test k=8k = 8:
8×9×17=1224.8 \times 9 \times 17 = 1224 .
Step 7: Check by direct substitution: a8=1+12246=1+204=205a_8 = 1 + \dfrac{1224}{6} = 1 + 204 = 205. Correct. Answer: (2).
Still stuck on this question?Ask your doubt on WhatsApp
Similar questions

Solve more, learn faster

Sign up free to solve more JEE Maths questions and explore doMath — timed drills, mastery sprints, bookmarks, and chapter-wise progress tracking.