Skip to main content
Back to Binomial Theorem
JEE Main 2019
Binomial Theorem
Binomial Theorem
Medium

Question

The lowest integer which is greater than (1+110100)10100{\left( {1 + {1 \over {{{10}^{100}}}}} \right)^{{{10}^{100}}}} is ______________.

Options

Solution

Understanding the Core Concepts

This problem leverages two fundamental mathematical concepts:

  1. The Binomial Theorem: For any positive integer nn and any real numbers aa and bb, the expansion of (a+b)n(a+b)^n is given by: (a+b)n=k=0n(nk)ankbk=an+(n1)an1b+(n2)an2b2++bn(a+b)^n = \sum_{k=0}^n \binom{n}{k} a^{n-k} b^k = a^n + \binom{n}{1} a^{n-1}b + \binom{n}{2} a^{n-2}b^2 + \dots + b^n A more specific form, often used in calculus and approximations, is for (1+y)n(1+y)^n: (1+y)n=1+ny+n(n1)2!y2+n(n1)(n2)3!y3++yn(1+y)^n = 1 + ny + \frac{n(n-1)}{2!}y^2 + \frac{n(n-1)(n-2)}{3!}y^3 + \dots + y^n
  2. The Mathematical Constant ee: The constant ee (Euler's number) is defined by several equivalent expressions. The most relevant for this problem is the limit definition: e=limx(1+1x)xe = \lim_{x \to \infty} \left(1 + \frac{1}{x}\right)^x And its infinite series expansion: e=n=01n!=1+11!+12!+13!+e = \sum_{n=0}^\infty \frac{1}{n!} = 1 + \frac{1}{1!} + \frac{1}{2!} + \frac{1}{3!} + \dots

Step-by-Step Solution

1. Simplify the Expression with Substitution

Let the given expression be PP: P=(1+110100)10100P = {\left( {1 + {1 \over {{{10}^{100}}}}} \right)^{{{10}^{100}}}} To make the expression more manageable and to clearly relate it to the definition of ee, we perform a substitution. Let x=10100x = {10^{100}}. Reasoning: This substitution simplifies the appearance of the expression and highlights its structure as (1+1x)x\left(1 + \frac{1}{x}\right)^x, which is directly related to the definition of ee. Since 1010010^{100} is an extremely large positive integer, xx approaches infinity conceptually for this type of problem.

Now, PP becomes: P=(1+1x)xP = {\left( {1 + {1 \over x}} \right)^x}

2. Apply the Binomial Theorem

Since x=10100x = {10^{100}} is a positive integer, we can expand (1+1x)x{\left( {1 + {1 \over x}} \right)^x} using the binomial theorem. Reasoning: The binomial theorem provides an exact expansion for expressions raised to a positive integer power. This allows us to analyze the individual terms and compare them to the series expansion of ee.

Using the binomial expansion (1+y)n=1+ny+n(n1)2!y2+(1+y)^n = 1 + ny + \frac{n(n-1)}{2!}y^2 + \dots, with y=1xy = \frac{1}{x} and n=xn = x: P=1+(x)(1x)+x(x1)2!(1x)2+x(x1)(x2)3!(1x)3++(1x)xP = 1 + (x)\left( {{1 \over x}} \right) + \frac{x(x-1)}{2!}\left( {{1 \over x}} \right)^2 + \frac{x(x-1)(x-2)}{3!}\left( {{1 \over x}} \right)^3 + \dots + \left( {{1 \over x}} \right)^x Tip: Note that this expansion will have x+1x+1 terms because the exponent is xx.

3. Simplify the Terms of the Expansion

Now, we simplify each term: P=1+1+x(x1)2!x2+x(x1)(x2)3!x3+P = 1 + 1 + \frac{x(x-1)}{2!x^2} + \frac{x(x-1)(x-2)}{3!x^3} + \dots Let's simplify the fractional coefficients: P=1+1+12!x(x1)x2+13!x(x1)(x2)x3+P = 1 + 1 + \frac{1}{2!} \frac{x(x-1)}{x^2} + \frac{1}{3!} \frac{x(x-1)(x-2)}{x^3} + \dots P=1+1+12!(11x)+13!(11x)(12x)+P = 1 + 1 + \frac{1}{2!} \left(1 - \frac{1}{x}\right) + \frac{1}{3!} \left(1 - \frac{1}{x}\right)\left(1 - \frac{2}{x}\right) + \dots Reasoning: This simplification rearranges the terms into a form that is directly comparable to the infinite series definition of ee. By dividing each factor by xx, we reveal terms like (1kx)\left(1 - \frac{k}{x}\right), which are slightly less than 1.

4. Compare with the Series Expansion of ee

Recall the infinite series for ee: e=1+11!+12!+13!+14!+e = 1 + \frac{1}{1!} + \frac{1}{2!} + \frac{1}{3!} + \frac{1}{4!} + \dots Now, let's compare PP with ee term by term: P=1+11!+12!(11x)+13!(11x)(12x)+14!(11x)(12x)(13x)+P = 1 + \frac{1}{1!} + \frac{1}{2!} \left(1 - \frac{1}{x}\right) + \frac{1}{3!} \left(1 - \frac{1}{x}\right)\left(1 - \frac{2}{x}\right) + \frac{1}{4!} \left(1 - \frac{1}{x}\right)\left(1 - \frac{2}{x}\right)\left(1 - \frac{3}{x}\right) + \dots Reasoning: This comparison is crucial for establishing the bounds of PP. We observe that for k1k \ge 1, the terms (1kx)\left(1 - \frac{k}{x}\right) are all less than 1, since x=10100x = 10^{100} is a very large positive number.

5. Establish Bounds for PP

From the expansion of PP:

  • The first two terms are 1+1=21+1 = 2.
  • For every subsequent term 1k!(11x)(12x)(1k1x)\frac{1}{k!} \left(1 - \frac{1}{x}\right)\left(1 - \frac{2}{x}\right)\dots\left(1 - \frac{k-1}{x}\right), since x=10100x = 10^{100} is a finite (though very large) positive number, each factor (1jx)\left(1 - \frac{j}{x}\right) for j<kj < k will be positive and strictly less than 1.
    • This means (11x)<1\left(1 - \frac{1}{x}\right) < 1
    • (11x)(12x)<1\left(1 - \frac{1}{x}\right)\left(1 - \frac{2}{x}\right) < 1
    • And so on.

Therefore, for k2k \ge 2: 1k!(11x)(12x)(1k1x)<1k!\frac{1}{k!} \left(1 - \frac{1}{x}\right)\left(1 - \frac{2}{x}\right)\dots\left(1 - \frac{k-1}{x}\right) < \frac{1}{k!} Reasoning: Because each multiplying factor (1jx)\left(1 - \frac{j}{x}\right) is less than 1, the entire term in the expansion of PP is strictly smaller than the corresponding term in the infinite series for ee (starting from k=2k=2).

This leads to the inequality: P<1+11!+12!+13!+P < 1 + \frac{1}{1!} + \frac{1}{2!} + \frac{1}{3!} + \dots P<eP < e Also, it's clear that P>2P > 2 since the first two terms sum to 2, and all subsequent terms are positive.

Combining these, we get: 2<P<e2 < P < e

6. Determine the Lowest Integer Greater than PP

We know that e2.71828e \approx 2.71828. Since 2<P<e2 < P < e, we have 2<P<2.718282 < P < 2.71828. Reasoning: With the numerical bounds established, we can definitively locate PP between two integers.

The lowest integer which is strictly greater than PP must be 33.

Summary and Key Takeaway

The value of the expression (1+110100)10100{\left( {1 + {1 \over {{{10}^{100}}}}} \right)^{{{10}^{100}}}} is slightly less than ee (approximately 2.7182.718). By using the binomial expansion and comparing it term-by-term with the infinite series definition of ee, we established that 2<P<e2 < P < e. Therefore, the lowest integer strictly greater than PP is 33. This problem elegantly demonstrates the relationship between the binomial theorem and the fundamental constant ee.

Practice More Binomial Theorem Questions

View All Questions