Analyzing the Setup
When you see expressions like
x→∞limxαβ(ln(1+x))βsin(x2)(lnx)sin(1/x2)=0
your first instinct might be to reach for L'Hopital's Rule. Stop! That is a trap. In JEE Advanced, we value elegance over brute force. Let us use the power of asymptotic analysis.
Taming the Numerator
First, look at sin(1/x2). As x→∞, the argument 1/x2 shrinks to zero. We know that for small θ, sinθ≈θ. So, we can safely replace sin(1/x2) with 1/x2.
Now, consider the term (lnx)sin(1/x2). Let us call it L. Taking the natural log, we get:
Substituting our approximation, this becomes:
Here is the secret: polynomial growth (x2) is the king of the jungle. It grows much faster than any logarithmic function. Thus, x2ln(lnx)→0 as x→∞. Since lnL→0, our term L must approach e0=1. The numerator is now effectively 1.
The Denominator's Secret
Now for the denominator: ln(1+x). We can rewrite this as ln(x(1+1/x))=lnx+ln(1+1/x).
As x→∞, the term ln(1+1/x) approaches ln(1)=0. So, ln(1+x) behaves exactly like lnx.
Our entire limit expression has now collapsed into a beautiful, simple form:
The Golden Condition
Let us clean that up:
For this fraction to equal zero, the denominator must grow to infinity. The term (lnx)β is slow, but the term xαβ is powerful.
If the exponent αβ is positive, the denominator explodes to infinity, and the limit becomes zero. If it is negative, the x term moves to the numerator, and the limit becomes infinity. If it is zero, we are left with a power of lnx, which also goes to infinity.
Therefore, the only condition for the limit to be zero is αβ>0.
Conclusion
By testing our options, we find that values satisfying αβ>0 are the correct solutions. You have just mastered the art of asymptotic dominance. Keep this intuition, and no limit will ever scare you again!