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

Question

If for x, y \in R, x > 0, y = log 10 x + log 10 x 1/3 + log 10 x 1/9 + ...... upto \infty terms and 2+4+6+....+2y3+6+9+.....+3y=4log10x{{2 + 4 + 6 + .... + 2y} \over {3 + 6 + 9 + ..... + 3y}} = {4 \over {{{\log }_{10}}x}}, then the ordered pair (x, y) is equal to :

Options

Solution

Key Concepts and Formulas

  • Logarithm Properties: logb(Mp)=plogbM\log_b (M^p) = p \log_b M.
  • Infinite Geometric Series: The sum of an infinite geometric series with first term aa and common ratio rr (where r<1|r| < 1) is S=a1rS_\infty = \frac{a}{1-r}.
  • Sum of First n Natural Numbers: 1+2++n=n(n+1)21 + 2 + \dots + n = \frac{n(n+1)}{2}.
  • Arithmetic Progression (AP) Sum: The sum of an AP can be found by factoring out a common term and using the sum of natural numbers formula.

Step-by-Step Solution

Step 1: Simplify the expression for yy The given equation for yy is y=log10x+log10x1/3+log10x1/9+y = \log_{10} x + \log_{10} x^{1/3} + \log_{10} x^{1/9} + \dots Using the logarithm property logb(Mp)=plogbM\log_b (M^p) = p \log_b M, we can rewrite each term: y=log10x+13log10x+19log10x+y = \log_{10} x + \frac{1}{3}\log_{10} x + \frac{1}{9}\log_{10} x + \dots We can factor out log10x\log_{10} x: y=(log10x)(1+13+19+)y = (\log_{10} x) \left(1 + \frac{1}{3} + \frac{1}{9} + \dots \right) The series in the parenthesis is an infinite geometric progression with first term a=1a=1 and common ratio r=13r = \frac{1}{3}. Since r<1|r| < 1, the sum to infinity is: S=a1r=1113=123=32S_\infty = \frac{a}{1-r} = \frac{1}{1 - \frac{1}{3}} = \frac{1}{\frac{2}{3}} = \frac{3}{2} Substituting this back into the equation for yy: y=(log10x)×32y = (\log_{10} x) \times \frac{3}{2} This gives us our first important relation: log10x=2y3\log_{10} x = \frac{2y}{3} (Equation 1)

Step 2: Simplify the left side of the second equation The left side of the second equation is 2+4+6++2y3+6+9++3y\frac{2 + 4 + 6 + \dots + 2y}{3 + 6 + 9 + \dots + 3y}. The numerator is 2+4+6++2y2 + 4 + 6 + \dots + 2y. We can factor out 2: Numerator = 2(1+2+3++y)2(1 + 2 + 3 + \dots + y) Using the formula for the sum of the first yy natural numbers, 1+2++y=y(y+1)21 + 2 + \dots + y = \frac{y(y+1)}{2}: Numerator = 2×y(y+1)2=y(y+1)2 \times \frac{y(y+1)}{2} = y(y+1)

The denominator is 3+6+9++3y3 + 6 + 9 + \dots + 3y. We can factor out 3: Denominator = 3(1+2+3++y)3(1 + 2 + 3 + \dots + y) Using the same formula for the sum of the first yy natural numbers: Denominator = 3×y(y+1)23 \times \frac{y(y+1)}{2}

Now, substitute these simplified expressions back into the fraction: NumeratorDenominator=y(y+1)3×y(y+1)2\frac{\text{Numerator}}{\text{Denominator}} = \frac{y(y+1)}{3 \times \frac{y(y+1)}{2}} Assuming y>0y > 0, we can cancel out y(y+1)y(y+1): 13/2=23\frac{1}{3/2} = \frac{2}{3}

Step 3: Solve the second equation The second equation is 2+4+6++2y3+6+9++3y=4log10x\frac{2 + 4 + 6 + \dots + 2y}{3 + 6 + 9 + \dots + 3y} = \frac{4}{\log_{10} x}. From Step 2, we found the left side simplifies to 23\frac{2}{3}. So, we have: 23=4log10x\frac{2}{3} = \frac{4}{\log_{10} x} Now, we solve for log10x\log_{10} x: 2×log10x=3×42 \times \log_{10} x = 3 \times 4 2log10x=122 \log_{10} x = 12 log10x=6\log_{10} x = 6 (Equation 2)

Step 4: Solve the system of equations for xx and yy We have two equations:

  1. log10x=2y3\log_{10} x = \frac{2y}{3}
  2. log10x=6\log_{10} x = 6

From Equation 2, we directly get log10x=6\log_{10} x = 6. Substitute this value into Equation 1: 6=2y36 = \frac{2y}{3} Multiply both sides by 3: 18=2y18 = 2y Divide by 2: y=9y = 9

Now we find xx using log10x=6\log_{10} x = 6. By the definition of logarithms, this means: x=106x = 10^6

Step 5: Form the ordered pair (x,y)(x, y) The ordered pair (x,y)(x, y) is (106,9)(10^6, 9).

Common Mistakes & Tips

  • Logarithm Properties: Ensure accurate application of logb(Mp)=plogbM\log_b (M^p) = p \log_b M. Forgetting this will lead to incorrect series simplification.
  • GP Identification: Carefully identify the first term (aa) and common ratio (rr) of the geometric progression. A common error is miscalculating rr.
  • AP Sum Simplification: Factoring out common terms from APs, like 2 from the numerator and 3 from the denominator, simplifies the calculation significantly and reduces the chance of errors.
  • Solving the System: Treat the two derived equations as a system of equations and solve them systematically.

Summary The problem requires combining logarithmic properties with the sums of infinite geometric and arithmetic progressions. First, we simplified the expression for yy by recognizing an infinite geometric series, leading to a relationship between yy and log10x\log_{10} x. Then, we simplified the ratio in the second equation by recognizing arithmetic progressions and using the formula for the sum of natural numbers. This yielded a direct value for log10x\log_{10} x. Finally, we solved the system of two equations to find the values of xx and yy.

The final answer is \boxed{\text{(10^6, 9)}}.

Practice More Sequences & Series Questions

View All Questions