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) and log(ab)=bloga.
- Riemann Sums and Definite Integrals: A limit of a sum of the form n→∞limn1r=1∑nf(nr) can be converted into a definite integral ∫01f(x)dx. Here, x corresponds to nr and dx corresponds to n1.
- 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), then du=g′(x)dx. The limits of integration also need to be changed according to the substitution.
Step-by-Step Solution
Step 1: Express Un and the Limit in a Usable Form
We are given Un=(1+n21)(1+n222)2.....(1+n2n2)n.
This can be written using product notation as:
Un=r=1∏n(1+n2r2)r
We need to find the limit L=n→∞lim(Un)n2−4
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=n→∞limlog((Un)n2−4)
Using the logarithm property log(ab)=bloga:
logL=n→∞limn2−4log(Un)
Substitute the product form of Un:
logL=n→∞limn2−4log(r=1∏n(1+n2r2)r)
Using the logarithm property log(∏ai)=∑log(ai):
logL=n→∞limn2−4r=1∑nlog(1+n2r2)r
Applying log(ab)=bloga again:
logL=n→∞limn2−4r=1∑nrlog(1+n2r2)
Step 3: Rearrange the Sum for Riemann Sum Formation
We need to convert the sum into the form n1∑f(nr). Let's rearrange the terms:
logL=n→∞limr=1∑n(n2−4r)log(1+n2r2)
To achieve the n1 factor, we write n2r as nr⋅n1:
logL=n→∞limr=1∑n−4(nr)(n1)log(1+(nr)2)
Step 4: Convert the Sum to a Definite Integral
Now, we can identify the components of a Riemann sum:
- x=nr
- dx=n1
- The function is f(x)=−4xlog(1+x2).
- As n→∞, r goes from 1 to n, so nr goes from n1→0 to nn=1. The limits of integration are from 0 to 1.
Thus, the limit of the sum becomes a definite integral:
logL=0∫1−4xlog(1+x2)dx
logL=−40∫1xlog(1+x2)dx
Step 5: Evaluate the Definite Integral
We use integration by substitution. Let u=1+x2.
Then, du=2xdx, which means xdx=21du.
We also need to change the limits of integration:
When x=0, u=1+02=1.
When x=1, u=1+12=2.
Substituting these into the integral:
logL=−41∫2log(u)(21du)
logL=−4⋅211∫2log(u)du
logL=−21∫2log(u)du
The integral of log(u) is ulog(u)−u.
logL=−2[ulog(u)−u]12
Now, we evaluate at the limits:
logL=−2[(2log(2)−2)−(1log(1)−1)]
Since log(1)=0:
logL=−2[2log(2)−2−(0−1)]
logL=−2[2log(2)−2+1]
logL=−2[2log(2)−1]
logL=−4log(2)+2
Step 6: Solve for L
We have logL=2−4log(2).
Using logarithm properties, 4log(2)=log(24)=log(16).
So, logL=2−log(16).
We can write 2 as log(e2).
logL=log(e2)−log(16)
Using the property loga−logb=log(ba):
logL=log(16e2)
Therefore, L=16e2.
Common Mistakes & Tips
- Incorrect Riemann Sum Setup: Ensure that the expression inside the sum can be correctly transformed into the form f(nr)⋅n1. Pay close attention to how powers of n are distributed.
- Logarithm Properties: Mistakes in applying log(ab)=bloga or log(∏ai)=∑log(ai) can lead to incorrect sums.
- Integration by Substitution Errors: Incorrectly changing the limits of integration or the differential element (du) 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).