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

Question

If 0 < x < 1, then 32x2+53x3+74x4+.....{3 \over 2}{x^2} + {5 \over 3}{x^3} + {7 \over 4}{x^4} + ....., is equal to :

Options

Solution

Key Concepts and Formulas

This problem involves the summation of an infinite series. We will utilize the following key concepts:

  1. Maclaurin Series for ln(1x)\ln(1-x): The Maclaurin series expansion for ln(1x)\ln(1-x) is given by: ln(1x)=(x+x22+x33+x44+)for x<1\ln(1-x) = - \left( x + \frac{x^2}{2} + \frac{x^3}{3} + \frac{x^4}{4} + \dots \right) \quad \text{for } |x| < 1 Rearranging this, we get: ln(1x)=x+x22+x33+x44+for x<1-\ln(1-x) = x + \frac{x^2}{2} + \frac{x^3}{3} + \frac{x^4}{4} + \dots \quad \text{for } |x| < 1
  2. Sum of an Infinite Geometric Series: The sum of an infinite geometric series a+ar+ar2+a + ar + ar^2 + \dots with first term aa and common ratio rr is: S=a1rfor r<1S_\infty = \frac{a}{1-r} \quad \text{for } |r| < 1 The condition 0<x<10 < x < 1 ensures that all series involved are convergent.

Step-by-Step Solution

Let the given series be SS. S=32x2+53x3+74x4+S = {3 \over 2}{x^2} + {5 \over 3}{x^3} + {7 \over 4}{x^4} + \dots \dots \infty

Step 1: Identify the General Term of the Series We examine the structure of the terms in the series. The first term is 32x2\frac{3}{2}x^2. The second term is 53x3\frac{5}{3}x^3. The third term is 74x4\frac{7}{4}x^4. If we consider the nn-th term corresponding to xnx^n (where nn starts from 2), the numerator is 2n12n-1 and the denominator is nn. Thus, the general term can be expressed as Tn=2n1nxnT_n = \frac{2n-1}{n}x^n for n2n \ge 2.

Step 2: Rewrite the General Term to Facilitate Splitting We can simplify the coefficient 2n1n\frac{2n-1}{n}: 2n1n=2nn1n=21n\frac{2n-1}{n} = \frac{2n}{n} - \frac{1}{n} = 2 - \frac{1}{n} Substituting this back into the general term, we get Tn=(21n)xnT_n = \left(2 - \frac{1}{n}\right)x^n.

Step 3: Split the Series into Two Separate Series Using the rewritten general term, we can expand the series SS: S=n=2(21n)xnS = \sum_{n=2}^{\infty} \left(2 - \frac{1}{n}\right)x^n This sum can be split into two separate sums: S=n=22xnn=21nxnS = \sum_{n=2}^{\infty} 2x^n - \sum_{n=2}^{\infty} \frac{1}{n}x^n S=2n=2xnn=2xnnS = 2 \sum_{n=2}^{\infty} x^n - \sum_{n=2}^{\infty} \frac{x^n}{n}

Step 4: Evaluate the First Series (Geometric Series) The first part is 2n=2xn=2(x2+x3+x4+)2 \sum_{n=2}^{\infty} x^n = 2(x^2 + x^3 + x^4 + \dots). This is an infinite geometric series with the first term a=x2a = x^2 and the common ratio r=xr = x. Since 0<x<10 < x < 1, r<1|r| < 1, and the sum converges to: x2+x3+x4+=a1r=x21xx^2 + x^3 + x^4 + \dots = \frac{a}{1-r} = \frac{x^2}{1-x} So, the first part of SS is: 2(x21x)=2x21x2 \left( \frac{x^2}{1-x} \right) = \frac{2x^2}{1-x}

Step 5: Evaluate the Second Series (Related to Logarithmic Series) The second part is n=2xnn=(x22+x33+x44+)-\sum_{n=2}^{\infty} \frac{x^n}{n} = -\left(\frac{x^2}{2} + \frac{x^3}{3} + \frac{x^4}{4} + \dots \right). We know the Maclaurin series for ln(1x)-\ln(1-x): ln(1x)=x+x22+x33+x44+-\ln(1-x) = x + \frac{x^2}{2} + \frac{x^3}{3} + \frac{x^4}{4} + \dots The series we have, x22+x33+x44+\frac{x^2}{2} + \frac{x^3}{3} + \frac{x^4}{4} + \dots, is the Maclaurin series for ln(1x)-\ln(1-x) with the first term xx removed. Therefore, x22+x33+x44+=ln(1x)x\frac{x^2}{2} + \frac{x^3}{3} + \frac{x^4}{4} + \dots = -\ln(1-x) - x The second part of SS is: (ln(1x)x)=ln(1x)+x-\left(-\ln(1-x) - x\right) = \ln(1-x) + x

Step 6: Combine the Results and Simplify Now, we add the results from Step 4 and Step 5 to find SS: S=2x21x+(ln(1x)+x)S = \frac{2x^2}{1-x} + (\ln(1-x) + x) S=2x21x+x+ln(1x)S = \frac{2x^2}{1-x} + x + \ln(1-x) To combine the terms with xx, we find a common denominator: S=2x21x+x(1x)1x+ln(1x)S = \frac{2x^2}{1-x} + \frac{x(1-x)}{1-x} + \ln(1-x) S=2x2+xx21x+ln(1x)S = \frac{2x^2 + x - x^2}{1-x} + \ln(1-x) S=x2+x1x+ln(1x)S = \frac{x^2 + x}{1-x} + \ln(1-x) Factor out xx from the numerator: S=x(x+1)1x+ln(1x)S = \frac{x(x+1)}{1-x} + \ln(1-x) This can be written as: S=x(1+x1x)+ln(1x)S = x \left( \frac{1+x}{1-x} \right) + \ln(1-x)

This expression matches option (A).


Common Mistakes & Tips

  • Index of Series: Be careful with the starting index of the series. The given series starts with x2x^2, while the standard logarithmic series starts with xx. This requires adjustment by adding or subtracting terms.
  • Algebraic Manipulation: Ensure accuracy when combining fractions or simplifying expressions. A small error in algebra can lead to an incorrect final answer.
  • Convergence Conditions: Always verify that the condition on xx (here, 0<x<10 < x < 1) satisfies the convergence criteria for the series being used.

Summary

The problem requires summing an infinite series. We first identified the general term of the series and rewrote it by splitting the coefficient into a constant and a reciprocal term. This allowed us to decompose the given series into a geometric series and a series related to the logarithmic expansion. By evaluating each part separately and then combining them, we arrived at the final simplified expression.

The final answer is x(1+x1x)+loge(1x)\boxed{x\left( {{{1 + x} \over {1 - x}}} \right) + {\log _e}(1 - x)}, which corresponds to option (A).

Practice More Sequences & Series Questions

View All Questions