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

Question

Let a1=b1=1,an=an1+2a_{1}=b_{1}=1, a_{n}=a_{n-1}+2 and bn=an+bn1b_{n}=a_{n}+b_{n-1} for every natural number n2n \geqslant 2. Then n=115an.bn\sum\limits_{n = 1}^{15} {{a_n}.{b_n}} is equal to ___________.

Answer: 1

Solution

Key Concepts and Formulas

  • Arithmetic Progression (AP): The nn-th term of an AP 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.
  • Summation Formulas:
    • Sum of first NN natural numbers: k=1Nk=N(N+1)2\sum_{k=1}^{N} k = \frac{N(N+1)}{2}
    • Sum of first NN squares: k=1Nk2=N(N+1)(2N+1)6\sum_{k=1}^{N} k^2 = \frac{N(N+1)(2N+1)}{6}
    • Sum of first NN cubes: k=1Nk3=(N(N+1)2)2\sum_{k=1}^{N} k^3 = \left(\frac{N(N+1)}{2}\right)^2
  • Telescoping Sum: A sum of the form k=mn(f(k)f(k1))\sum_{k=m}^{n} (f(k) - f(k-1)) simplifies to f(n)f(m1)f(n) - f(m-1). This is useful for solving recurrence relations of the form bnbn1=g(n)b_n - b_{n-1} = g(n).

Step-by-Step Solution

Step 1: Determine the general term ana_n. We are given a1=1a_1 = 1 and an=an1+2a_n = a_{n-1} + 2 for n2n \ge 2. The relation anan1=2a_n - a_{n-1} = 2 indicates that the sequence ana_n is an Arithmetic Progression with first term a1=1a_1 = 1 and common difference d=2d = 2. Using the formula for the nn-th term of an AP, an=a1+(n1)da_n = a_1 + (n-1)d: an=1+(n1)2a_n = 1 + (n-1)2 an=1+2n2a_n = 1 + 2n - 2 an=2n1a_n = 2n - 1 Thus, the general term for the sequence ana_n is an=2n1a_n = 2n - 1.

Step 2: Determine the general term bnb_n. We are given b1=1b_1 = 1 and bn=an+bn1b_n = a_n + b_{n-1} for n2n \ge 2. Rearranging the recurrence relation, we get bnbn1=anb_n - b_{n-1} = a_n. To find bnb_n, we can sum this difference from k=2k=2 to nn: k=2n(bkbk1)=k=2nak\sum_{k=2}^{n} (b_k - b_{k-1}) = \sum_{k=2}^{n} a_k The left side is a telescoping sum: (bnbn1)+(bn1bn2)++(b2b1)=bnb1(b_n - b_{n-1}) + (b_{n-1} - b_{n-2}) + \dots + (b_2 - b_1) = b_n - b_1. So, bnb1=k=2nakb_n - b_1 = \sum_{k=2}^{n} a_k. Substitute b1=1b_1 = 1 and ak=2k1a_k = 2k - 1: bn1=k=2n(2k1)b_n - 1 = \sum_{k=2}^{n} (2k - 1) We can evaluate the sum k=2n(2k1)\sum_{k=2}^{n} (2k - 1) by splitting it: k=2n(2k1)=2k=2nkk=2n1\sum_{k=2}^{n} (2k - 1) = 2 \sum_{k=2}^{n} k - \sum_{k=2}^{n} 1 The sum of kk from 22 to nn is k=1nk1=n(n+1)21\sum_{k=1}^{n} k - 1 = \frac{n(n+1)}{2} - 1. The sum of 11 from 22 to nn is (n1)×1=n1(n-1) \times 1 = n-1. So, 2(n(n+1)21)(n1)2 \left(\frac{n(n+1)}{2} - 1\right) - (n-1) =n(n+1)2n+1= n(n+1) - 2 - n + 1 =n2+n2n+1= n^2 + n - 2 - n + 1 =n21= n^2 - 1 Alternatively, we can notice that k=2n(2k1)\sum_{k=2}^{n} (2k - 1) is the sum of an AP with first term 2(2)1=32(2)-1=3, last term 2n12n-1, and n1n-1 terms. The sum is n12(3+2n1)=n12(2n+2)=(n1)(n+1)=n21\frac{n-1}{2}(3 + 2n-1) = \frac{n-1}{2}(2n+2) = (n-1)(n+1) = n^2 - 1. Substituting this back into the equation for bnb_n: bn1=n21b_n - 1 = n^2 - 1 bn=n2b_n = n^2 Thus, the general term for the sequence bnb_n is bn=n2b_n = n^2.

Step 3: Calculate the sum n=115anbn\sum_{n=1}^{15} a_n b_n. We need to find the sum of the product of the general terms ana_n and bnb_n: anbn=(2n1)(n2)a_n b_n = (2n - 1)(n^2) anbn=2n3n2a_n b_n = 2n^3 - n^2 Now, we compute the sum from n=1n=1 to 1515: n=115anbn=n=115(2n3n2)\sum_{n=1}^{15} a_n b_n = \sum_{n=1}^{15} (2n^3 - n^2) Using the linearity of summation: =2n=115n3n=115n2= 2 \sum_{n=1}^{15} n^3 - \sum_{n=1}^{15} n^2 Now, we use the standard summation formulas for N=15N=15: For the sum of cubes: n=115n3=(15(15+1)2)2=(15×162)2=(15×8)2=(120)2=14400\sum_{n=1}^{15} n^3 = \left(\frac{15(15+1)}{2}\right)^2 = \left(\frac{15 \times 16}{2}\right)^2 = (15 \times 8)^2 = (120)^2 = 14400 For the sum of squares: n=115n2=15(15+1)(2×15+1)6=15×16×316\sum_{n=1}^{15} n^2 = \frac{15(15+1)(2 \times 15 + 1)}{6} = \frac{15 \times 16 \times 31}{6} =240×316=40×31=1240= \frac{240 \times 31}{6} = 40 \times 31 = 1240 Substitute these values back into the sum expression: 2(14400)12402(14400) - 1240 =288001240= 28800 - 1240 =27560= 27560

Common Mistakes & Tips

  • Incorrectly applying summation limits: Ensure that when using telescoping sums or other summation techniques, the starting and ending indices are handled correctly.
  • Arithmetic errors: Calculations involving large numbers, especially multiplication and subtraction, are prone to errors. Double-check your arithmetic.
  • Forgetting the initial term: When deriving bnb_n, make sure to account for b1b_1 correctly, especially when dealing with sums starting from k=2k=2.

Summary

The problem requires finding the general terms of two sequences, ana_n and bnb_n, defined by recurrence relations. The sequence ana_n is identified as an arithmetic progression, leading to an=2n1a_n = 2n-1. The sequence bnb_n is found using a telescoping sum approach on its recurrence relation, yielding bn=n2b_n = n^2. Finally, the sum n=115anbn\sum_{n=1}^{15} a_n b_n is calculated by substituting the general terms and applying standard summation formulas for powers of natural numbers, resulting in a value of 27560.

The final answer is 27560\boxed{27560}.

Practice More Sequences & Series Questions

View All Questions