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

Question

Consider two G.Ps. 2, 2 2 , 2 3 , ..... and 4, 4 2 , 4 3 , .... of 60 and n terms respectively. If the geometric mean of all the 60 + n terms is (2)2258{(2)^{{{225} \over 8}}}, then k=1nk(nk)\sum\limits_{k = 1}^n {k(n - k)} is equal to :

Options

Solution

Key Concepts and Formulas

  • Geometric Mean (G.M.): For NN positive numbers a1,a2,,aNa_1, a_2, \ldots, a_N, their Geometric Mean is (a1a2aN)1/N(a_1 \cdot a_2 \cdot \ldots \cdot a_N)^{1/N}.
  • Sum of First mm Natural Numbers: k=1mk=m(m+1)2\sum_{k=1}^m k = \frac{m(m+1)}{2}.
  • Sum of Squares of First mm Natural Numbers: k=1mk2=m(m+1)(2m+1)6\sum_{k=1}^m k^2 = \frac{m(m+1)(2m+1)}{6}.
  • Summation of k(nk)k(n-k): k=1nk(nk)=nk=1nkk=1nk2\sum_{k=1}^n k(n-k) = n\sum_{k=1}^n k - \sum_{k=1}^n k^2.

Step-by-Step Solution

Step 1: Calculate the product of terms for the first G.P. The first G.P. is 2,22,23,2, 2^2, 2^3, \ldots with 60 terms. The terms are 21,22,,2602^1, 2^2, \ldots, 2^{60}. The product P1P_1 is 2122260=2(1+2++60)2^1 \cdot 2^2 \cdot \ldots \cdot 2^{60} = 2^{(1+2+\ldots+60)}. Using the sum of the first mm natural numbers formula with m=60m=60: 1+2++60=60(60+1)2=60612=3061=18301+2+\ldots+60 = \frac{60(60+1)}{2} = \frac{60 \cdot 61}{2} = 30 \cdot 61 = 1830 So, P1=21830P_1 = 2^{1830}.

Step 2: Calculate the product of terms for the second G.P. The second G.P. is 4,42,43,4, 4^2, 4^3, \ldots with nn terms. The terms are 41,42,,4n4^1, 4^2, \ldots, 4^n. The product P2P_2 is 41424n=4(1+2++n)4^1 \cdot 4^2 \cdot \ldots \cdot 4^n = 4^{(1+2+\ldots+n)}. Using the sum of the first mm natural numbers formula with m=nm=n: 1+2++n=n(n+1)21+2+\ldots+n = \frac{n(n+1)}{2} So, P2=4n(n+1)2P_2 = 4^{\frac{n(n+1)}{2}}. To express this with base 2, we use 4=224=2^2: P2=(22)n(n+1)2=22n(n+1)2=2n(n+1)P_2 = (2^2)^{\frac{n(n+1)}{2}} = 2^{2 \cdot \frac{n(n+1)}{2}} = 2^{n(n+1)}.

Step 3: Determine the total product and the geometric mean. The total number of terms is N=60+nN = 60 + n. The total product PP of all terms is P1P2P_1 \cdot P_2: P=218302n(n+1)=2(1830+n(n+1))=2(n2+n+1830)P = 2^{1830} \cdot 2^{n(n+1)} = 2^{(1830 + n(n+1))} = 2^{(n^2+n+1830)}. The Geometric Mean (G.M.) of these NN terms is P1/NP^{1/N}: G.M.=(2(n2+n+1830))160+n=2n2+n+183060+n\text{G.M.} = \left(2^{(n^2+n+1830)}\right)^{\frac{1}{60+n}} = 2^{\frac{n^2+n+1830}{60+n}}.

Step 4: Solve for the unknown number of terms, nn. We are given that the G.M. is 222582^{\frac{225}{8}}. Equating the exponents: n2+n+183060+n=2258\frac{n^2+n+1830}{60+n} = \frac{225}{8}. Cross-multiplying gives: 8(n2+n+1830)=225(60+n)8(n^2+n+1830) = 225(60+n) 8n2+8n+14640=13500+225n8n^2 + 8n + 14640 = 13500 + 225n Rearranging into a quadratic equation: 8n2+(8225)n+(1464013500)=08n^2 + (8-225)n + (14640-13500) = 0 8n2217n+1140=08n^2 - 217n + 1140 = 0 Using the quadratic formula n=B±B24AC2An = \frac{-B \pm \sqrt{B^2-4AC}}{2A}: n=217±(217)24(8)(1140)2(8)n = \frac{217 \pm \sqrt{(-217)^2 - 4(8)(1140)}}{2(8)} n=217±470893648016n = \frac{217 \pm \sqrt{47089 - 36480}}{16} n=217±1060916n = \frac{217 \pm \sqrt{10609}}{16} Since 10609=103\sqrt{10609} = 103: n=217±10316n = \frac{217 \pm 103}{16} This yields two possible values for nn: n1=217+10316=32016=20n_1 = \frac{217+103}{16} = \frac{320}{16} = 20 n2=21710316=11416=578n_2 = \frac{217-103}{16} = \frac{114}{16} = \frac{57}{8} Since nn must be a positive integer (number of terms), we take n=20n=20.

Step 5: Evaluate the required summation. We need to find k=1nk(nk)\sum_{k=1}^n k(n-k) with n=20n=20. k=120k(20k)=k=120(20kk2)\sum_{k=1}^{20} k(20-k) = \sum_{k=1}^{20} (20k - k^2) Using the linearity of summation and the standard formulas: =20k=120kk=120k2= 20 \sum_{k=1}^{20} k - \sum_{k=1}^{20} k^2 =20(20(20+1)2)(20(20+1)(220+1)6)= 20 \left(\frac{20(20+1)}{2}\right) - \left(\frac{20(20+1)(2 \cdot 20+1)}{6}\right) =20(20212)(2021416)= 20 \left(\frac{20 \cdot 21}{2}\right) - \left(\frac{20 \cdot 21 \cdot 41}{6}\right) =20(210)(10741)= 20 (210) - (10 \cdot 7 \cdot 41) =42002870= 4200 - 2870 =1330= 1330

Common Mistakes & Tips

  • Exponent Manipulation: Ensure accurate application of exponent rules, especially when changing bases (e.g., from 4 to 2).
  • Quadratic Formula: Double-check the calculations when using the quadratic formula, particularly the discriminant.
  • Integer Solutions: Remember that the number of terms (nn) must be a positive integer; discard any non-integer or negative solutions.
  • Summation Formulas: Have the formulas for k\sum k and k2\sum k^2 memorized for quick application.

Summary The problem involved calculating the geometric mean of terms from two geometric progressions. By expressing all terms as powers of 2, we found the total product and geometric mean. Equating this with the given geometric mean allowed us to solve for the number of terms, n=20n=20. Finally, we evaluated the required summation k=1nk(nk)\sum_{k=1}^n k(n-k) using standard summation formulas for n=20n=20, which resulted in 1330.

The final answer is 1330\boxed{1330}.

Practice More Sequences & Series Questions

View All Questions