The Anatomy of a Mathematical Monster
Taming the Limit
My dear student, look at the expression on your screen. It is designed to intimidate. It has a limit as n→∞, a massive product of terms, and an exponent that depends on x.
In the world of JEE Advanced, we do not run from monsters; we dissect them. This problem is a beautiful example of how complex structures often hide elegant, simple truths.
Phase 1
The Logarithmic Transformation
Whenever you encounter a limit of a product raised to a variable power, your first instinct should be to take the natural logarithm. The logarithm is the great simplifier; it turns products into sums and brings exponents down to the ground level.
Let f(x) be our expression. By taking the natural logarithm, we get:
lnf(x)=n→∞limnxln(n!∏k=1n(x2+k2n2)nn∏k=1n(x+kn))
Suddenly, the exponent nx is no longer a threat; it is just a coefficient. The product is now inside the logarithm, waiting to be broken down into a sum of logarithms.
Phase 2
The Riemann Sum Revelation
Now, let us organize the terms. We know that n!=∏k=1nk and nn=∏k=1nn. By grouping these, we can rewrite the entire product as:
k=1∏nk(x2+k2n2)n(x+kn)
When we simplify the general term of this product, we get kx2+kn2nx+kn2. If we divide both the numerator and the denominator by kn2, we obtain:
This is the moment of clarity! We have successfully expressed the term as a function of nk. The expression becomes:
lnf(x)=n→∞limnxk=1∑nln(1+x2(nk)21+x(nk))
This is the classic signature of a Riemann sum. We are looking at limn→∞n1∑k=1ng(nk), which is the definition of the definite integral ∫01g(y)dy.
Phase 3
The Calculus of Elegance
With the Riemann sum identified, our limit transforms into a beautiful integral:
lnf(x)=x∫01ln(1+x2y21+xy)dy
To make this even cleaner, we use a substitution. Let t=xy. Then dt=xdy, and the limits change from 0 to x. The x outside the integral cancels out perfectly with the x from the differential dy.
We are left with:
lnf(x)=∫0xln(1+t21+t)dt
This is the heart of the problem. We have reduced a terrifying limit to a simple integral.
Phase 4
The Final Analysis
Now, the question asks us to analyze the behavior of f(x). To do this, we need the derivative f′(x). We use the Leibniz Rule (or the Fundamental Theorem of Calculus) to differentiate the integral:
dxd[lnf(x)]=dxd[∫0xln(1+t21+t)dt]
This gives us:
To find the critical points, we set f′(x)=0, which implies ln(1+x21+x)=0, or 1+x21+x=1. Solving this quadratic equation 1+x=1+x2 gives us x=0 or x=1.
Since x>0, our critical point is x=1. By testing values, we see that for x<1, the derivative is positive (the function increases), and for x>1, the derivative is negative (the function decreases). Thus, f(1) is the absolute maximum. We have conquered the monster!