Skip to main content
Back to Sequences & Series
JEE Main 2022
Sequences & Series
Sequences and Series
Hard

Question

If Sn=4+11+21+34+50+\mathrm{S}_{n}=4+11+21+34+50+\ldots to nn terms, then 160( S29S9)\frac{1}{60}\left(\mathrm{~S}_{29}-\mathrm{S}_{9}\right) is equal to :

Options

Solution

Key Concepts and Formulas

  • Method of Differences: Applicable to series where the differences between consecutive terms, or the differences of these differences, form an AP. If the second differences are constant, the nn-th term (TnT_n) is a quadratic in nn.
  • Summation of Powers:
    • k=1nk=n(n+1)2\sum_{k=1}^n k = \frac{n(n+1)}{2}
    • k=1nk2=n(n+1)(2n+1)6\sum_{k=1}^n k^2 = \frac{n(n+1)(2n+1)}{6}
  • Sum of a Series: If Tn=An2+Bn+CT_n = An^2 + Bn + C, then Sn=k=1nTkS_n = \sum_{k=1}^n T_k will be a cubic polynomial in nn.

Step-by-Step Solution

Step 1: Determine the General Term (TnT_n) of the Series

We are given the series Sn=4+11+21+34+50+S_n = 4 + 11 + 21 + 34 + 50 + \ldots. Let the nn-th term be TnT_n. The first few terms are: T1=4T_1 = 4 T2=11T_2 = 11 T3=21T_3 = 21 T4=34T_4 = 34 T5=50T_5 = 50

We find the first differences between consecutive terms: T2T1=114=7T_2 - T_1 = 11 - 4 = 7 T3T2=2111=10T_3 - T_2 = 21 - 11 = 10 T4T3=3421=13T_4 - T_3 = 34 - 21 = 13 T5T4=5034=16T_5 - T_4 = 50 - 34 = 16 The sequence of first differences is 7,10,13,16,7, 10, 13, 16, \ldots.

Now, we find the second differences: 107=310 - 7 = 3 1310=313 - 10 = 3 1613=316 - 13 = 3 Since the second differences are constant (equal to 3), the first differences form an Arithmetic Progression (AP), and the general term TnT_n is a quadratic polynomial of the form Tn=An2+Bn+CT_n = An^2 + Bn + C.

We use the first three terms to set up equations for A,B,CA, B, C: For n=1n=1: A(1)2+B(1)+C=A+B+C=4(1)A(1)^2 + B(1) + C = A+B+C = 4 \quad \ldots (1) For n=2n=2: A(2)2+B(2)+C=4A+2B+C=11(2)A(2)^2 + B(2) + C = 4A+2B+C = 11 \quad \ldots (2) For n=3n=3: A(3)2+B(3)+C=9A+3B+C=21(3)A(3)^2 + B(3) + C = 9A+3B+C = 21 \quad \ldots (3)

Subtracting (1) from (2): (4A+2B+C)(A+B+C)=114    3A+B=7(4)(4A+2B+C) - (A+B+C) = 11 - 4 \implies 3A+B = 7 \quad \ldots (4)

Subtracting (2) from (3): (9A+3B+C)(4A+2B+C)=2111    5A+B=10(5)(9A+3B+C) - (4A+2B+C) = 21 - 11 \implies 5A+B = 10 \quad \ldots (5)

Subtracting (4) from (5): (5A+B)(3A+B)=107    2A=3    A=32(5A+B) - (3A+B) = 10 - 7 \implies 2A = 3 \implies A = \frac{3}{2}

Substitute A=32A = \frac{3}{2} into (4): 3(32)+B=7    92+B=7    B=792=1492=523\left(\frac{3}{2}\right) + B = 7 \implies \frac{9}{2} + B = 7 \implies B = 7 - \frac{9}{2} = \frac{14-9}{2} = \frac{5}{2}

Substitute A=32A = \frac{3}{2} and B=52B = \frac{5}{2} into (1): 32+52+C=4    82+C=4    4+C=4    C=0\frac{3}{2} + \frac{5}{2} + C = 4 \implies \frac{8}{2} + C = 4 \implies 4 + C = 4 \implies C = 0

So, the general term is Tn=32n2+52n=n(3n+5)2T_n = \frac{3}{2}n^2 + \frac{5}{2}n = \frac{n(3n+5)}{2}.

Step 2: Find the Sum of the Series (SnS_n)

The sum SnS_n is the sum of the first nn terms: Sn=k=1nTk=k=1n(32k2+52k)S_n = \sum_{k=1}^n T_k = \sum_{k=1}^n \left(\frac{3}{2}k^2 + \frac{5}{2}k\right) We can split the summation and factor out constants: Sn=32k=1nk2+52k=1nkS_n = \frac{3}{2}\sum_{k=1}^n k^2 + \frac{5}{2}\sum_{k=1}^n k

Using the standard summation formulas: Sn=32(n(n+1)(2n+1)6)+52(n(n+1)2)S_n = \frac{3}{2}\left(\frac{n(n+1)(2n+1)}{6}\right) + \frac{5}{2}\left(\frac{n(n+1)}{2}\right) Sn=n(n+1)(2n+1)4+5n(n+1)4S_n = \frac{n(n+1)(2n+1)}{4} + \frac{5n(n+1)}{4} Factor out the common term n(n+1)4\frac{n(n+1)}{4}: Sn=n(n+1)4((2n+1)+5)S_n = \frac{n(n+1)}{4} \left((2n+1) + 5\right) Sn=n(n+1)4(2n+6)S_n = \frac{n(n+1)}{4} (2n+6) Sn=n(n+1)2(n+3)4S_n = \frac{n(n+1) \cdot 2(n+3)}{4} Sn=n(n+1)(n+3)2S_n = \frac{n(n+1)(n+3)}{2}

Step 3: Calculate S29S9S_{29} - S_9

We need to calculate S29S_{29} and S9S_9 using the formula Sn=n(n+1)(n+3)2S_n = \frac{n(n+1)(n+3)}{2}.

For n=29n=29: S29=29(29+1)(29+3)2=29×30×322S_{29} = \frac{29(29+1)(29+3)}{2} = \frac{29 \times 30 \times 32}{2} S29=29×15×32=29×480S_{29} = 29 \times 15 \times 32 = 29 \times 480 S29=13920S_{29} = 13920

For n=9n=9: S9=9(9+1)(9+3)2=9×10×122S_9 = \frac{9(9+1)(9+3)}{2} = \frac{9 \times 10 \times 12}{2} S9=9×5×12=9×60S_9 = 9 \times 5 \times 12 = 9 \times 60 S9=540S_9 = 540

Now, we find the difference: S29S9=13920540=13380S_{29} - S_9 = 13920 - 540 = 13380

Step 4: Calculate the Final Expression

We are asked to find 160(S29S9)\frac{1}{60}(S_{29} - S_9). 160(S29S9)=160(13380)\frac{1}{60}(S_{29} - S_9) = \frac{1}{60}(13380) 1338060=13386\frac{13380}{60} = \frac{1338}{6}

Performing the division: 1338÷6=2231338 \div 6 = 223

The value of 160(S29S9)\frac{1}{60}(S_{29} - S_9) is 223.


Common Mistakes & Tips

  • Arithmetic Errors: Be extremely careful with calculations, especially multiplications and subtractions involving larger numbers.
  • Incorrect General Term: Ensure that the method of differences is applied correctly and that the derived TnT_n matches the initial terms of the series.
  • Formula Application: Double-check the standard summation formulas for kk and k2k^2.

Summary

This problem required identifying the pattern in the series using the method of differences to find the general term TnT_n. Since the second differences were constant, TnT_n was a quadratic in nn. We then used the standard formulas for the sum of powers of integers to derive the sum of the series SnS_n. Finally, we substituted the required values of nn into the formula for SnS_n, calculated the difference S29S9S_{29} - S_9, and then divided by 60 to obtain the final answer.

The final answer is 223\boxed{223}.

Practice More Sequences & Series Questions

View All Questions