The Product of Doom
A Journey into Limits
Imagine you are standing at the edge of a mathematical abyss. You are presented with a sequence Un that looks like a monster: a product of terms, each with its own exponent, all growing as n marches toward infinity.
It is easy to feel overwhelmed, but in the world of JEE Advanced, every monster has a weakness. Our goal is to find limn→∞(Un)−4/n2. Let us break this down together.
Phase 1
The Logarithmic Bridge
We start with the expression:
Dealing with a product of n terms where n is going to infinity is a nightmare. But remember, logarithms are the great simplifiers; they turn products into sums.
Let L=limn→∞(Un)−4/n2. Taking the natural logarithm of both sides, we get lnL=limn→∞ln((Un)−4/n2).
Using the power rule for logarithms, the exponent −n24 jumps to the front, and the log of the product becomes the sum of the logs:
lnL=n→∞lim−n24r=1∑nrln(1+n2r2)
Suddenly, the monster is much smaller.
Phase 2
The Riemann Sum
Now, look at the structure of our sum. We have a n21 outside and an r inside. This is the classic setup for a Riemann sum.
We need to create terms of nr and a n1 outside. Let us rewrite the expression:
lnL=−4n→∞limr=1∑n(nr)ln(1+(nr)2)n1
This is the moment of truth. As n→∞, this sum transforms into the definite integral:
Here, the nr becomes x, and the n1 becomes dx. We have successfully bridged the gap from discrete summation to continuous calculus.
Phase 3
The Final Integration
We are left with the integral lnL=−4∫01xln(1+x2)dx. This looks intimidating, but a simple substitution will save us.
Let t=1+x2. Then dt=2xdx, or xdx=2dt. When x=0, t=1. When x=1, t=2.
The integral becomes:
lnL=−4∫12ln(t)2dt=−2∫12lntdt
The integral of lnt is a standard result: tlnt−t. Evaluating this from 1 to 2:
lnL=−2[(2ln2−2)−(1ln1−1)]
Since ln1=0, this simplifies to:
lnL=−2[2ln2−2+1]=−2[2ln2−1]=2−4ln2
The Grand Finale
We have lnL=2−4ln2. We can write 2 as ln(e2) and 4ln2 as ln(24)=ln(16).
So, lnL=ln(e2)−ln(16)=ln(16e2). Taking the antilog, we find:
We have conquered the monster! The final answer is 16e2. Remember, no matter how complex a limit looks, there is always a path to simplify it.