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

Question

The greatest integer less than or equal to the sum of first 100 terms of the sequence 13,59,1927,6581,{1 \over 3},{5 \over 9},{{19} \over {27}},{{65} \over {81}}, ...... is equal to ___________.

Answer: 1

Solution

Key Concepts and Formulas:

  1. General Term of a Sequence: Identifying a formula for the rr-th term (ara_r) of a sequence is crucial for summation. This often involves recognizing patterns in numerators, denominators, or differences between terms, frequently related to arithmetic or geometric progressions.
  2. Summation of Series: The ability to express and evaluate sums of sequences is fundamental. For a geometric progression (GP) with first term AA, common ratio RR, and NN terms, the sum is SN=A1RN1RS_N = A \frac{1-R^N}{1-R} when R<1|R| < 1.
  3. Properties of Summation: The linearity of summation allows splitting a sum of terms into sums of individual components: (xr+yr)=xr+yr\sum (x_r + y_r) = \sum x_r + \sum y_r and cxr=cxr\sum c \cdot x_r = c \sum x_r. Also, r=1Nc=Nc\sum_{r=1}^N c = Nc.
  4. Floor Function (x\lfloor x \rfloor): This function returns the greatest integer less than or equal to xx. It effectively "rounds down" to the nearest integer.

Step-by-Step Solution:

Step 1: Identify the General Term (ara_r) of the Sequence

We are given the sequence: 13,59,1927,6581,\frac{1}{3}, \frac{5}{9}, \frac{19}{27}, \frac{65}{81}, \dots Let's analyze the structure of each term.

  • Denominators: The denominators are 3,9,27,81,3, 9, 27, 81, \dots. These are powers of 3: 31,32,33,34,3^1, 3^2, 3^3, 3^4, \dots. Thus, the denominator of the rr-th term is 3r3^r.

  • Numerators: The numerators are 1,5,19,65,1, 5, 19, 65, \dots. Let's see if there's a relationship with the corresponding denominators (3r3^r).

    • For r=1r=1: Denominator is 31=33^1=3. Numerator is 11. We can write 1=321 = 3 - 2.
    • For r=2r=2: Denominator is 32=93^2=9. Numerator is 55. We can write 5=945 = 9 - 4.
    • For r=3r=3: Denominator is 33=273^3=27. Numerator is 1919. We can write 19=27819 = 27 - 8.
    • For r=4r=4: Denominator is 34=813^4=81. Numerator is 6565. We can write 65=811665 = 81 - 16.

    The numbers being subtracted are 2,4,8,16,2, 4, 8, 16, \dots, which are powers of 2: 21,22,23,24,2^1, 2^2, 2^3, 2^4, \dots. So, the number subtracted for the rr-th term is 2r2^r. Therefore, the numerator of the rr-th term is 3r2r3^r - 2^r.

  • General Term: Combining the numerator and denominator, the rr-th term ara_r is: ar=3r2r3ra_r = \frac{3^r - 2^r}{3^r} To simplify this for summation, we can split the fraction: ar=3r3r2r3r=1(23)ra_r = \frac{3^r}{3^r} - \frac{2^r}{3^r} = 1 - \left(\frac{2}{3}\right)^r

Step 2: Express the Sum of the First 100 Terms (S100S_{100})

We need to calculate the sum of the first 100 terms, S100S_{100}. Using the general term: S100=r=1100ar=r=1100(1(23)r)S_{100} = \sum_{r=1}^{100} a_r = \sum_{r=1}^{100} \left(1 - \left(\frac{2}{3}\right)^r\right)

Step 3: Evaluate the Summation

Using the linearity property of summation, we can split the sum into two parts: S100=r=11001r=1100(23)rS_{100} = \sum_{r=1}^{100} 1 - \sum_{r=1}^{100} \left(\frac{2}{3}\right)^r

  • Part 1: Sum of the constant term The sum of the constant 1, 100 times, is: r=11001=1×100=100\sum_{r=1}^{100} 1 = 1 \times 100 = 100

  • Part 2: Sum of the geometric progression The second part is the sum of a geometric progression: r=1100(23)r\sum_{r=1}^{100} \left(\frac{2}{3}\right)^r. Here, the first term is A=(23)1=23A = (\frac{2}{3})^1 = \frac{2}{3}. The common ratio is R=23R = \frac{2}{3}. The number of terms is N=100N = 100. Since R=23<1|R| = |\frac{2}{3}| < 1, we use the GP sum formula SN=A1RN1RS_N = A \frac{1-R^N}{1-R}: r=1100(23)r=23(1(23)100)123\sum_{r=1}^{100} \left(\frac{2}{3}\right)^r = \frac{\frac{2}{3} \left(1 - \left(\frac{2}{3}\right)^{100}\right)}{1 - \frac{2}{3}} The denominator is 123=131 - \frac{2}{3} = \frac{1}{3}. =23(1(23)100)13=2(1(23)100)=22(23)100= \frac{\frac{2}{3} \left(1 - \left(\frac{2}{3}\right)^{100}\right)}{\frac{1}{3}} = 2 \left(1 - \left(\frac{2}{3}\right)^{100}\right) = 2 - 2\left(\frac{2}{3}\right)^{100}

Step 4: Combine the Parts to Find the Total Sum S100S_{100}

Substitute the results from Step 3 back into the expression for S100S_{100}: S100=100(22(23)100)S_{100} = 100 - \left(2 - 2\left(\frac{2}{3}\right)^{100}\right) S100=1002+2(23)100S_{100} = 100 - 2 + 2\left(\frac{2}{3}\right)^{100} S100=98+2(23)100S_{100} = 98 + 2\left(\frac{2}{3}\right)^{100}

Step 5: Apply the Floor Function

We need to find the greatest integer less than or equal to S100S_{100}, denoted by S100\lfloor S_{100} \rfloor. The sum is S100=98+2(23)100S_{100} = 98 + 2\left(\frac{2}{3}\right)^{100}.

Let's analyze the term 2(23)1002\left(\frac{2}{3}\right)^{100}:

  • The base 23\frac{2}{3} is a positive number between 0 and 1.
  • When a number between 0 and 1 is raised to a large positive power (like 100), the result is a very small positive number that approaches 0.
  • Therefore, 0<(23)100<10 < \left(\frac{2}{3}\right)^{100} < 1.
  • Multiplying by 2, we get 0<2(23)100<20 < 2\left(\frac{2}{3}\right)^{100} < 2.
  • Crucially, 2(23)1002\left(\frac{2}{3}\right)^{100} is a tiny positive decimal fraction, significantly less than 1.

So, S100=98+(a very small positive fraction)S_{100} = 98 + (\text{a very small positive fraction}). This means S100S_{100} is slightly greater than 98 but less than 99. For instance, it might be 98.0000...00198.0000...001.

Applying the floor function: S100=98+2(23)100=98\lfloor S_{100} \rfloor = \left\lfloor 98 + 2\left(\frac{2}{3}\right)^{100} \right\rfloor = 98

The greatest integer less than or equal to the sum of the first 100 terms is 98.


Common Mistakes & Tips:

  • Pattern Recognition: Be systematic when finding the general term. Test your derived formula with the initial terms of the sequence.
  • Algebraic Simplification: Simplifying the general term by splitting fractions can significantly ease the summation process.
  • GP Formula Application: Ensure you correctly identify the first term, common ratio, and number of terms for the GP. Be mindful of the condition R<1|R| < 1 for the formula used.
  • Floor Function Interpretation: Remember that the floor function always rounds down to the nearest integer, even for numbers just above an integer.

Summary:

The problem involves finding the general term of a sequence by recognizing patterns in its numerators and denominators. The general term was found to be ar=1(23)ra_r = 1 - (\frac{2}{3})^r. The sum of the first 100 terms was then calculated by splitting this into the sum of a constant and the sum of a geometric progression. The sum was found to be 98+2(23)10098 + 2(\frac{2}{3})^{100}. Since 2(23)1002(\frac{2}{3})^{100} is a very small positive quantity, the greatest integer less than or equal to this sum is 98.

The final answer is 98\boxed{98}.

Practice More Sequences & Series Questions

View All Questions