Skip to main content
Back to Definite Integration
JEE Main 2020
Definite Integration
Definite Integration
Hard

Question

If Un=(1+1n2)(1+22n2)2.....(1+n2n2)n{U_n} = \left( {1 + {1 \over {{n^2}}}} \right)\left( {1 + {{{2^2}} \over {{n^2}}}} \right)^2.....\left( {1 + {{{n^2}} \over {{n^2}}}} \right)^n, then limn(Un)4n2\mathop {\lim }\limits_{n \to \infty } {({U_n})^{{{ - 4} \over {{n^2}}}}} is equal to :

Options

Solution

Key Concepts and Formulas

  • Limits of Products and Logarithms: When evaluating limits of expressions involving products, taking the natural logarithm is a standard technique to convert the product into a sum. This is because log(ai)=log(ai)\log(\prod a_i) = \sum \log(a_i) and log(ab)=bloga\log(a^b) = b \log a.
  • Riemann Sums and Definite Integrals: A limit of a sum of the form limn1nr=1nf(rn)\mathop {\lim }\limits_{n \to \infty } {1 \over n}\sum\limits_{r = 1}^n {f\left( {{r \over n}} \right)} can be converted into a definite integral 01f(x)dx\int_0^1 f(x) \, dx. Here, xx corresponds to rn\frac{r}{n} and dxdx corresponds to 1n\frac{1}{n}.
  • Integration by Substitution: This technique is used to simplify integrals by substituting a part of the integrand with a new variable. If u=g(x)u = g(x), then du=g(x)dxdu = g'(x) \, dx. The limits of integration also need to be changed according to the substitution.

Step-by-Step Solution

Step 1: Express UnU_n and the Limit in a Usable Form

We are given Un=(1+1n2)(1+22n2)2.....(1+n2n2)n{U_n} = \left( {1 + {1 \over {{n^2}}}} \right)\left( {1 + {{{2^2}} \over {{n^2}}}} \right)^2.....\left( {1 + {{{n^2}} \over {{n^2}}}} \right)^n. This can be written using product notation as: Un=r=1n(1+r2n2)r{U_n} = \prod\limits_{r = 1}^n {{{\left( {1 + {{{r^2}} \over {{n^2}}}} \right)}^r}} We need to find the limit L=limn(Un)4n2L = \mathop {\lim }\limits_{n \to \infty } {({U_n})^{{{ - 4} \over {{n^2}}}}}

Step 2: Apply Natural Logarithm to Simplify the Limit

To handle the limit of an expression raised to a power, we take the natural logarithm of the entire expression. logL=limnlog((Un)4n2)\log L = \mathop {\lim }\limits_{n \to \infty } \log \left( {({U_n})^{{{ - 4} \over {{n^2}}}}} \right) Using the logarithm property log(ab)=bloga\log(a^b) = b \log a: logL=limn4n2log(Un)\log L = \mathop {\lim }\limits_{n \to \infty } {{ - 4} \over {{n^2}}} \log ({U_n}) Substitute the product form of UnU_n: logL=limn4n2log(r=1n(1+r2n2)r)\log L = \mathop {\lim }\limits_{n \to \infty } {{ - 4} \over {{n^2}}} \log \left( {\prod\limits_{r = 1}^n {{{\left( {1 + {{{r^2}} \over {{n^2}}}} \right)}^r}} } \right) Using the logarithm property log(ai)=log(ai)\log(\prod a_i) = \sum \log(a_i): logL=limn4n2r=1nlog(1+r2n2)r\log L = \mathop {\lim }\limits_{n \to \infty } {{ - 4} \over {{n^2}}} \sum\limits_{r = 1}^n {\log {{\left( {1 + {{{r^2}} \over {{n^2}}}} \right)}^r}} Applying log(ab)=bloga\log(a^b) = b \log a again: logL=limn4n2r=1nrlog(1+r2n2)\log L = \mathop {\lim }\limits_{n \to \infty } {{ - 4} \over {{n^2}}} \sum\limits_{r = 1}^n {r \log \left( {1 + {{{r^2}} \over {{n^2}}}} \right)}

Step 3: Rearrange the Sum for Riemann Sum Formation

We need to convert the sum into the form 1nf(rn)\frac{1}{n}\sum f(\frac{r}{n}). Let's rearrange the terms: logL=limnr=1n(4rn2)log(1+r2n2)\log L = \mathop {\lim }\limits_{n \to \infty } \sum\limits_{r = 1}^n {\left( {{{ - 4r} \over {{n^2}}}} \right) \log \left( {1 + {{{r^2}} \over {{n^2}}}} \right)} To achieve the 1n\frac{1}{n} factor, we write rn2\frac{r}{n^2} as rn1n\frac{r}{n} \cdot \frac{1}{n}: logL=limnr=1n4(rn)(1n)log(1+(rn)2)\log L = \mathop {\lim }\limits_{n \to \infty } \sum\limits_{r = 1}^n { - 4 \left( {{r \over n}} \right) \left( {{1 \over n}} \right) \log \left( {1 + {{\left( {{r \over n}} \right)}^2}} \right)}

Step 4: Convert the Sum to a Definite Integral

Now, we can identify the components of a Riemann sum:

  • x=rnx = \frac{r}{n}
  • dx=1ndx = \frac{1}{n}
  • The function is f(x)=4xlog(1+x2)f(x) = -4x \log(1+x^2).
  • As nn \to \infty, rr goes from 11 to nn, so rn\frac{r}{n} goes from 1n0\frac{1}{n} \to 0 to nn=1\frac{n}{n} = 1. The limits of integration are from 00 to 11.

Thus, the limit of the sum becomes a definite integral: logL=014xlog(1+x2)dx\log L = \int\limits_0^1 { - 4x\log (1 + {x^2})\,dx} logL=401xlog(1+x2)dx\log L = - 4\int\limits_0^1 {x\log (1 + {x^2})\,dx}

Step 5: Evaluate the Definite Integral

We use integration by substitution. Let u=1+x2u = 1 + x^2. Then, du=2xdxdu = 2x \, dx, which means xdx=12dux \, dx = \frac{1}{2} du.

We also need to change the limits of integration: When x=0x = 0, u=1+02=1u = 1 + 0^2 = 1. When x=1x = 1, u=1+12=2u = 1 + 1^2 = 2.

Substituting these into the integral: logL=412log(u)(12du)\log L = - 4\int\limits_1^2 {\log(u) \left( {{1 \over 2}}\,du \right)} logL=41212log(u)du\log L = - 4 \cdot {1 \over 2} \int\limits_1^2 {\log(u)\,du} logL=212log(u)du\log L = - 2 \int\limits_1^2 {\log(u)\,du}

The integral of log(u)\log(u) is ulog(u)uu \log(u) - u. logL=2[ulog(u)u]12\log L = - 2 \left[ {u \log(u) - u} \right]_1^2 Now, we evaluate at the limits: logL=2[(2log(2)2)(1log(1)1)]\log L = - 2 \left[ {(2 \log(2) - 2) - (1 \log(1) - 1)} \right] Since log(1)=0\log(1) = 0: logL=2[2log(2)2(01)]\log L = - 2 \left[ {2 \log(2) - 2 - (0 - 1)} \right] logL=2[2log(2)2+1]\log L = - 2 \left[ {2 \log(2) - 2 + 1} \right] logL=2[2log(2)1]\log L = - 2 \left[ {2 \log(2) - 1} \right] logL=4log(2)+2\log L = - 4 \log(2) + 2

Step 6: Solve for LL

We have logL=24log(2)\log L = 2 - 4 \log(2). Using logarithm properties, 4log(2)=log(24)=log(16)4 \log(2) = \log(2^4) = \log(16). So, logL=2log(16)\log L = 2 - \log(16). We can write 22 as log(e2)\log(e^2). logL=log(e2)log(16)\log L = \log(e^2) - \log(16) Using the property logalogb=log(ab)\log a - \log b = \log(\frac{a}{b}): logL=log(e216)\log L = \log\left( {{e^2} \over {16}} \right) Therefore, L=e216L = {{e^2} \over {16}}.

Common Mistakes & Tips

  • Incorrect Riemann Sum Setup: Ensure that the expression inside the sum can be correctly transformed into the form f(rn)1nf(\frac{r}{n}) \cdot \frac{1}{n}. Pay close attention to how powers of nn are distributed.
  • Logarithm Properties: Mistakes in applying log(ab)=bloga\log(a^b) = b \log a or log(ai)=log(ai)\log(\prod a_i) = \sum \log(a_i) can lead to incorrect sums.
  • Integration by Substitution Errors: Incorrectly changing the limits of integration or the differential element (dudu) when performing substitution is a common pitfall.

Summary

The problem requires converting a limit of a power of a product into a definite integral. This is achieved by taking the natural logarithm to transform the product into a sum and then recognizing the sum as a Riemann sum. The resulting definite integral is evaluated using integration by substitution. The final step involves exponentiating the result of the logarithm to find the value of the original limit.

The final answer is \boxed{\frac{e^2}{16}}. This corresponds to option (A).

Practice More Definite Integration Questions

View All Questions