The Art of Navigating Infinity
A Limit Masterclass
Welcome, future engineer. Today, we are going to dissect a problem that, at first glance, looks like a chaotic mess of symbols. We have a rational function, a trigonometric term, and the dreaded modulus function.
But here is the secret to JEE Advanced: complexity is often just a mask for simplicity. Let us peel back the layers together.
Phase 1
The Modulus Trap
Our journey begins with the limit:
x→−∞lim[1+∣x∣3x4sin(1/x)+x2]
When you see x→−∞, your first instinct should be to define the behavior of your variables. We are not just dealing with any number; we are dealing with numbers that are negative and growing in magnitude without bound.
This is the moment where most students stumble. They see ∣x∣ and think, 'Oh, it's just x.' But wait! If x is negative, ∣x∣ is not x. By definition, ∣x∣=−x when x<0.
So, our denominator, 1+∣x∣3, transforms. Since ∣x∣=−x, then ∣x∣3=(−x)3=−x3. Suddenly, the denominator becomes 1−x3. The absolute value has vanished, replaced by a clean polynomial. This is the first victory in our battle.
Phase 2
The Algebraic Cleanup
Now, we have the expression:
When we face limits at infinity, our standard weapon of choice is to factor out the highest power of x. Why? Because it allows us to see which terms dominate and which terms fade away to zero.
Looking at the denominator, 1−x3, the highest power is clearly x3. Let us be bold and factor x3 out of both the numerator and the denominator.
In the numerator, we have x4sin(1/x)+x2. If we pull out x3, we are left with:
x3[x3x4sin(1/x)+x3x2]=x3[xsin(1/x)+x1]
In the denominator, we have 1−x3. Factoring out x3 gives us x3(x31−1).
Now, look at the expression:
x→−∞limx3(1/x3−1)x3[xsin(1/x)+1/x]
The x3 terms cancel out perfectly! We are left with limx→−∞1/x3−1xsin(1/x)+1/x. The chaos is receding.
Phase 3
The Calculus Magic
We are almost there. We have three distinct parts to evaluate: xsin(1/x), 1/x, and 1/x3.
Let us tackle the most interesting one: xsin(1/x). This is a classic JEE setup. If we let θ=1/x, then as x→−∞, θ→0.
The expression xsin(1/x) becomes θsin(θ). We know from our fundamental calculus toolkit that:
Next, consider the simpler terms. As x grows to negative infinity, 1/x approaches 0, and 1/x3 also approaches 0.
Substituting these values back into our expression, we get:
Conclusion
And there it is. The limit is −1.
Notice how we didn't need complex rules or brute-force differentiation. We used the definition of the modulus, we used algebraic factoring to simplify the expression, and we used the standard limit of the sine function.
This is the beauty of mathematics—taking a seemingly impossible problem and breaking it down into small, manageable, and elegant steps. Keep this mindset, and you will conquer any problem the JEE throws at you.