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

Question

Let a1{a_1}, a2{a_2}, a3{a_3}, ......... ,a49{a_{49}} be in A.P. such that k=012a4k+1=416\sum\limits_{k = 0}^{12} {{a_{4k + 1}}} = 416 and a9+a43=66{a_9} + {a_{43}} = 66. a12+a22+.......+a172=140ma_1^2 + a_2^2 + ....... + a_{17}^2 = 140m, then m is equal to

Options

Solution

Key Concepts and Formulas

  • Arithmetic Progression (AP): The general term is an=a1+(n1)da_n = a_1 + (n-1)d, where a1a_1 is the first term and dd is the common difference. The sum of an AP can be found using specific formulas, but here we will express terms individually.
  • Sum of Squares of First n Natural Numbers: i=1ni2=n(n+1)(2n+1)6\sum_{i=1}^{n} i^2 = \frac{n(n+1)(2n+1)}{6}.
  • Algebraic Manipulation: Solving systems of linear equations and simplifying expressions.

Step-by-Step Solution

Step 1: Utilize the given condition a9+a43=66a_9 + a_{43} = 66 to establish a relationship between a1a_1 and dd. We express a9a_9 and a43a_{43} using the general formula for an AP: a9=a1+(91)d=a1+8da_9 = a_1 + (9-1)d = a_1 + 8d a43=a1+(431)d=a1+42da_{43} = a_1 + (43-1)d = a_1 + 42d

Substituting these into the given equation: (a1+8d)+(a1+42d)=66(a_1 + 8d) + (a_1 + 42d) = 66 2a1+50d=662a_1 + 50d = 66 Dividing by 2, we get our first equation: a1+25d=33(1)a_1 + 25d = 33 \quad (1)

Step 2: Utilize the given condition k=012a4k+1=416\sum_{k=0}^{12} a_{4k+1} = 416 to establish another relationship between a1a_1 and dd. The summation k=012a4k+1\sum_{k=0}^{12} a_{4k+1} expands to: a4(0)+1+a4(1)+1+a4(2)+1++a4(12)+1a_{4(0)+1} + a_{4(1)+1} + a_{4(2)+1} + \dots + a_{4(12)+1} =a1+a5+a9++a49= a_1 + a_5 + a_9 + \dots + a_{49} There are 120+1=1312 - 0 + 1 = 13 terms in this sum. We can express each term as: a1=a1+0da_1 = a_1 + 0d a5=a1+4da_5 = a_1 + 4d a9=a1+8da_9 = a_1 + 8d ... a49=a1+48da_{49} = a_1 + 48d

The sum is: (a1)+(a1+4d)+(a1+8d)++(a1+48d)=416(a_1) + (a_1 + 4d) + (a_1 + 8d) + \dots + (a_1 + 48d) = 416 This can be rewritten as the sum of 13 a1a_1's and the sum of the common differences: 13a1+(0d+4d+8d++48d)=41613a_1 + (0d + 4d + 8d + \dots + 48d) = 416 13a1+d(0+4+8++48)=41613a_1 + d(0 + 4 + 8 + \dots + 48) = 416 The series 0,4,8,,480, 4, 8, \dots, 48 is an AP with first term 0, common difference 4, and 13 terms. The sum of this series is 132(0+48)=132(48)=13×24=312\frac{13}{2}(0 + 48) = \frac{13}{2}(48) = 13 \times 24 = 312. So, the equation becomes: 13a1+312d=41613a_1 + 312d = 416 Dividing by 13, we get our second equation: a1+24d=32(2)a_1 + 24d = 32 \quad (2)

Step 3: Solve the system of linear equations (1) and (2) for a1a_1 and dd. We have:

  1. a1+25d=33a_1 + 25d = 33
  2. a1+24d=32a_1 + 24d = 32

Subtract equation (2) from equation (1): (a1+25d)(a1+24d)=3332(a_1 + 25d) - (a_1 + 24d) = 33 - 32 d=1d = 1

Substitute d=1d=1 into equation (2): a1+24(1)=32a_1 + 24(1) = 32 a1+24=32a_1 + 24 = 32 a1=3224a_1 = 32 - 24 a1=8a_1 = 8

So, the first term a1=8a_1 = 8 and the common difference d=1d = 1.

Step 4: Calculate the sum a12+a22++a172a_1^2 + a_2^2 + \dots + a_{17}^2. The terms are an=a1+(n1)d=8+(n1)(1)=8+n1=n+7a_n = a_1 + (n-1)d = 8 + (n-1)(1) = 8 + n - 1 = n+7. So, the terms are: a1=1+7=8a_1 = 1+7 = 8 a2=2+7=9a_2 = 2+7 = 9 ... a17=17+7=24a_{17} = 17+7 = 24

We need to calculate 82+92+102++2428^2 + 9^2 + 10^2 + \dots + 24^2. This sum can be expressed as the sum of squares from 1 to 24 minus the sum of squares from 1 to 7: n=117an2=n=117(n+7)2=82+92++242\sum_{n=1}^{17} a_n^2 = \sum_{n=1}^{17} (n+7)^2 = 8^2 + 9^2 + \dots + 24^2 =(12+22++242)(12+22++72)= (1^2 + 2^2 + \dots + 24^2) - (1^2 + 2^2 + \dots + 7^2)

Using the formula i=1Ni2=N(N+1)(2N+1)6\sum_{i=1}^{N} i^2 = \frac{N(N+1)(2N+1)}{6}: Sum of squares from 1 to 24: 24(24+1)(2×24+1)6=24(25)(49)6=4×25×49=100×49=4900\frac{24(24+1)(2 \times 24 + 1)}{6} = \frac{24(25)(49)}{6} = 4 \times 25 \times 49 = 100 \times 49 = 4900

Sum of squares from 1 to 7: 7(7+1)(2×7+1)6=7(8)(15)6=8406=140\frac{7(7+1)(2 \times 7 + 1)}{6} = \frac{7(8)(15)}{6} = \frac{840}{6} = 140

Therefore, a12+a22++a172=4900140=4760a_1^2 + a_2^2 + \dots + a_{17}^2 = 4900 - 140 = 4760.

Step 5: Determine the value of mm. We are given that a12+a22++a172=140ma_1^2 + a_2^2 + \dots + a_{17}^2 = 140m. We found that a12+a22++a172=4760a_1^2 + a_2^2 + \dots + a_{17}^2 = 4760. So, 4760=140m4760 = 140m. Dividing both sides by 140: m=4760140=47614=34m = \frac{4760}{140} = \frac{476}{14} = 34.

Common Mistakes & Tips

  • Index Errors: Be careful when calculating the number of terms in a summation or the subscripts of terms. For example, k=012\sum_{k=0}^{12} has 13 terms.
  • Formula Application: Ensure you are using the correct formula for the sum of squares and applying it to the correct range of numbers.
  • Algebraic Errors: Double-check all arithmetic and algebraic manipulations, especially when solving systems of equations or simplifying fractions.

Summary The problem involves an arithmetic progression. We first used the given conditions to form a system of linear equations in terms of the first term (a1a_1) and the common difference (dd). Solving this system yielded a1=8a_1=8 and d=1d=1. Subsequently, we calculated the sum of squares of the first 17 terms by expressing them in terms of nn and using the formula for the sum of squares of natural numbers. Finally, we equated this sum to 140m140m to find the value of mm.

The final answer is \boxed{34}.

Practice More Sequences & Series Questions

View All Questions