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

Question

Let a1,a2,a3,a_1, a_2, a_3, \ldots be in an arithmetic progression of positive terms. Let Ak=a12a22+a32a42++a2k12a2k2A_k=a_1^2-a_2^2+a_3^2-a_4^2+\ldots+a_{2 k-1}^2-a_{2 k}^2. If A3=153, A5=435\mathrm{A}_3=-153, \mathrm{~A}_5=-435 and a12+a22+a32=66\mathrm{a}_1^2+\mathrm{a}_2^2+\mathrm{a}_3^2=66, then a17A7\mathrm{a}_{17}-\mathrm{A}_7 is equal to ________.

Answer: 1

Solution

Key Concepts and Formulas

  • Arithmetic Progression (AP): A sequence where the difference between consecutive terms is constant. The nn-th term is given by an=a1+(n1)da_n = a_1 + (n-1)d, where a1a_1 is the first term and dd is the common difference.
  • Difference of Squares: The algebraic identity x2y2=(xy)(x+y)x^2 - y^2 = (x-y)(x+y) is fundamental for simplifying the expression for AkA_k.
  • Sum of an AP: The sum of the first nn terms of an AP is Sn=n2(a1+an)=n2(2a1+(n1)d)S_n = \frac{n}{2}(a_1 + a_n) = \frac{n}{2}(2a_1 + (n-1)d).

Step-by-Step Solution

Step 1: Simplify the expression for AkA_k The given expression for AkA_k is Ak=a12a22+a32a42++a2k12a2k2A_k=a_1^2-a_2^2+a_3^2-a_4^2+\ldots+a_{2 k-1}^2-a_{2 k}^2. We can group terms in pairs and apply the difference of squares formula: Ak=(a12a22)+(a32a42)++(a2k12a2k2)A_k = (a_1^2 - a_2^2) + (a_3^2 - a_4^2) + \ldots + (a_{2k-1}^2 - a_{2k}^2) Ak=(a1a2)(a1+a2)+(a3a4)(a3+a4)++(a2k1a2k)(a2k1+a2k)A_k = (a_1 - a_2)(a_1 + a_2) + (a_3 - a_4)(a_3 + a_4) + \ldots + (a_{2k-1} - a_{2k})(a_{2k-1} + a_{2k}) In an AP, the difference between consecutive terms is the common difference dd, so anan+1=da_n - a_{n+1} = -d. Substituting this into the expression for AkA_k: Ak=(d)(a1+a2)+(d)(a3+a4)++(d)(a2k1+a2k)A_k = (-d)(a_1 + a_2) + (-d)(a_3 + a_4) + \ldots + (-d)(a_{2k-1} + a_{2k}) Ak=d[(a1+a2)+(a3+a4)++(a2k1+a2k)]A_k = -d[(a_1 + a_2) + (a_3 + a_4) + \ldots + (a_{2k-1} + a_{2k})] The sum inside the bracket is the sum of the first 2k2k terms of the AP. Let a1=aa_1 = a. The sum of the first 2k2k terms is S2k=2k2(2a+(2k1)d)=k(2a+(2k1)d)S_{2k} = \frac{2k}{2}(2a + (2k-1)d) = k(2a + (2k-1)d). Therefore, Ak=dk(2a+(2k1)d)=dk(2a+(2k1)d)()A_k = -d \cdot k(2a + (2k-1)d) = -dk(2a + (2k-1)d) \quad (*)

Step 2: Use the given values of A3A_3 and A5A_5 to form equations We are given A3=153A_3 = -153 and A5=435A_5 = -435. Using the formula ()(*): For k=3k=3: A3=3d(2a+(231)d)=3d(2a+5d)A_3 = -3d(2a + (2 \cdot 3 - 1)d) = -3d(2a + 5d) 3d(2a+5d)=153-3d(2a + 5d) = -153 d(2a+5d)=51(1)d(2a + 5d) = 51 \quad (1) For k=5k=5: A5=5d(2a+(251)d)=5d(2a+9d)A_5 = -5d(2a + (2 \cdot 5 - 1)d) = -5d(2a + 9d) 5d(2a+9d)=435-5d(2a + 9d) = -435 d(2a+9d)=87(2)d(2a + 9d) = 87 \quad (2)

Step 3: Solve the system of equations for aa and dd We have two equations:

  1. 2ad+5d2=512ad + 5d^2 = 51
  2. 2ad+9d2=872ad + 9d^2 = 87 Subtract equation (1) from equation (2): (2ad+9d2)(2ad+5d2)=8751(2ad + 9d^2) - (2ad + 5d^2) = 87 - 51 4d2=364d^2 = 36 d2=9d^2 = 9 Since the terms of the AP are positive, an>0a_n > 0 for all nn. If dd were negative, eventually terms would become negative. For instance, if a=1a=1 and d=3d=-3, then a1=1,a2=2a_1=1, a_2=-2. Thus, we must have d>0d > 0 to maintain positive terms, especially if a1a_1 is small. So, d=3d = 3. Substitute d=3d=3 into equation (1): 3(2a+5(3))=513(2a + 5(3)) = 51 3(2a+15)=513(2a + 15) = 51 2a+15=172a + 15 = 17 2a=22a = 2 a=1a = 1 So, a1=1a_1 = 1 and d=3d = 3.

Step 4: Verify the condition a12+a22+a32=66a_1^2 + a_2^2 + a_3^2 = 66 With a1=1a_1 = 1 and d=3d = 3: a1=1a_1 = 1 a2=a1+d=1+3=4a_2 = a_1 + d = 1 + 3 = 4 a3=a1+2d=1+2(3)=7a_3 = a_1 + 2d = 1 + 2(3) = 7 a12+a22+a32=12+42+72=1+16+49=66a_1^2 + a_2^2 + a_3^2 = 1^2 + 4^2 + 7^2 = 1 + 16 + 49 = 66 The condition is satisfied.

Step 5: Calculate a17a_{17} and A7A_7 The 17th term of the AP is: a17=a1+(171)d=1+16(3)=1+48=49a_{17} = a_1 + (17-1)d = 1 + 16(3) = 1 + 48 = 49 Now, calculate A7A_7 using the formula ()(*) with k=7k=7, a=1a=1, and d=3d=3: A7=7d(2a+(271)d)A_7 = -7d(2a + (2 \cdot 7 - 1)d) A7=7(3)(2(1)+13(3))A_7 = -7(3)(2(1) + 13(3)) A7=21(2+39)A_7 = -21(2 + 39) A7=21(41)A_7 = -21(41) A7=861A_7 = -861

Step 6: Calculate a17A7a_{17} - A_7 a17A7=49(861)a_{17} - A_7 = 49 - (-861) a17A7=49+861a_{17} - A_7 = 49 + 861 a17A7=910a_{17} - A_7 = 910

Common Mistakes & Tips

  • Sign Errors: Be very careful with signs, especially when simplifying anan+1a_n - a_{n+1} and when substituting negative values (though in this problem dd turns out to be positive).
  • Algebraic Manipulation: Ensure accuracy when solving the system of equations. Errors in expansion or subtraction can lead to incorrect values for aa and dd.
  • Formula Application: Double-check the correct application of the AP sum formula and the derived formula for AkA_k.

Summary

The problem requires simplifying the expression for AkA_k using the difference of squares, which leads to a formula involving the first term (aa) and the common difference (dd). By using the given values of A3A_3 and A5A_5, we form a system of linear equations in terms of aa and dd, which we solve to find their values. The condition on the sum of squares of the first three terms is used to verify these values. Finally, we calculate a17a_{17} and A7A_7 using the determined values of aa and dd, and then compute their difference.

The final answer is 910\boxed{910}.

Practice More Sequences & Series Questions

View All Questions