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

Question

If the sum of the first 20 terms of the series log(71/2)x+log(71/3)x+log(71/4)x+...{\log _{\left( {{7^{1/2}}} \right)}}x + {\log _{\left( {{7^{1/3}}} \right)}}x + {\log _{\left( {{7^{1/4}}} \right)}}x + ... is 460, then x is equal to :

Options

Solution

Key Concepts and Formulas

  • Logarithm Base Change Property: For positive numbers a,ba, b (with b1b \neq 1) and any real number k0k \neq 0, the property logbka=1klogba\log_{b^k} a = \frac{1}{k} \log_b a is crucial for simplifying terms where the base of the logarithm is a power.
  • Sum of an Arithmetic Progression: The sum of an arithmetic progression (AP) is given by Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n), where nn is the number of terms, a1a_1 is the first term, and ana_n is the last term.
  • Sum of First N Natural Numbers: The sum of the first NN natural numbers is i=1Ni=1+2++N=N(N+1)2\sum_{i=1}^{N} i = 1 + 2 + \dots + N = \frac{N(N+1)}{2}.
  • Definition of Natural Logarithm: The natural logarithm, denoted as lnx\ln x, is the logarithm to the base ee. The definition lnx=c    x=ec\ln x = c \iff x = e^c is used to solve for xx.

Step-by-Step Solution

Step 1: Simplify Each Term of the Series

The given series is log(71/2)x+log(71/3)x+log(71/4)x+...{\log _{\left( {{7^{1/2}}} \right)}}x + {\log _{\left( {{7^{1/3}}} \right)}}x + {\log _{\left( {{7^{1/4}}} \right)}}x + ... We use the logarithm property logbka=1klogba\log_{b^k} a = \frac{1}{k} \log_b a. In this series, the base of the logarithm is of the form 71/m7^{1/m}, where mm takes values 2,3,4,2, 3, 4, \dots. So, for a term with base 71/m7^{1/m}, we have b=7b=7, k=1mk=\frac{1}{m}, and a=xa=x. Applying the property: log(71/m)x=11/mlog7x=mlog7x{\log _{\left( {{7^{1/m}}} \right)}}x = \frac{1}{{1/m}} {\log _7}x = m {\log _7}x The problem statement implies that the final answer involves ee, suggesting that the base of the logarithm should be ee. Therefore, we interpret the terms as being in base ee, so log7x{\log _7}x should be replaced by lnx\ln x. This means the terms are: mlnxm \ln x Let's examine the first few terms to establish the pattern for mm:

  • The first term has base (71/2){\left( {{7^{1/2}}} \right)}, so m=2m=2. The term is 2lnx2 \ln x.
  • The second term has base (71/3){\left( {{7^{1/3}}} \right)}, so m=3m=3. The term is 3lnx3 \ln x.
  • The third term has base (71/4){\left( {{7^{1/4}}} \right)}, so m=4m=4. The term is 4lnx4 \ln x.

The nn-th term of the series corresponds to a base of 71/(n+1)7^{1/(n+1)}, so the coefficient is (n+1)(n+1). Thus, the nn-th term is (n+1)lnx(n+1) \ln x.

Step 2: Determine the Sum of the First 20 Terms

We need to find the sum of the first 20 terms of the series. Using the simplified form from Step 1, the sum S20S_{20} is: S20=(1+1)lnx+(2+1)lnx+(3+1)lnx++(20+1)lnxS_{20} = (1+1) \ln x + (2+1) \ln x + (3+1) \ln x + \dots + (20+1) \ln x S20=2lnx+3lnx+4lnx++21lnxS_{20} = 2 \ln x + 3 \ln x + 4 \ln x + \dots + 21 \ln x

Step 3: Factor out the Common Logarithmic Term and Sum the Coefficients

We can factor out lnx\ln x from each term: S20=(lnx)(2+3+4++21)S_{20} = (\ln x)(2 + 3 + 4 + \dots + 21) The sum of the coefficients 2+3+4++212 + 3 + 4 + \dots + 21 is an arithmetic series. We can calculate this sum using the formula for the sum of an arithmetic progression. The series has n=20n=20 terms (from 2 to 21 inclusive). The first term a1=2a_1 = 2 and the last term a20=21a_{20} = 21. The sum of these coefficients is: Scoeffs=n2(a1+an)=202(2+21)=10×23=230S_{\text{coeffs}} = \frac{n}{2}(a_1 + a_n) = \frac{20}{2}(2 + 21) = 10 \times 23 = 230 Alternatively, we can write the sum as (1+2++21)1(1 + 2 + \dots + 21) - 1. Using the sum of the first NN natural numbers formula with N=21N=21: 21(21+1)21=21×2221=21×111=2311=230\frac{21(21+1)}{2} - 1 = \frac{21 \times 22}{2} - 1 = 21 \times 11 - 1 = 231 - 1 = 230 So, the sum of the first 20 terms is: S20=230lnxS_{20} = 230 \ln x

Step 4: Set Up the Equation and Solve for x

We are given that the sum of the first 20 terms is 460. Therefore, we have the equation: 230lnx=460230 \ln x = 460 To solve for lnx\ln x, divide both sides by 230: lnx=460230\ln x = \frac{460}{230} lnx=2\ln x = 2 Now, we convert this logarithmic equation into an exponential equation using the definition of the natural logarithm: x=e2x = e^2


Common Mistakes & Tips

  • Misinterpreting Logarithm Base: Ensure you correctly apply the base change rule. If the problem has options involving ee, it's a strong hint to use the natural logarithm.
  • Arithmetic Series Errors: Be careful when identifying the number of terms and the first/last terms in an arithmetic series, especially if it doesn't start from 1.
  • Logarithm Properties: Confusing logbka\log_{b^k} a with logbak\log_b a^k can lead to incorrect simplification.

Summary

The problem involves simplifying a series of logarithms with changing bases. By applying the logarithm base change property and interpreting the context to use the natural logarithm, we found that each term simplifies to a coefficient multiplied by lnx\ln x. The coefficients form an arithmetic progression, whose sum was calculated. Equating the total sum of the series to the given value allowed us to solve for xx. The calculation led to x=e2x = e^2.

The final answer is e2\boxed{e^2} which corresponds to option (A).

Practice More Sequences & Series Questions

View All Questions